rebuilt with debug package [release 2.3.3.4-5mamba;Tue Jan 19 2021]
This commit is contained in:
parent
db7efe738a
commit
46f06d7d2f
@ -1,6 +1,6 @@
|
|||||||
Name: libclucene
|
Name: libclucene
|
||||||
Version: 2.3.3.4
|
Version: 2.3.3.4
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Summary: A C++ port of Lucene: the high-performance, full-featured text search engine
|
Summary: A C++ port of Lucene: the high-performance, full-featured text search engine
|
||||||
Group: System/Database
|
Group: System/Database
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -42,8 +42,9 @@ CLucene is a high-performance, scalable, cross platform, full-featured, open-sou
|
|||||||
CLucene is a port of the very popular Java Lucene text search engine API.
|
CLucene is a port of the very popular Java Lucene text search engine API.
|
||||||
Specifically, CLucene is the guts of a search engine, the hard stuff.
|
Specifically, CLucene is the guts of a search engine, the hard stuff.
|
||||||
CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.
|
CLucene aims to be a good alternative to Java Lucene when performance really matters or if you want to stick to good old C++.
|
||||||
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n clucene-core-%{version}
|
%setup -q -n clucene-core-%{version}
|
||||||
@ -85,11 +86,14 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_libdir}/libclucene-shared.so
|
%{_libdir}/libclucene-shared.so
|
||||||
%{_includedir}/CLucene/CLuceneConfig.cmake
|
%{_includedir}/CLucene/CLuceneConfig.cmake
|
||||||
%{_includedir}/CLucene/clucene-config.h
|
%{_includedir}/CLucene/clucene-config.h
|
||||||
%dir %{_libdir}/CLuceneConfig.cmake/CLuceneConfig.cmake
|
%{_libdir}/CLuceneConfig.cmake/CLuceneConfig.cmake
|
||||||
%{_libdir}/pkgconfig/libclucene-core.pc
|
%{_libdir}/pkgconfig/libclucene-core.pc
|
||||||
%doc APACHE.license ChangeLog NEWS README REQUESTS
|
%doc APACHE.license ChangeLog NEWS README REQUESTS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3.4-5mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Tue Jul 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3.4-4mamba
|
* Tue Jul 23 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3.4-4mamba
|
||||||
- libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice)
|
- libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user