rpms/xapian-core/devel xapian-core.spec,1.32,1.33

Peter Robinson pbrobinson at fedoraproject.org
Fri May 7 07:42:44 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/xapian-core/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv26668

Modified Files:
	xapian-core.spec 
Log Message:
- Add the libtool archive (temporarily) to fix build of bindings


Index: xapian-core.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-core/devel/xapian-core.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- xapian-core.spec	1 May 2010 22:14:33 -0000	1.32
+++ xapian-core.spec	7 May 2010 07:42:44 -0000	1.33
@@ -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 
 



More information about the scm-commits mailing list