rpms/gnome-python2-desktop/devel evince.patch, NONE, 1.1 gnome-python2-desktop.spec, 1.81, 1.82

Matthias Clasen mclasen at fedoraproject.org
Tue Mar 30 03:12:48 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-python2-desktop/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1983

Modified Files:
	gnome-python2-desktop.spec 
Added Files:
	evince.patch 
Log Message:
try to fix the build


evince.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE evince.patch ---
diff -up gnome-python-desktop-2.29.92/configure.ac.evince gnome-python-desktop-2.29.92/configure.ac
--- gnome-python-desktop-2.29.92/configure.ac.evince	2010-03-29 23:07:51.936129633 -0400
+++ gnome-python-desktop-2.29.92/configure.ac	2010-03-29 23:08:21.580911027 -0400
@@ -434,7 +434,7 @@ AM_CONDITIONAL(BUILD_EVOLUTION_ECAL, $bu
 dnl should we build the evince module
 AC_ARG_BINDING([evince],[YES])
 if $build_evince; then
-    PKG_CHECK_MODULES(EVINCE, [evince-document-2.29 evince-view-2.29],
+    PKG_CHECK_MODULES(EVINCE, [evince-document-2.30 evince-view-2.30],
       build_evince=true,
       build_evince=false)
     if test -n "$export_dynamic"; then


Index: gnome-python2-desktop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-desktop/devel/gnome-python2-desktop.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- gnome-python2-desktop.spec	30 Mar 2010 02:49:07 -0000	1.81
+++ gnome-python2-desktop.spec	30 Mar 2010 03:12:47 -0000	1.82
@@ -36,6 +36,8 @@ Summary: The sources for additional PyGN
 #VCS: git://git.gnome.org/gnome-python-desktop
 Source: http://download.gnome.org/sources/gnome-python-desktop/2.29/gnome-python-desktop-%{version}.tar.bz2
 
+Patch0: evince.patch
+
 ### Dependencies ###
 
 Requires: gnome-python2-canvas >= %{gnome_python_version}
@@ -66,7 +68,7 @@ BuildRequires: metacity-devel >= %{metac
 BuildRequires: pygtk2-devel >= %{pygtk_version}
 BuildRequires: python-devel
 BuildRequires: totem-pl-parser-devel >= %{totem_version}
-BuildRequires: autoconf, libtool
+BuildRequires: autoconf, automake, libtool
 %ifnarch s390 s390x
 BuildRequires: gnome-media-devel >= %{gnome_media_version}
 %endif
@@ -235,9 +237,11 @@ via Python.
 
 %prep
 %setup -q -n gnome-python-desktop-%{version}
+%patch0 -p1 -b .evince
 
-%build
 autoreconf -f -i
+
+%build
 %configure --enable-metacity
 make
 



More information about the scm-commits mailing list