|
@@ -7,11 +7,11 @@ Summary: Python bindings for the GTK+ widget set.
|
|
Summary(ja): GTK+ ウィジットセットの Python 実装
|
|
Summary(ja): GTK+ ウィジットセットの Python 実装
|
|
Name: pygtk2
|
|
Name: pygtk2
|
|
Version: 2.22.0
|
|
Version: 2.22.0
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
|
|
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
License: LGPLv2
|
|
License: LGPLv2
|
|
-Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.21/pygtk-%{version}.tar.bz2
|
|
+Source: ftp://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/pygtk-%{version}.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
@@ -63,6 +63,7 @@ Summary(ja): GTK+ の追加ライブラリのラッパ作成に必要なファ
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: pygtk2 = %{version}
|
|
Requires: pygtk2 = %{version}
|
|
Requires: pygobject-devel >= 2.12.0
|
|
Requires: pygobject-devel >= 2.12.0
|
|
|
|
+Requires: gtk2-devel
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
This package contains files required to build wrappers for GTK+ addon
|
|
This package contains files required to build wrappers for GTK+ addon
|
|
@@ -134,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_bindir}/pygtk-codegen-2.0
|
|
%{_bindir}/pygtk-codegen-2.0
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Feb 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-2
|
|
|
|
+- add Requires: gtk2-devel (-devel package)
|
|
|
|
+
|
|
* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-1
|
|
* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.22.0-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|