rpms/eog/devel eog.spec,1.125,1.126

Matthias Clasen mclasen at fedoraproject.org
Thu Nov 13 02:51:30 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/eog/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6048

Modified Files:
	eog.spec 
Log Message:
fix a configure problem



Index: eog.spec
===================================================================
RCS file: /cvs/extras/rpms/eog/devel/eog.spec,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- eog.spec	13 Nov 2008 01:40:03 -0000	1.125
+++ eog.spec	13 Nov 2008 02:50:59 -0000	1.126
@@ -17,8 +17,7 @@
 Release: 1%{?dist}
 URL: http://www.gnome.org
 Source: http://download.gnome.org/sources/eog/2.25/%{name}-%{version}.tar.bz2
-# needs to be redone
-#Patch0: eog-2.19.4-svgz.patch
+Patch0: libxml.patch
 # The GFDL has an "or later version" clause embedded inside the license.
 # There is no need to add the + here.
 License: GPLv2+ and GFDL
@@ -44,6 +43,9 @@
 BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
 BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
 BuildRequires: libXt-devel
+BuildRequires: libxml2-devel
+# for libxml.patch
+BuildRequires: autoconf, automake libtool
 
 Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
 Requires(post): scrollkeeper
@@ -75,6 +77,10 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .libxml
+
+# Patch 0 patches configure.ac
+autoconf
 
 echo "NoDisplay=true" >> data/eog.desktop.in
 # just in case




More information about the fedora-extras-commits mailing list