rpms/gnome-python2/devel gnome-python2.spec,1.42,1.43

Matthew Barnes mbarnes at fedoraproject.org
Thu Jan 14 20:00:29 UTC 2010


Author: mbarnes

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

Modified Files:
	gnome-python2.spec 
Log Message:

* Thu Jan 14 2010 Matthew Barnes <mbarnes at redhat.com> - 2.28.0-2.fc13
- Fix rpmlint warnings.



Index: gnome-python2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/gnome-python2.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- gnome-python2.spec	24 Sep 2009 03:11:08 -0000	1.42
+++ gnome-python2.spec	14 Jan 2010 20:00:28 -0000	1.43
@@ -22,13 +22,13 @@
 
 Name: gnome-python2
 Version: 2.28.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: PyGNOME Python extension module
 URL: http://download.gnome.org/sources/gnome-python/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Source: http://download.gnome.org/sources/gnome-python/2.25/gnome-python-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/gnome-python/2.28/gnome-python-%{version}.tar.bz2
 
 ### Dependencies ###
 
@@ -44,7 +44,7 @@ BuildRequires: pygtk2-devel >= %{pygtk_v
 BuildRequires: pyorbit-devel >= %{pyorbit_version}
 BuildRequires: python2-devel >= %{python_version}
 
-Obsoletes: gnome-python2-nautilus
+Obsoletes: gnome-python2-nautilus <= 2.6.0
 
 %description
 The gnome-python package contains the source packages for the Python
@@ -154,6 +154,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_datadir}/pygtk/2.0/argtypes
 
 %files gnome
+%defattr(-,root,root,-)
 %{python_sitearch}/gtk-2.0/gnome/__init__.*
 %{python_sitearch}/gtk-2.0/gnome/_gnome.so
 %{python_sitearch}/gtk-2.0/gnome/ui.so
@@ -208,9 +209,12 @@ rm -rf $RPM_BUILD_ROOT
 # paths.  This trigger must remain until upgrading from RHL 8.0 is no 
 # longer supported.
 %triggerun bonobo -- gnome-python2-bonobo < 1.99.14-5
-rm -f /usr/lib/python2.2/site-packages/bonobo/__init__.{pyc,pyo}
+rm -f %{python_sitearch}/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Thu Jan 14 2010 Matthew Barnes <mbarnes at redhat.com> - 2.28.0-2.fc13
+- Fix rpmlint warnings.
+
 * Mon Sep 21 2009 Matthew Barnes <mbarnes at redhat.com> - 2.28.0-1.fc12
 - Update to 2.28.0
 



More information about the scm-commits mailing list