From e43b72ebf78378a2551d4102c1678e99048255fa Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Oct 02 2008 21:22:20 +0000 Subject: - The -devel package should require gtk2-devel as well - Add gdk-pixbuf-2.0 to the pkg-config file requirements --- diff --git a/libgpod.spec b/libgpod.spec index bd80b28..958c4a6 100644 --- a/libgpod.spec +++ b/libgpod.spec @@ -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 - 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 - 0.6.0-7 - Ensure patches apply with no fuzz