rpms/libbeagle/devel fix-install.patch, NONE, 1.1 libbeagle.spec, 1.20, 1.21

Matthias Clasen mclasen at fedoraproject.org
Sun Jul 19 03:02:32 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libbeagle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11481

Modified Files:
	libbeagle.spec 
Added Files:
	fix-install.patch 
Log Message:
Fix the build


fix-install.patch:
 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE fix-install.patch ---
diff -up libbeagle-0.3.9/beagle/Makefile.am.fix-install libbeagle-0.3.9/beagle/Makefile.am
--- libbeagle-0.3.9/beagle/Makefile.am.fix-install	2009-07-18 22:57:15.213524374 -0400
+++ libbeagle-0.3.9/beagle/Makefile.am	2009-07-18 22:57:21.241522121 -0400
@@ -79,7 +79,6 @@ libbeagleinclude_HEADERS = 			\
 	beagle-query-part-date.h		\
 	beagle-query-part-human.h		\
 	beagle-query-part-or.h			\
-	beagle-query-part-property.h		\
 	beagle-query-part-text.h		\
 	beagle-query-part-property.h		\
 	beagle-query-part-wildcard.h		\


Index: libbeagle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libbeagle/devel/libbeagle.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- libbeagle.spec	25 Feb 2009 13:50:13 -0000	1.20
+++ libbeagle.spec	19 Jul 2009 03:02:31 -0000	1.21
@@ -2,7 +2,7 @@
 
 Name: 		libbeagle
 Version: 	0.3.9
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 Summary:	Beagle C interface
 Group: 		Development/Libraries
 License:	MIT
@@ -16,6 +16,9 @@ BuildRequires:  python-devel
 BuildRequires:	pygobject2-devel
 # http://bugzilla.gnome.org/show_bug.cgi?id=570521
 Patch0:		libbeagle-pyexec.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=588994
+Patch1:		fix-install.patch
+
 BuildRequires: 	automake, autoconf, libtool
 
 %description
@@ -48,12 +51,13 @@ Python wrappers for libbeagle
 %prep
 %setup -q
 %patch0 -p1 -b .pyexec
+%patch1 -p1 -b .fix-install
 
 # patch 0 touches .am
 autoreconf -i -f
 
 %build
-%configure 
+%configure
 make %{?_smp_mflags}
 
 
@@ -98,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jul 18 2009 Matthias Clasen <mclasen at redhat.com> - 0.3.9-3
+- Rebuild
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list