diff --git a/.cvsignore b/.cvsignore index b3276ef..9bcdc30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pygobject-2.11.3.tar.bz2 +pygobject-2.11.4.tar.bz2 diff --git a/pygobject2.spec b/pygobject2.spec index 4b7836d..f10d2ed 100644 --- a/pygobject2.spec +++ b/pygobject2.spec @@ -3,12 +3,13 @@ Summary: Python bindings for gobjects Name: pygobject2 -Version: 2.11.3 +Version: 2.11.4 Release: 1%{?dist} License: LGPL Group: Development/Languages URL: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.10/ Source: pygobject-%{version}.tar.bz2 +Patch0: pygobject-2.11.4-docs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: glib2 >= 2.8 Requires: python2 >= 2.3.5 @@ -17,8 +18,6 @@ Buildrequires: glib2-devel >= 2.8 # needed for automake/autoconf to work right with multilib python Buildrequires: automake >= 1.6.3-5 Buildrequires: libtool -Buildrequires: libxslt -Buildrequires: docbook-style-xsl %description Pygobjects is an extension module for python that gives you access to GLib's @@ -35,9 +34,10 @@ libraries such as pygtk %prep %setup -q -n pygobject-%{version} +%patch0 -p1 -b .docs %build -%configure --enable-thread +%configure --enable-thread --disable-docs export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -73,6 +73,10 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/pygobject %changelog +* Sun Aug 27 2006 Matthias Clasen - 2.11.4-1.fc6 +- Update to 2.11.4 +- Use pre-built docs + * Mon Aug 21 2006 Matthias Clasen - 2.11.3-1.fc6 - Update to 2.11.3 diff --git a/sources b/sources index d24b282..8904c5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -31e4da79d27d7941c36ea549acce8da6 pygobject-2.11.3.tar.bz2 +6c8e1edb1def6ad551ba4ad6a7d4858d pygobject-2.11.4.tar.bz2