rpms/xapian-bindings/F-10 xapian-bindings-Makefile-fix.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.8, 1.9 xapian-bindings.spec, 1.15, 1.16

Peter Robinson pbrobinson at fedoraproject.org
Sun Sep 6 12:29:23 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/xapian-bindings/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7934

Modified Files:
	.cvsignore sources xapian-bindings.spec 
Added Files:
	xapian-bindings-Makefile-fix.patch 
Log Message:
- Update to 1.0.15

xapian-bindings-Makefile-fix.patch:
 Makefile.am |    2 +-
 Makefile.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE xapian-bindings-Makefile-fix.patch ---
--- xapian-bindings-1.0.15/python/Makefile.in	2009-08-26 22:53:09.000000000 +0100
+++ xapian-bindings-1.0.14/python/Makefile.in	2009-07-21 17:43:30.000000000 +0100
@@ -837,7 +837,7 @@
 
 _xapian$(PYTHON_SO): _xapian.la
 	$(LIBTOOL) --config > libtoolconfig.tmp
-	. libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON_SO) .
+	. ./libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON_SO) .
 	rm -f libtoolconfig.tmp
 
 # Clean any databases created by test cases.
--- xapian-bindings-1.0.15/python/Makefile.am	2009-08-26 22:51:01.000000000 +0100
+++ xapian-bindings-1.0.14/python/Makefile.am	2009-07-21 17:39:27.000000000 +0100
@@ -63,7 +63,7 @@
 
 _xapian$(PYTHON_SO): _xapian.la
 	$(LIBTOOL) --config > libtoolconfig.tmp
-	. libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON_SO) .
+	. ./libtoolconfig.tmp; cp $$objdir/_xapian$(PYTHON_SO) .
 	rm -f libtoolconfig.tmp
 
 CLEANFILES = \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-10/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	8 Dec 2008 13:20:54 -0000	1.7
+++ .cvsignore	6 Sep 2009 12:29:23 -0000	1.8
@@ -1 +1 @@
-xapian-bindings-1.0.9.tar.gz
+xapian-bindings-1.0.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	8 Dec 2008 13:20:55 -0000	1.8
+++ sources	6 Sep 2009 12:29:23 -0000	1.9
@@ -1 +1 @@
-fa37abeb8927dde6b8f9655c893ebfac  xapian-bindings-1.0.9.tar.gz
+d365969f5ba7fa99d369ef479862c4fe  xapian-bindings-1.0.15.tar.gz


Index: xapian-bindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-10/xapian-bindings.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- xapian-bindings.spec	8 Dec 2008 13:20:55 -0000	1.15
+++ xapian-bindings.spec	6 Sep 2009 12:29:23 -0000	1.16
@@ -4,7 +4,7 @@
 
 Summary: Bindings for the Xapian Probabilistic Information Retrieval Library
 Name: xapian-bindings
-Version: 1.0.9
+Version: 1.0.15
 Release: 1%{?dist}
 License: GPLv2+
 Group: Development/Libraries
@@ -14,6 +14,8 @@ BuildRequires: autoconf automake libtool
 BuildRequires: ruby-devel ruby
 BuildRequires: xapian-core-devel == %{version}
 Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
+Patch0: xapian-bindings-Makefile-fix.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -25,6 +27,7 @@ files needed for scripts which use Xapia
 %package python
 Group: Development/Libraries
 Summary: Files needed for developing Python scripts which use Xapian
+Obsoletes: pyxapian
 
 %description python
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
@@ -43,7 +46,8 @@ indexing and search facilities to applic
 files needed for developing Ruby scripts which use Xapian
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
+%patch0 -p1 -b .Makefile-fix
 
 %build
 %configure --with-python --with-ruby
@@ -74,9 +78,11 @@ rm -rf %{buildroot}%{buildroot}/usr/shar
 %{ruby_sitearch}/_xapian.so
 %{ruby_sitelib}/xapian.rb
 
-
 %changelog
-* Mon Dec 08 2008 Adel Gadllah <adel.gadllah at gmail.com> 1.0.9-1
+* Sun Sep  6 2009 Peter Robinson<pbrobinson at gmail.com> 1.0.15-1
+- Update to 1.0.15
+
+* Sat Nov 29 2008 Adel Gadllah <adel.gadllah at gmail.com> 1.0.9-1
 - Update to 1.0.9
 
 * Sat Oct 11 2008 Adel Gadllah <adel.gadllah at gmail.com> 1.0.8-1
@@ -119,4 +125,3 @@ rm -rf %{buildroot}%{buildroot}/usr/shar
 
 * Mon Jun 18 2007 Marco Pesenti Gritti <mpg at redhat.com> 1.0.1-1
 - Initial build
-




More information about the fedora-extras-commits mailing list