update to 1.2.22 [release 1.2.22-1mamba;Sat Feb 06 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 06:10:17 +01:00
parent 92a87f9fd0
commit eb03f81f2e

View File

@ -1,5 +1,5 @@
Name: libxapian
Version: 1.2.12
Version: 1.2.22
Release: 1mamba
Summary: An Open Source Search Engine Library released under the GPL
Group: System/Libraries
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://www.xapian.org
Source: http://www.oligarchy.co.uk/xapian/%{version}/xapian-core-%{version}.tar.gz
Source: http://www.oligarchy.co.uk/xapian/%{version}/xapian-core-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -41,8 +41,10 @@ This package contains static libraries and header files need for development.
%prep
%setup -q -n xapian-core-%{version}
#-D -T
%build
#:<< _EOF
%configure
%make
@ -78,11 +80,15 @@ rm -fr %{buildroot}%{_datadir}/doc
%dir %{_libdir}/cmake/xapian
%{_libdir}/cmake/xapian/xapian-config-version.cmake
%{_libdir}/cmake/xapian/xapian-config.cmake
%{_libdir}/pkgconfig/xapian-core.pc
%{_mandir}/man1/*
%doc ChangeLog NEWS README
%doc ChangeLog.examples docs/*.html docs/*.pdf docs/apidoc/html HACKING
%changelog
* Sat Feb 06 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.22-1mamba
- update to 1.2.22
* Tue Sep 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.12-1mamba
- update to 1.2.12