rpms/gnome-python2/devel gnome-python2.spec,1.20,1.21

Matthew Barnes mbarnes at fedoraproject.org
Mon Aug 25 16:17:03 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3264

Modified Files:
	gnome-python2.spec 
Log Message:

* Mon Aug 25 2008 Daniel Drake <dsd at laptop.org> - 2.22.1-3.fc10
- Split libgnome bindings into their own package (RH bug #456122).
- Remove gnome-python2 dependency on gnome-python2-bonobo.



Index: gnome-python2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/gnome-python2.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gnome-python2.spec	17 Jun 2008 04:51:30 -0000	1.20
+++ gnome-python2.spec	25 Aug 2008 16:16:33 -0000	1.21
@@ -21,7 +21,7 @@
 
 Name: gnome-python2
 Version: 2.22.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: The sources for the PyGNOME Python extension module
@@ -31,7 +31,6 @@
 
 ### Dependencies ###
 
-Requires: gnome-python2-bonobo
 Requires: gnome-python2-gnomevfs
 Requires: pygtk2 >= %{pygtk_version}
 
@@ -55,8 +54,17 @@
 base GNOME libraries, so you have access to more widgets, a simple
 configuration interface, and metadata support.
 
+%package gnome
+Summary: Python bindings for libgnome
+Group: Development/Languages
+Requires: %{name} = %{version}-%{release}
+
+%description gnome
+This module contains a wrapper that makes libgnome functionality available
+from Python.
+
 %package capplet
-Summary: Python bindings for GNOME Panel applets.
+Summary: Python bindings for GNOME Panel applets
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 
@@ -65,7 +73,7 @@
 capplets to be in Python.
 
 %package canvas
-Summary: Python bindings for the GNOME Canvas.
+Summary: Python bindings for the GNOME Canvas
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: gtk2 >= %{gtk_version}
@@ -77,7 +85,7 @@
 in Python.
 
 %package bonobo
-Summary: Python bindings for interacting with bonobo.
+Summary: Python bindings for interacting with Bonobo
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: bonobo-activation >= %{bonobo_activation_version}
@@ -139,17 +147,23 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog NEWS
 %dir %{python_sitearch}/gtk-2.0/gnome/
+%dir %{_datadir}/pygtk/2.0/defs
+%dir %{_datadir}/pygtk/2.0/argtypes
+
+%files gnome
 %{python_sitearch}/gtk-2.0/gnome/__init__.*
 %{python_sitearch}/gtk-2.0/gnome/_gnome.so
 %{python_sitearch}/gtk-2.0/gnome/ui.so
-%{_datadir}/pygtk/
+%{_datadir}/pygtk/2.0/defs/ui.defs
+%{_datadir}/pygtk/2.0/defs/gnome.defs
+%{_datadir}/pygtk/2.0/defs/gnome-types.defs
 
 %files canvas
 %defattr(-,root,root,-)
 %dir %{python_sitearch}/gtk-2.0/gnome/
-%{python_sitearch}/gtk-2.0/gnome/__init__.*
 %{python_sitearch}/gtk-2.0/gnome/canvas.*
 %{python_sitearch}/gtk-2.0/gnomecanvas.so
+%{_datadir}/pygtk/2.0/defs/canvas.defs
 %defattr(644,root,root,755)
 %doc examples/canvas/*
 
@@ -158,12 +172,16 @@
 %dir %{python_sitearch}/gtk-2.0/bonobo/
 %{python_sitearch}/gtk-2.0/bonobo/__init__.*
 %{python_sitearch}/gtk-2.0/bonobo/*.so
+%{_datadir}/pygtk/2.0/defs/bonobo*.defs
+%{_datadir}/pygtk/2.0/argtypes/bonobo*
 %defattr(644,root,root,755)
 %doc examples/bonobo/*
 
 %files gconf
 %defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gconf.so
+%{_datadir}/pygtk/2.0/defs/gconf.defs
+%{_datadir}/pygtk/2.0/argtypes/gconf*
 %defattr(644,root,root,755)
 %doc examples/gconf/*
 
@@ -191,6 +209,10 @@
 rm -f /usr/lib/python2.2/site-packages/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Mon Aug 25 2008 Daniel Drake <dsd at laptop.org> - 2.22.1-3.fc10
+- Split libgnome bindings into their own package (RH bug #456122).
+- Remove gnome-python2 dependency on gnome-python2-bonobo.
+
 * Tue Jun 17 2008 Matthew Barnes <mbarnes at redhat.com> - 2.22.1-2.fc10
 - Fix directory ownership (RH bug #451754).
 




More information about the fedora-extras-commits mailing list