|
@@ -1,12 +1,13 @@
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
|
|
+Name: pygobject
|
|
Summary: Python bindings for GObject
|
|
Summary: Python bindings for GObject
|
|
Summary(ja): GObject の Python バインディング
|
|
Summary(ja): GObject の Python バインディング
|
|
-Name: pygobject
|
|
|
|
-Version: 2.21.1
|
|
|
|
|
|
+Version: 2.21.5
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
-License: LGPL
|
|
|
|
|
|
+
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
|
|
+License: LGPL
|
|
URL: http://www.pygtk.org/
|
|
URL: http://www.pygtk.org/
|
|
|
|
|
|
Source: pygobject-%{version}.tar.bz2
|
|
Source: pygobject-%{version}.tar.bz2
|
|
@@ -40,7 +41,7 @@ pygobject-based libraries such as pygtk2.
|
|
|
|
|
|
%package doc
|
|
%package doc
|
|
Summary: Documentation files for pygobject
|
|
Summary: Documentation files for pygobject
|
|
-Group: Development/Documentation
|
|
|
|
|
|
+Group: Documentation
|
|
|
|
|
|
%description doc
|
|
%description doc
|
|
This package contains documentation files for pygobject.
|
|
This package contains documentation files for pygobject.
|
|
@@ -50,7 +51,12 @@ This package contains documentation files for pygobject.
|
|
|
|
|
|
%build
|
|
%build
|
|
# --disable-docs doesn't work; it builds the docs anyway.
|
|
# --disable-docs doesn't work; it builds the docs anyway.
|
|
-%configure --enable-thread --disable-docs
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --enable-silent-rules \
|
|
|
|
+ --disable-static \
|
|
|
|
+ --enable-thread \
|
|
|
|
+ --disable-introspection \
|
|
|
|
+ --disable-docs
|
|
export tagname=CC
|
|
export tagname=CC
|
|
make LIBTOOL=/usr/bin/libtool
|
|
make LIBTOOL=/usr/bin/libtool
|
|
|
|
|
|
@@ -89,6 +95,7 @@ rm -fr $RPM_BUILD_ROOT
|
|
%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
|
|
|
|
+%{_datadir}/pygobject/xsl
|
|
%{_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
|
|
@@ -97,9 +104,14 @@ rm -fr $RPM_BUILD_ROOT
|
|
%files doc
|
|
%files doc
|
|
%defattr(644, root, root, 755)
|
|
%defattr(644, root, root, 755)
|
|
%{_datadir}/gtk-doc/html/pygobject
|
|
%{_datadir}/gtk-doc/html/pygobject
|
|
-%{_datadir}/pygobject/xsl
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Sep 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.21.5-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added --disable-intropection option (it needs gobject-introspection >= 0.9)
|
|
|
|
+- moved xsl files to devel package
|
|
|
|
+- built with rpm-4.8.1
|
|
|
|
+
|
|
* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.1-1
|
|
* Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.21.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|