rpms/libgpod/devel libgpod.spec,1.18,1.19

Todd M. Zullinger tmz at fedoraproject.org
Thu Oct 2 21:22:50 UTC 2008


Author: tmz

Update of /cvs/extras/rpms/libgpod/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28571

Modified Files:
	libgpod.spec 
Log Message:
* Thu Oct 02 2008 Todd Zullinger <tmz at 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



Index: libgpod.spec
===================================================================
RCS file: /cvs/extras/rpms/libgpod/devel/libgpod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libgpod.spec	28 Aug 2008 21:27:14 -0000	1.18
+++ libgpod.spec	2 Oct 2008 21:22:20 -0000	1.19
@@ -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 @@
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: glib2-devel
+Requires: gtk2-devel
 Requires: pkgconfig
 
 %description devel
@@ -85,6 +86,9 @@
 %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 @@
 
 
 %changelog
+* Thu Oct 02 2008 Todd Zullinger <tmz at 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 at pobox.com> - 0.6.0-7
 - Ensure patches apply with no fuzz
 




More information about the scm-commits mailing list