[libgpod] Update BuildRequires

Christophe Fergeau teuf at fedoraproject.org
Wed Jul 27 00:51:45 UTC 2011


commit 1c971ab094da1ae73d76163f2d7a3c3ab0daa30b
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Wed Jul 27 01:12:18 2011 +0200

    Update BuildRequires
    
    libgpod doesn't need gtk2-devel, it only uses gdk-pixbuf2 so BR
    this instead of gtk2-devel. perl-XML-Parser is no longer necessary
    for building

 libgpod.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libgpod.spec b/libgpod.spec
index e541d18..690dfc2 100644
--- a/libgpod.spec
+++ b/libgpod.spec
@@ -22,7 +22,7 @@ BuildRequires: automake libtool
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: docbook-style-xsl
 BuildRequires: glib2-devel
-BuildRequires: gtk2-devel
+BuildRequires: gdk-pixbuf2-devel
 BuildRequires: gettext
 BuildRequires: intltool
 BuildRequires: libimobiledevice-devel >= 0.9.7
@@ -34,7 +34,6 @@ BuildRequires: libxslt
 BuildRequires: mono-devel
 BuildRequires: gtk-sharp2-devel
 %endif
-BuildRequires: perl(XML::Parser)
 BuildRequires: pygobject2-devel
 BuildRequires: python-devel
 BuildRequires: python-mutagen
@@ -214,6 +213,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Wed Jul 27 2011 Christophe Fergeau <cfergeau at redhat.com>
+- Small BuildRequires cleanups
+
 * Mon Jul 25 2011 Christian Krause <chkr at fedoraproject.org> - 0.8.2-1
 - Update to 0.8.2
 - Drop upstreamed patches


More information about the scm-commits mailing list