- 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 Summary: Library to access the contents of an iPod
Name: libgpod Name: libgpod
Version: 0.6.0 Version: 0.6.0
Release: 7%{?dist} Release: 8%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.gtkpod.org/libgpod.html URL: http://www.gtkpod.org/libgpod.html
@ -36,6 +36,7 @@ Summary: Development files for the libgpod library
Group: Development/Libraries Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: glib2-devel Requires: glib2-devel
Requires: gtk2-devel
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
@ -85,6 +86,9 @@ libgpod library.
%configure %configure
%{__make} %{?_smp_mflags} %{__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 %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
@ -135,6 +139,10 @@ libgpod library.
%changelog %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 * Thu Aug 28 2008 Todd Zullinger <tmz@pobox.com> - 0.6.0-7
- Ensure patches apply with no fuzz - Ensure patches apply with no fuzz