diff --git a/sources b/sources index 0a32741..9278f2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54ec8333757eb94dbde76d31d185af91 xapian-core-1.2.19.tar.xz +eecb650d8b73e09a63f32140f2d810ce xapian-core-1.2.20.tar.xz diff --git a/xapian-core.spec b/xapian-core.spec index aad0cb1..8e38a58 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,6 +1,6 @@ Name: xapian-core -Version: 1.2.19 -Release: 3%{?dist} +Version: 1.2.20 +Release: 1%{?dist} Summary: The Xapian Probabilistic Information Retrieval Library Group: Applications/Databases @@ -33,6 +33,7 @@ Group: Development/Libraries Summary: Files needed for building packages which use Xapian Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} +Requires: libuuid-devel %description devel Xapian is an Open Source Probabilistic Information Retrieval framework. It @@ -61,7 +62,7 @@ make %{?_smp_mflags} V=1 make install DESTDIR=%{buildroot} INSTALL='install -p' # Remove libtool archives -# find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find $RPM_BUILD_ROOT -name '*.la' -delete # Remove the dev docs, we pick them up below rm -rf %{buildroot}%{_datadir}/doc/%{name} @@ -94,13 +95,16 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_includedir}/xapian %{_includedir}/xapian.h %{_libdir}/libxapian.so -%{_libdir}/libxapian.la %{_libdir}/cmake/xapian +%{_libdir}/pkgconfig/xapian-core.pc %{_datadir}/aclocal/xapian.m4 # man pages may be gzipped, hence the trailing wildcard. %{_mandir}/man1/xapian-config.1* %changelog +* Sat Mar 21 2015 Peter Robinson 1.2.20-1 +- Update to 1.2.20 + * Wed Feb 25 2015 Than Ngo 1.2.19-3 - rebuilt against new gcc5