- The -devel package should require gtk2-devel as well

- Add gdk-pixbuf-2.0 to the pkg-config file requirements
This commit is contained in:
Todd Zullinger 2008-10-02 21:22:20 +00:00
parent 3b7b71ee0a
commit e43b72ebf7
1 changed files with 9 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: Library to access the contents of an iPod
Name: libgpod
Version: 0.6.0
Release: 7%{?dist}
Release: 8%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtkpod.org/libgpod.html
@ -36,6 +36,7 @@ Summary: Development files for the libgpod library
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: glib2-devel
Requires: gtk2-devel
Requires: pkgconfig
%description devel
@ -85,6 +86,9 @@ libgpod library.
%configure
%{__make} %{?_smp_mflags}
# add gdk-pixbuf-2.0 to the pkg-config file requirements
%{__sed} -i -e 's/^Requires:.*/& gdk-pixbuf-2.0/' libgpod-1.0.pc
%install
%{__rm} -rf %{buildroot}
@ -135,6 +139,10 @@ libgpod library.
%changelog
* Thu Oct 02 2008 Todd Zullinger <tmz@pobox.com> - 0.6.0-8
- The -devel package should require gtk2-devel as well
- Add gdk-pixbuf-2.0 to the pkg-config file requirements
* Thu Aug 28 2008 Todd Zullinger <tmz@pobox.com> - 0.6.0-7
- Ensure patches apply with no fuzz