Name: pygobject3 Summary: Python bindings for GObject Introspection Summary(ja): GObject Introspection の Python バインディング Version: 3.12.2 Release: 1%{?_dist_release} Group: Development/Languages License: LGPL URL: http://www.pygtk.org/ Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.12/pygobject-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: glib2-devel >= 2.26.0 BuildRequires: python-devel >= 2.6 BuildRequires: libffi-devel BuildRequires: libtool, automake BuildRequires: gobject-introspection-devel >= 0.9.8 BuildRequires: pycairo-devel >= 1.8.10 Obsoletes: %{name}-doc < 3.10.0 Vendor: Project Vine Distribution: Vine Linux Packager: Takemikaduchi %description pygobject provides a convenient wrapper for the GObject library for use in Python programs. %package devel Summary: Development files for building add-on libraries Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel Requires: libffi-devel Requires: pkgconfig %description devel This package contains files required to build wrappers for pygobject-based libraries such as pygtk2. %prep %setup -q -n pygobject-%{version} %build # --disable-docs doesn't work; it builds the docs anyway. %configure \ --enable-silent-rules \ --disable-static \ --enable-thread export tagname=CC make LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT export tagname=CC make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f rm -f examples/Makefile* # conflict with pygobject rm -rf $RPM_BUILD_ROOT%{python_sitearch}/gtk-2.0 rm -rf $RPM_BUILD_ROOT%{_datadir}/pygobject %clean rm -fr $RPM_BUILD_ROOT %files %defattr(644, root, root, 755) %doc AUTHORS NEWS README ChangeLog %doc examples %{_libdir}/python2.7/site-packages/pygtkcompat %{python_sitearch}/*.egg-info %{python_sitearch}/gi %files devel %defattr(644, root, root, 755) %{_includedir}/pygobject-3.0/pygobject.h %{_libdir}/pkgconfig/pygobject-3.0.pc %changelog * Fri Jun 06 2014 Yoji TOYODA 3.12.2-1 - new upstream release * Sat Apr 19 2014 Yoji TOYODA 3.12.1-1 - new upstream release * Sat Mar 29 2014 Yoji TOYODA 3.12.0-1 - new upstream release * Sun Nov 24 2013 Yoji TOYODA 3.10.2-1 - new upstream release * Sat Oct 26 2013 Yoji TOYODA 3.10.1-1 - new upstream release - remove doc subpackage * Mon Jul 15 2013 Yoji TOYODA 3.8.3-1 - new upstream release * Sat May 18 2013 Yoji TOYODA 3.8.2-1 - new upstream release * Wed Apr 17 2013 Yoji TOYODA 3.8.1-1 - new upstream release * Wed Apr 17 2013 Yoji TOYODA 3.8.1-1 - new upstream release * Wed Nov 14 2012 Yoji TOYODA 3.4.2-1 - new upstream release * Thu Oct 18 2012 Yoji TOYODA 3.4.1.1-1 - new upstream release * Thu Sep 27 2012 Yoji TOYODA 3.4.0-1 - new upstream release * Sun May 20 2012 Yoji TOYODA 3.2.2-1 - new upstream release * Sat Mar 31 2012 Yoji TOYODA 3.2.0-1 - new upstream release * Wed Feb 15 2012 Yoji TOYODA 3.0.4-2 - rebuild with python-2.7.2 * Wed Feb 15 2012 Yoji TOYODA 3.0.4-1 - new upstream release * Thu Nov 03 2011 Yoji TOYODA 3.0.2-1 - new upstream release * Thu Oct 06 2011 Yoji TOYODA 3.0.1-1 - new upstream release * Fri Sep 23 2011 Yoji TOYODA 3.0.0-1 - new upstream release * Sat Sep 03 2011 Yoji TOYODA 2.90.3-1 - initial build for Vine Linux