|
@@ -3,14 +3,14 @@
|
|
|
Name: pygobject
|
|
|
Summary: Python bindings for GObject
|
|
|
Summary(ja): GObject の Python バインディング
|
|
|
-Version: 2.26.0
|
|
|
+Version: 2.28.4
|
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: Development/Languages
|
|
|
License: LGPL
|
|
|
URL: http://www.pygtk.org/
|
|
|
|
|
|
-Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.26/pygobject-%{version}.tar.bz2
|
|
|
+Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: glib2-devel >= 2.26.0
|
|
@@ -85,9 +85,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
|
%defattr(755, root, root, 755)
|
|
|
%{python_sitearch}/gtk-2.0/gio
|
|
|
-%{python_sitearch}/gtk-2.0/glib
|
|
|
-%{python_sitearch}/gtk-2.0/gobject
|
|
|
-%{python_sitearch}/gtk-2.0/gi
|
|
|
+%{python_sitearch}/glib
|
|
|
+%{python_sitearch}/gobject
|
|
|
+%{python_sitearch}/gi
|
|
|
|
|
|
%files devel
|
|
|
%defattr(755, root, root, 755)
|
|
@@ -109,6 +109,9 @@ rm -fr $RPM_BUILD_ROOT
|
|
|
%{_datadir}/gtk-doc/html/pygobject
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Jun 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.4-1
|
|
|
+- update to 2.28.4
|
|
|
+
|
|
|
* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.26.0-1
|
|
|
- new upstream release
|
|
|
- add BuildRequires: gobject-introspection-devel, pycairo-devel
|