- 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:
parent
3b7b71ee0a
commit
e43b72ebf7
10
libgpod.spec
10
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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user