2.11.4
This commit is contained in:
parent
0023fa6bd9
commit
3add2bcf0b
@ -1 +1 @@
|
||||
pygobject-2.11.3.tar.bz2
|
||||
pygobject-2.11.4.tar.bz2
|
||||
|
||||
@ -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 <mclasen@redhat.com> - 2.11.4-1.fc6
|
||||
- Update to 2.11.4
|
||||
- Use pre-built docs
|
||||
|
||||
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1.fc6
|
||||
- Update to 2.11.3
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user