- Require glib2-devel for the -devel package.
This commit is contained in:
parent
0cb2d22102
commit
6670f0d977
@ -4,7 +4,7 @@
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.12.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -19,10 +19,10 @@ Requires: python2 >= 2.3.5
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
Buildrequires: automake >= 1.6.3-5
|
||||
Buildrequires: glib2-devel >= 2.8
|
||||
Buildrequires: libtool
|
||||
Buildrequires: python2-devel >= 2.3.5
|
||||
BuildRequires: automake >= 1.6.3-5
|
||||
BuildRequires: glib2-devel >= 2.8
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python2-devel >= 2.3.5
|
||||
|
||||
%description
|
||||
pygobject2 provides a convenient wrapper for the GObject library
|
||||
@ -32,11 +32,12 @@ for use in Python programs.
|
||||
Summary: Development files for building add-on libraries
|
||||
Group: Development/Languages
|
||||
Requires: pygobject2 = %{version}
|
||||
Requires: glib2-devel
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
This package contains files required to build wrappers for GObject-based
|
||||
libraries such as pygtk.
|
||||
This package contains files required to build wrappers for
|
||||
pygobject2-based libraries such as pygtk2.
|
||||
|
||||
%prep
|
||||
%setup -q -n pygobject-%{version}
|
||||
@ -78,7 +79,11 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject
|
||||
|
||||
%changelog
|
||||
* Sun Sep 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-3.fc6
|
||||
- Require glib2-devel for the -devel package.
|
||||
|
||||
* Fri Sep 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc6
|
||||
- Define a python_sitelib macro for files under site_packages.
|
||||
- Spec file cleanups.
|
||||
|
||||
* Tue Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1.fc6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user