rpms/gnome-python2-extras/FC-5 gnome-python-extras.spec,1.46,1.47

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 25 14:23:47 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/gnome-python2-extras/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv26114

Modified Files:
	gnome-python-extras.spec 
Log Message:

* Mon Sep 25 2006 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-3.fc5
- BuildRequires: pygtk2-devel
- Spec file cleanups.



Index: gnome-python-extras.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-extras/FC-5/gnome-python-extras.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gnome-python-extras.spec	22 Sep 2006 19:35:22 -0000	1.46
+++ gnome-python-extras.spec	25 Sep 2006 14:23:45 -0000	1.47
@@ -8,27 +8,39 @@
 %define mozilla_version 1.7.3
 %define gtkspell_version 2.0.7
 
-Summary: The sources for additional. PyGNOME Python extension modules.
+### Abstract ###
+
 Name: gnome-python2-extras
 Version: 2.14.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL/LGPL
 Group: Development/Languages
-Source0: ftp://ftp.gnome.org:/pub/gnome/sources/gnome-python-extras/2.13/gnome-python-extras-%{version}.tar.bz2
+Summary: The sources for additional. PyGNOME Python extension modules.
+URL: http://www.pygtk.org/
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+Source: gnome-python-extras-%{version}.tar.bz2
+
+### Patches ###
 
-Patch0: gnome-python-extras-2.10.0-gtkspell-static.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+Patch1: gnome-python-extras-2.10.0-gtkspell-static.patch
+
+### Dependencies ###
 
 Requires: gnome-python2 >= %{gnome_python_version}
 Requires: python-abi = %{pyver}
+
+### Build Dependencies ###
+
 BuildRequires: glib2 >= %{glib_version}
-BuildRequires: gtk2 >= %{gtk_version}
-BuildRequires: gnome-python2 >= %{gnome_python_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
+BuildRequires: gnome-python2 >= %{gnome_python_version}
+BuildRequires: gtk2 >= %{gtk_version}
 BuildRequires: gtkhtml2-devel >= %{gtkhtml2_version}
 BuildRequires: gtkspell-devel >= %{gtkspell_version}
 BuildRequires: mozilla-devel >= %{mozilla_version}
+BuildRequires: pygtk2-devel
 BuildRequires: python-devel
+
 %description
 The gnome-python-extra package contains the source packages for additional 
 Python bindings for GNOME. It should be used together with gnome-python.
@@ -58,7 +70,7 @@
 Requires: %{name} = %{version}-%{release}
 Summary: Python bindings for interacting with gtkspell
 Group: Development/Languages
-Requires:  gtkspell >= %{gtkspell_version}
+Requires: gtkspell >= %{gtkspell_version}
 
 %description -n gnome-python2-gtkspell
 This module contains a wrapper that allows the use of gtkspell
@@ -68,7 +80,7 @@
 Requires: %{name} = %{version}-%{release}
 Summary: Python bindings for interacting with gtkmozembed
 Group: Development/Languages
-Requires:  mozilla >= %{mozilla_version}
+Requires: mozilla >= %{mozilla_version}
 
 %description -n gnome-python2-gtkmozembed
 This module contains a wrapper that allows the use of gtkmozembed
@@ -76,7 +88,7 @@
 
 %prep
 %setup -q -n gnome-python-extras-%{version}
-%patch0 -p1 -b .gtkspell-static
+%patch1 -p1 -b .gtkspell-static
 
 %build
 %configure
@@ -125,6 +137,10 @@
 %{_datadir}/gtk-doc/html/pygtkmozembed
 
 %changelog
+* Mon Sep 25 2006 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-3.fc5
+- BuildRequires: pygtk2-devel
+- Spec file cleanups.
+
 * Fri Sep 22 2006 Matthew Barnes <mbarnes at redhat.com> - 2.14.0-2.fc5
 - Rebuild
 




More information about the fedora-cvs-commits mailing list