fix build reqs
This commit is contained in:
parent
cf1898087f
commit
7d2a5cbb6f
@ -4,7 +4,7 @@
|
||||
Summary: Python bindings for gobjects
|
||||
Name: pygobject2
|
||||
Version: 2.11.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
URL: ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/2.10/
|
||||
@ -17,6 +17,7 @@ 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
|
||||
|
||||
%description
|
||||
Pygobjects is an extension module for python that gives you access to GLib's
|
||||
@ -69,6 +70,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/pygobject-2.0.pc
|
||||
|
||||
%changelog
|
||||
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-2.fc6
|
||||
- BR libxslt
|
||||
|
||||
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1.fc6
|
||||
- Update to 2.11.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user