rpms/eog/devel eog.spec,1.159,1.160

Bastien Nocera hadess at fedoraproject.org
Wed Feb 10 16:32:38 UTC 2010


Author: hadess

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

Modified Files:
	eog.spec 
Log Message:
Fix libX11 linking


Index: eog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eog/devel/eog.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -p -r1.159 -r1.160
--- eog.spec	10 Feb 2010 16:00:15 -0000	1.159
+++ eog.spec	10 Feb 2010 16:32:38 -0000	1.160
@@ -49,6 +49,10 @@ Requires(preun): GConf2
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 Requires(postun): scrollkeeper
 
+# 0001-Fix-linking-with-LCMS-support-enabled.patch
+Patch0: 0001-Fix-linking-with-LCMS-support-enabled.patch
+BuildRequires: autoconf automake libtool intltool gnome-common
+
 %description
 The Eye of GNOME image viewer (eog) is the official image viewer for the
 GNOME desktop. It can view single image files in a variety of formats, as
@@ -73,6 +77,8 @@ functionality to eog.
 
 %prep
 %setup -q
+%patch0 -p1 -b .x11-linking
+autoreconf -f
 
 echo "NoDisplay=true" >> data/eog.desktop.in
 # just in case



More information about the scm-commits mailing list