rpms/redhat-artwork/devel redhat-artwork.spec,1.133,1.134

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 21 21:59:11 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/redhat-artwork/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8657

Modified Files:
	redhat-artwork.spec 
Log Message:
- remove gtk+ 1.0 dependencies



Index: redhat-artwork.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-artwork/devel/redhat-artwork.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- redhat-artwork.spec	12 Jul 2006 07:58:21 -0000	1.133
+++ redhat-artwork.spec	21 Jul 2006 21:59:08 -0000	1.134
@@ -4,7 +4,7 @@
 Summary: Artwork for Red Hat default look-and-feel
 Name: redhat-artwork
 Version: 0.243
-Release: 2.1
+Release: 3 
 URL: http://www.redhat.com
 Source0: %{name}-%{version}.tar.gz
 Source1: post-install-fixup.sh
@@ -14,6 +14,7 @@
 Patch2: redhat-artwork-0.122-padding-fix.patch
 patch3: redhat-artwork-0.124-throbbers.patch
 Patch4: redhat-artwork-0.129-remove-throbber.patch
+Patch5: redhat-artwork-0.243-remove-gtk1.patch 
 Group: User Interface/Desktops
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-root
@@ -26,8 +27,6 @@
 # we don't want to require gtk/qt
 Autoreq: 0
 
-BuildRequires: gtk+-devel >= 1.2.9
-BuildRequires: gdk-pixbuf-devel
 BuildRequires: gtk2-devel >= 2.9.0
 #BuildRequires: qt-devel >= 1:3.3.4-10
 BuildRequires: kdebase-devel >= 3.2.0
@@ -37,6 +36,7 @@
 BuildRequires: perl-XML-Parser
 # for translations to work
 BuildRequires: gettext
+BuildRequires: autoconf
 # for splash screens, and a logo in gdm theme
 Requires: redhat-logos >= 1.1.22
 Prereq: gtk2 >= 2.9.0
@@ -54,10 +54,11 @@
 %patch0 -p1 -b .clearlooks
 %patch2 -p1 -b .padding-fix
 %patch4 -p1 -b .remove-throbber
-
+%patch5 -p1 -b .remove-gtk1
 mkdir post-install
 (cd post-install; tar xzvf %{SOURCE2})
 
+autoreconf
 %build
 
 ## this is apparently how Qt finds itself.
@@ -175,6 +176,9 @@
 %config %{_sysconfdir}/gtk-2.0/gtkrc
 
 %changelog
+* Fri Jul 21 2006 John (J5) Palmieri <johnp at redhat.com> - 0.243-3
+- Remove gtk1.0 dependencies 
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.243-2.1
 - rebuild
 




More information about the fedora-cvs-commits mailing list