automatic version update by autodist [release 3.0.8-1mamba;Sat May 15 2021]
This commit is contained in:
parent
ea886a3f78
commit
25641e8458
@ -1,27 +1,29 @@
|
||||
Name: luceneplusplus
|
||||
Version: 3.0.7
|
||||
Release: 2mamba
|
||||
Version: 3.0.8
|
||||
Release: 1mamba
|
||||
Summary: An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/luceneplusplus/LucenePlusPlus
|
||||
## GITSOURCE https://github.com/luceneplusplus/LucenePlusPlus.git master
|
||||
Source: https://github.com/luceneplusplus/LucenePlusPlus.git/rel_%{version}/LucenePlusPlus-%{version}.tar.bz2
|
||||
Patch0: luceneplusplus-3.0.6-gcc-4.9.patch
|
||||
Patch1: luceneplusplus-3.0.7-libboost-1.58.patch
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libboost-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: liblzma-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
|
||||
@ -30,7 +32,7 @@ An up to date C++ port of the popular Java Lucene library, a high-performance, f
|
||||
Group: System/Libraries
|
||||
Summary: An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine
|
||||
Provides: libluceneplusplus
|
||||
Obsoletes: libluceneplusplus
|
||||
Obsoletes: libluceneplusplus < 3.0.8
|
||||
|
||||
%description -n liblucene++
|
||||
An up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.
|
||||
@ -40,7 +42,7 @@ Group: Development/Libraries
|
||||
Summary: Development files for liblucene++
|
||||
Requires: liblucene++ = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: libluceneplusplus-devel
|
||||
Obsoletes: libluceneplusplus-devel
|
||||
Obsoletes: libluceneplusplus-devel < 3.0.8
|
||||
Requires: pkg-config
|
||||
|
||||
%description -n liblucene++-devel
|
||||
@ -50,11 +52,12 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%prep
|
||||
%setup -q -n LucenePlusPlus-%{version}
|
||||
%patch1 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake -d build \
|
||||
-DLIB_DESTINATION=%{_lib}
|
||||
-DLIB_DESTINATION=%{_lib} \
|
||||
-DENABLE_TEST=OFF
|
||||
|
||||
%make
|
||||
|
||||
@ -70,7 +73,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%files -n liblucene++
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/liblucene++-contrib.so.*
|
||||
#%{_libdir}/liblucene++-contrib.so.*
|
||||
%{_libdir}/liblucene++.so.*
|
||||
%doc COPYING
|
||||
|
||||
@ -78,14 +81,17 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/lucene++
|
||||
%{_includedir}/lucene++/*.h
|
||||
%{_includedir}/pkgconfig/liblucene++-contrib.pc
|
||||
%{_includedir}/pkgconfig/liblucene++.pc
|
||||
%{_libdir}/liblucene++-contrib.so
|
||||
%{_libdir}/liblucene++.so
|
||||
%{_libdir}/pkgconfig/liblucene++-contrib.pc
|
||||
%{_libdir}/pkgconfig/liblucene++.pc
|
||||
%doc README.PACKAGE README.rst
|
||||
|
||||
%{_includedir}/cmake/liblucene++*.cmake
|
||||
%doc README.PACKAGE
|
||||
|
||||
%changelog
|
||||
* Sat May 15 2021 Automatic Build System <autodist@mambasoft.it> 3.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jun 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.7-2mamba
|
||||
- rebuilt with current libboost
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user