[gnome-icon-theme] Drop pkgconfig dep

Matthias Clasen mclasen at fedoraproject.org
Sun Jun 9 00:10:27 UTC 2013


commit 8b0c8f0058c861e7048270e62ecd1da2406aa465
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sat Jun 8 20:09:50 2013 -0400

    Drop pkgconfig dep

 gnome-icon-theme.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gnome-icon-theme.spec b/gnome-icon-theme.spec
index dda0bde..27520db 100644
--- a/gnome-icon-theme.spec
+++ b/gnome-icon-theme.spec
@@ -1,7 +1,7 @@
 Summary: GNOME icon theme
 Name: gnome-icon-theme
 Version: 3.8.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 #VCS: git:git://git.gnome.org/gnome-icon-theme
 Source0: http://download.gnome.org/sources/gnome-icon-theme/3.8/%{name}-%{version}.tar.xz
 Source1: legacy-icon-mapping.xml
@@ -14,7 +14,6 @@ BuildRequires: librsvg2
 BuildRequires: intltool
 BuildRequires: gtk2
 Requires: hicolor-icon-theme
-Requires: pkgconfig
 
 %description
 This package contains the default icon theme used by the GNOME desktop.
@@ -107,12 +106,16 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || :
 
 %files -f files.txt
 %doc COPYING AUTHORS
+%dir %{_datadir}/pkgconfig
 %{_datadir}/pkgconfig/gnome-icon-theme.pc
 %ghost %{_datadir}/icons/gnome/icon-theme.cache
 
 %files legacy -f legacy.txt
 
 %changelog
+* Sat Jun  8 2013 Matthias Clasen <mclasen at redhat.com> - 3.8.2-2
+- Drop dep on pkgconfig, instead co-own /usr/share/pkgconfig
+
 * Tue May 14 2013 Richard Hughes <rhughes at redhat.com> - 3.8.2-1
 - Update to 3.8.2
 


More information about the scm-commits mailing list