Browse Source

pygtk2: update to 2.17.0
pygobject: update to 2.21.1



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@860 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
b197f030b4
2 changed files with 14 additions and 7 deletions
  1. 9 5
      p/pygobject/pygobject-vl.spec
  2. 5 2
      p/pygtk2/pygtk2-vl.spec

+ 9 - 5
p/pygobject/pygobject-vl.spec

@@ -3,8 +3,8 @@
 Summary: Python bindings for GObject
 Summary(ja): GObject の Python バインディング
 Name: pygobject
-Version: 2.20.0
-Release: 5%{?_dist_release}
+Version: 2.21.1
+Release: 1%{?_dist_release}
 License: LGPL
 Group: Development/Languages
 URL: http://www.pygtk.org/
@@ -17,6 +17,10 @@ BuildRequires: python-devel >= 2.6
 BuildRequires: libffi-devel
 BuildRequires: libtool, automake
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke
+
 %description
 pygobject provides a convenient wrapper for the GObject library
 for use in Python programs.
@@ -75,7 +79,6 @@ rm -fr $RPM_BUILD_ROOT
 %{python_sitearch}/gtk-2.0/gio
 %{python_sitearch}/gtk-2.0/glib
 %{python_sitearch}/gtk-2.0/gobject
-%{python_sitearch}/gtk-2.0/girepository
 
 %files devel
 %defattr(755, root, root, 755)
@@ -83,11 +86,9 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(644, root, root, 755)
 %dir %{_datadir}/pygobject
 %dir %{_datadir}/pygobject/2.0
-%dir %{_includedir}/pygobject
 %dir %{_includedir}/pygtk-2.0
 %{_datadir}/pygobject/2.0/codegen
 %{_datadir}/pygobject/2.0/defs
-%{_includedir}/pygobject/bank.h
 %{_includedir}/pygtk-2.0/pyglib.h
 %{_includedir}/pygtk-2.0/pygobject.h
 %{_libdir}/libpyglib-2.0-python.so
@@ -99,6 +100,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/pygobject/xsl
 
 %changelog
+* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.1-1
+- new upstream release
+
 * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.20.0-3
 - build for python-2.6
 

+ 5 - 2
p/pygtk2/pygtk2-vl.spec

@@ -6,11 +6,11 @@
 Summary: Python bindings for the GTK+ widget set.
 Summary(ja): GTK+ ウィジットセットの Python 実装
 Name: pygtk2
-Version: 2.16.0
+Version: 2.17.0
 Release: 1%{?_dist_release}
 License: LGPL (version 2.1)
 Group: Development/Languages
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.14/pygtk-%{version}.tar.bz2
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.17/pygtk-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pygtk-codegen-2.0
 
 %changelog
+* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.17.0-1
+- new upstream release
+
 * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1
 - new upstream release
 - rebuild with python-2.6