[pygobject3] update to upstream 2.90.4

John Palmieri (J5) johnp at fedoraproject.org
Thu Sep 15 22:27:00 UTC 2011


commit fb0ea87cdfb3eeb5b0796eb723c9bc7c11afdf09
Author: John (J5) Palmieri <johnp at redhat.com>
Date:   Thu Sep 15 18:26:24 2011 -0400

    update to upstream 2.90.4

 .gitignore      |    1 +
 pygobject3.spec |   25 +++++++------------------
 sources         |    2 +-
 3 files changed, 9 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b86a2ac..b737cfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /pygobject-2.90.2.tar.bz2
 /pygobject-2.90.3.tar.gz
 /pygobject-2.90.3.tar.bz2
+/pygobject-2.90.4.tar.xz
diff --git a/pygobject3.spec b/pygobject3.spec
index 6d00ad7..0f4b815 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -11,7 +11,7 @@
 ### Abstract ###
 
 Name: pygobject3
-Version: 2.90.3
+Version: 2.90.4
 Release: 1%{?dist}
 License: LGPLv2+ and MIT
 Group: Development/Languages
@@ -19,7 +19,7 @@ Summary: Python 2 bindings for GObject Introspection
 URL: https://live.gnome.org/PyGObject
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 #VCS: git:git://git.gnome.org/pygobject
-Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.90/pygobject-%{version}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.90/pygobject-%{version}.tar.xz
 
 ### Patches ###
 
@@ -61,7 +61,7 @@ Summary: Python 3 bindings for GObject Introspection
 Group: Development/Languages
 
 # The cairo override module depends on this
-#Requires: python3-cairo
+Requires: python3-cairo
 Requires: gobject-introspection >= %{gobject_introspection_version}
 
 %description -n python3-gobject
@@ -107,27 +107,12 @@ export PYTHON
 make DESTDIR=$RPM_BUILD_ROOT install
 popd
 
-# dsextra stuff is for windows installs so remove it
-rm $RPM_BUILD_ROOT/%{python3_sitearch}/gtk-2.0/*
-rmdir $RPM_BUILD_ROOT/%{python3_sitearch}/gtk-2.0
-
 %endif # with_python3
 
 make DESTDIR=$RPM_BUILD_ROOT install
 find $RPM_BUILD_ROOT -name '*.la' -delete
 find $RPM_BUILD_ROOT -name '*.a' -delete
 
-rm examples/Makefile*
-
-# dsextra stuff is for windows installs so remove it
-rm $RPM_BUILD_ROOT/%{python_sitearch}/gtk-2.0/*
-rmdir $RPM_BUILD_ROOT/%{python_sitearch}/gtk-2.0
-
-# docs are out of date and are being reworked upstream
-# so remove them
-rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc
-rm -rf $RPM_BUILD_ROOT/%{_datadir}/pygobject
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -161,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/pygobject
 %endif # with_python3
 
 %changelog
+* Thu Sep 15 2011 John (J5) Palmieri <johnp at gnome.org> - 2.90.4-1
+- update to 2.90.4
+- get rid of packaging cruft that is taken care of by upstream now
+
 * Wed Aug 31 2011 Ignacio Casal Quinteiro <icq at gnome.org> - 2.90.3-1
 - udpate to 2.90.3
 
diff --git a/sources b/sources
index e9ca91d..e7a00a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c833f68288850bf592566699740cfb7  pygobject-2.90.3.tar.bz2
+6dabf53b89f569ff429ebd9c1fd03cad  pygobject-2.90.4.tar.xz


More information about the scm-commits mailing list