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