From ce78b2184bebe85d97eb3adee1ad9082fd6953c6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 7 May 2010 07:42:44 +0000 Subject: [PATCH] - Add the libtool archive (temporarily) to fix build of bindings --- xapian-core.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xapian-core.spec b/xapian-core.spec index 8a3d48e..bef6c9c 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,6 +1,6 @@ Name: xapian-core Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Xapian Probabilistic Information Retrieval Library Group: Applications/Databases @@ -59,7 +59,7 @@ rm -rf %{buildroot} 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' -exec rm -f {} ';' # Remove the dev docs, we pick them up below rm -rf %{buildroot}%{_datadir}/doc/%{name} @@ -98,11 +98,15 @@ rm -rf %{buildroot} %{_bindir}/xapian-config %{_includedir}/xapian %{_libdir}/libxapian.so +%{_libdir}/libxapian.la %{_datadir}/aclocal/xapian.m4 # man pages may be gzipped, hence the trailing wildcard. %{_mandir}/man1/xapian-config.1* %changelog +* Fri May 7 2010 Peter Robinson - 1.2.0-3 +- Add the libtool archive (temporarily) to fix build of bindings + * Sat May 1 2010 Peter Robinson - 1.2.0-2 - Upload new source