diff --git a/libclucene.spec b/libclucene.spec index 923e95d..585dacc 100644 --- a/libclucene.spec +++ b/libclucene.spec @@ -1,6 +1,6 @@ Name: libclucene Version: 2.3.3.4 -Release: 4mamba +Release: 5mamba Summary: A C++ port of Lucene: the high-performance, full-featured text search engine Group: System/Database 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. 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++. +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 %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 %{_includedir}/CLucene/CLuceneConfig.cmake %{_includedir}/CLucene/clucene-config.h -%dir %{_libdir}/CLuceneConfig.cmake/CLuceneConfig.cmake +%{_libdir}/CLuceneConfig.cmake/CLuceneConfig.cmake %{_libdir}/pkgconfig/libclucene-core.pc %doc APACHE.license ChangeLog NEWS README REQUESTS %changelog +* Tue Jan 19 2021 Silvan Calarco 2.3.3.4-5mamba +- rebuilt with debug package + * Tue Jul 23 2013 Silvan Calarco 2.3.3.4-4mamba - libclucene-core.pc: remove internal boost includes conflicting with boost 1.54 (seen with libreoffice)