Search
j0ke.net Open Build Service
>
Projects
>
server:search
>
clucene-contrib-unstable
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
clucene-contrib-unstable.spec
@@ -9,7 +9,7 @@ Group: Development/Libraries/C and C++ # BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: gcc-c++ doxygen clucene-core-devel +BuildRequires: gcc-c++ doxygen clucene-core clucene-core-devel # URL: http://sourceforge.net/projects/clucene/ Source: http://prdownloads.sourceforge.net/clucene/%{pkg_name}-%{version}.tar.bz2 @@ -17,6 +17,7 @@ Patch1: clucene-contrib-0.9.13_noinst_test.patch # Summary: CLucene is a C++ port of Lucene. + %description CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. @@ -55,7 +56,7 @@ %patch1 %build -%configure --disable-static --with-clucene=%{_prefix} ||: +%configure --disable-static --with-clucene=%{_prefix} %{__make} #%check