pbrobinson pushed to xapian-core (el6). "- Add the libtool archive (temporarily) to fix build of bindings"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 09:35:14 UTC 2015


From ce78b2184bebe85d97eb3adee1ad9082fd6953c6 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at fedoraproject.org>
Date: Fri, 7 May 2010 07:42:44 +0000
Subject: - Add the libtool archive (temporarily) to fix build of bindings


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 <pbrobinson at gmail.com> - 1.2.0-3
+- Add the libtool archive (temporarily) to fix build of bindings
+
 * Sat May  1 2010 Peter Robinson <pbrobinson at gmail.com> - 1.2.0-2
 - Upload new source 
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xapian-core.git/commit/?h=el6&id=ce78b2184bebe85d97eb3adee1ad9082fd6953c6


More information about the scm-commits mailing list