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