rpms/gnome-python2/devel gnome-python-2.15.4-gnome-vfs.patch, NONE, 1.1 gnome-python.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 14 19:41:28 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-python2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16102

Modified Files:
	gnome-python.spec 
Added Files:
	gnome-python-2.15.4-gnome-vfs.patch 
Log Message:
fix gnome-vfs dependencies


gnome-python-2.15.4-gnome-vfs.patch:
 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

--- NEW FILE gnome-python-2.15.4-gnome-vfs.patch ---
--- gnome-python-2.15.4/configure.in.gnome-vfs	2006-07-14 15:37:06.000000000 -0400
+++ gnome-python-2.15.4/configure.in	2006-07-14 15:37:47.000000000 -0400
@@ -162,7 +162,8 @@
 dnl should we build the gnomevfs module?
 build_gnomevfs=false
 PKG_CHECK_MODULES(GNOMEVFS, [gnome-vfs-2.0 >= libgnomevfs_required_version dnl
-                             bonobo-activation-2.0 >= bonobo_activation_required_version
+                             bonobo-activation-2.0 >= bonobo_activation_required_version dnl
+			     libbonobo-2.0 dnl
 			     pyorbit-2 >= pyorbit_required_version],
   build_gnomevfs=true,
   build_gnomevfs=false)


Index: gnome-python.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2/devel/gnome-python.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- gnome-python.spec	13 Jul 2006 04:29:49 -0000	1.40
+++ gnome-python.spec	14 Jul 2006 19:41:26 -0000	1.41
@@ -9,7 +9,7 @@
 Version: 2.15.4
 Release: 1
 Source: ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-python/gnome-python-%{version}.tar.bz2
-#Patch1: gnome-python-1.99.11-client-command.patch
+Patch1: gnome-python-2.15.4-gnome-vfs.patch
 
 License: LGPL
 Group: Development/Languages
@@ -21,6 +21,7 @@
 BuildRequires: %{python}-devel >= 2.3.0
 BuildRequires: pyorbit-devel >= 2.0.1
 BuildRequires: libbonoboui-devel >= 2.0.0
+BuildRequires: libbonobo-devel >= 2.0.0
 BuildRequires: libgnomeui-devel
 
 %if %{buildzvt}
@@ -101,15 +102,18 @@
 Summary: Python bindings for interacting with gnome-vfs
 Group: Development/Languages
 Requires: gnome-vfs2 >= 2.0.2
+Requires: libbonobo >= 2.0.0
 
 %description gnomevfs
 This module contains a wrapper that allows the use of gnome-vfs via python.
 
 %prep
 %setup -q -n gnome-python-%{version}
-#%patch1 -p1 -b .client-command
+%patch1 -p1 -b .gnome-vfs
 
 %build
+# gnome-vfs patch changes configure.in
+autoconf
 %configure
 make
 




More information about the fedora-cvs-commits mailing list