rpms/exo/devel exo.spec,1.1,1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Sat May 28 03:54:57 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/exo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8991

Modified Files:
	exo.spec 
Log Message:
Added pygtk2-devel buildrequires



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- exo.spec	28 May 2005 03:29:30 -0000	1.1
+++ exo.spec	28 May 2005 03:54:55 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.0
-Release: 1
+Release: 2
 License: LGPL
 URL: http://libexo.os-cillation.com/
 Source0: http://download.berlios.de/xfce-goodies/exo-0.3.0.tar.bz2
@@ -12,6 +12,7 @@
 Requires: dbus-glib >= 0.22
 BuildRequires: dbus-devel >= 0.22
 BuildRequires: gtk-doc
+BuildRequires: pygtk2-devel
 
 %description
 Extension library for Xfce, targeted at application development.
@@ -19,7 +20,7 @@
 %package devel
 Summary: Development tools for exo library
 Group: Development/Libraries
-Requires: exo >= 0.3.0
+Requires: exo >= ${version}
 
 %description devel
 Static libraries and header files for the exo library.
@@ -56,14 +57,15 @@
 %{_libdir}/lib*a
 %{_libdir}/pkgconfig/*.pc
 %{_datadir}/gtk-doc
-%{_libdir}/python2.3/site-packages
-%{_datadir}/pygtk/2.0/defs/exo-0.3/exo.defs
+%{_libdir}/python*/site-packages
+%{_datadir}/pygtk/*/defs/exo*/exo.defs
 
 %changelog
 * Fri May 27 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-2
 - Added lang to files
 - Fixed some file paths
 - Remove unneeded la files
+- Added pygtk2-devel buildrequires
 
 * Sat Mar 19 2005 Kevin Fenzi <kevin at tummy.com> - 0.3.0-1
 - Upgraded to 0.3.0 version




More information about the fedora-extras-commits mailing list