rpms/gnome-python2-extras/devel gnome-python2-extras.spec,1.9,1.10

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Fri Sep 28 20:17:39 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13791

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

* Fri Sep 28 2007 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-6.fc8
- Add a gnome-python2-gdl subpackage (RH bug #303141).



Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-python2-extras.spec	22 Aug 2007 15:00:20 -0000	1.9
+++ gnome-python2-extras.spec	28 Sep 2007 20:17:04 -0000	1.10
@@ -8,12 +8,13 @@
 %define firefox_version 2.0.0.6
 %define gtkspell_version 2.0.7
 %define libgda_version 2.99.6
+%define anjuta_gdl_version 0.7.1
 
 ### Abstract ###
 
 Name: gnome-python2-extras
 Version: 2.19.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL/LGPL
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -34,6 +35,7 @@
 
 ### Build Dependencies ###
 
+BuildRequires: anjuta-gdl >= %{anjuta_gdl_version}
 BuildRequires: firefox-devel = %{firefox_version}
 BuildRequires: glib2 >= %{glib_version}
 BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
@@ -50,10 +52,20 @@
 The gnome-python-extra package contains the source packages for additional 
 Python bindings for GNOME. It should be used together with gnome-python.
 
-%package -n gnome-python2-gtkhtml2
+%package -n gnome-python2-gdl
+Summary: Python bindings for the GNOME Development Library
+Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
+Requires: anjuta-gdl >= %{anjuta_gdl_version}
+
+%description -n gnome-python2-gdl
+This module contains a wrapper that allows the use of the GNOME Development
+Library (gdl) via Python.
+
+%package -n gnome-python2-gtkhtml2
 Summary: Python bindings for interacting with gtkhtml2
 Group: Development/Languages
+Requires: %{name} = %{version}-%{release}
 Requires: gtkhtml2 >= %{gtkhtml2_version}
 Obsoletes: pygnome-gtkhtml
 
@@ -132,6 +144,10 @@
 %{_libdir}/pkgconfig/gnome-python-extras-2.0.pc
 %{_datadir}/pygtk
 
+%files -n gnome-python2-gdl
+%defattr(-,root,root,-)
+%{python_sitearch}/gtk-2.0/gdl.so
+
 %files -n gnome-python2-gtkhtml2
 %defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gtkhtml*
@@ -164,6 +180,9 @@
 %{_libdir}/pkgconfig/pygda-3.0.pc
 
 %changelog
+* Fri Sep 28 2007 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-6.fc8
+- Add a gnome-python2-gdl subpackage (RH bug #303141).
+
 * Wed Aug 22 2007 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-5.fc8
 - Mass rebuild
 




More information about the scm-commits mailing list