[gnome-icon-theme] Remove some unneeded build deps

Kalev Lember kalev at fedoraproject.org
Fri Aug 9 19:15:20 UTC 2013


commit 1ae106e3b9c142dac0072a2fc2be75fd16384191
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 9 16:48:54 2013 +0200

    Remove some unneeded build deps
    
    ... that were added in commit c038f5e5b56d657cfc7ba32446de11df2b37b61b
    without any explanation. gnome-icon-theme build doesn't need the header
    files from gtk2-devel and librsvg2-devel and only needs the base
    packages -- the gtk2 build dep is solely for
    /usr/bin/gtk-update-icon-cache.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=972372#c9

 gnome-icon-theme.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec
index 97f03dd..cf18057 100644
--- a/gnome-icon-theme.spec
+++ b/gnome-icon-theme.spec
@@ -10,12 +10,10 @@ URL:        http://www.gnome.org
 Source0: http://download.gnome.org/sources/gnome-icon-theme/3.8/%{name}-%{version}.tar.xz
 Source1: legacy-icon-mapping.xml
 
-BuildRequires: gnome-common
-BuildRequires: gtk2-devel
+BuildRequires: gtk2
 BuildRequires: icon-naming-utils >= 0.8.7
 BuildRequires: intltool
-BuildRequires: librsvg2-devel
-BuildRequires: pkgconfig
+BuildRequires: librsvg2
 Requires: hicolor-icon-theme
 
 BuildArch: noarch


More information about the scm-commits mailing list