rpms/gdeskcal/FC-5 gdeskcal.spec,1.14,1.15

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Mar 19 13:17:05 UTC 2007


Author: mschwendt

Update of /cvs/extras/rpms/gdeskcal/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28504

Modified Files:
	gdeskcal.spec 
Log Message:
work around incomplete pygtk2-devel deps on FC-5


Index: gdeskcal.spec
===================================================================
RCS file: /cvs/extras/rpms/gdeskcal/FC-5/gdeskcal.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gdeskcal.spec	18 Mar 2007 20:21:55 -0000	1.14
+++ gdeskcal.spec	19 Mar 2007 13:16:33 -0000	1.15
@@ -10,8 +10,9 @@
 Source2:        gdeskcal.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  desktop-file-utils, pygtk2-devel, perl(XML::Parser), gettext
-Requires:       pygtk2 >= 1.99.14
+BuildRequires:  desktop-file-utils, perl(XML::Parser), gettext
+BuildRequires:  pygtk2-devel >= 2.6.0, glib2-devel
+Requires:       pygtk2 >= 2.6.0
 Requires:       python >= 2.0.0
 
 BuildArch:      noarch
@@ -65,6 +66,7 @@
 %changelog
 * Sun Mar 18 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.01-1
 - upgrade to 1.01 (patches merged)
+- add BR glib2-devel to work around incomplete pygtk2-devel deps
 
 * Mon Feb 26 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.0-8
 - fix About dialog




More information about the fedora-extras-commits mailing list