diff --git a/.gitignore b/.gitignore index a732f73..e10a693 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-icon-theme-3.8.2.tar.xz +SOURCES/gnome-icon-theme-3.12.0.tar.xz diff --git a/.gnome-icon-theme.metadata b/.gnome-icon-theme.metadata index 13518d6..8f0d3ce 100644 --- a/.gnome-icon-theme.metadata +++ b/.gnome-icon-theme.metadata @@ -1 +1 @@ -9448caeb86282f51cb022ef5351dd0b653c4f6b7 SOURCES/gnome-icon-theme-3.8.2.tar.xz +cc0f0dc55db3c4ca7f2f34564402f712807f1342 SOURCES/gnome-icon-theme-3.12.0.tar.xz diff --git a/SPECS/gnome-icon-theme.spec b/SPECS/gnome-icon-theme.spec index 03d6da3..f834e9b 100644 --- a/SPECS/gnome-icon-theme.spec +++ b/SPECS/gnome-icon-theme.spec @@ -1,11 +1,11 @@ Summary: GNOME icon theme Name: gnome-icon-theme -Version: 3.8.2 -Release: 3%{?dist} +Version: 3.12.0 +Release: 1%{?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 +Source0: http://download.gnome.org/sources/gnome-icon-theme/3.12/%{name}-%{version}.tar.xz Source1: legacy-icon-mapping.xml -License: GPL+ +License: LGPLv3+ BuildArch: noarch Group: User Interface/Desktops BuildRequires: icon-naming-utils >= 0.8.7 @@ -28,6 +28,15 @@ Requires: %{name} = %{version}-%{release} This package contains symlinks to make the icons in gnome-icon-theme available under old names. +%package devel + +Summary: Development files for gnome-icon-theme +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +Development files for gnome-icon-theme + %prep %setup -q @@ -37,7 +46,6 @@ available under old names. %install make install DESTDIR=$RPM_BUILD_ROOT -rm $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache touch $RPM_BUILD_ROOT%{_datadir}/icons/gnome/icon-theme.cache cp %{SOURCE1} . @@ -107,12 +115,18 @@ gtk-update-icon-cache %{_datadir}/icons/gnome &>/dev/null || : %files -f files.txt %doc COPYING AUTHORS -%{_datadir}/pkgconfig/gnome-icon-theme.pc %ghost %{_datadir}/icons/gnome/icon-theme.cache %files legacy -f legacy.txt +%files devel +%{_datadir}/pkgconfig/gnome-icon-theme.pc + %changelog +* Tue Mar 25 2014 Richard Hughes - 3.12.0-1 +- Update to 3.12.0 +- Resolves: #1174379 + * Fri Dec 27 2013 Daniel Mach - 3.8.2-3 - Mass rebuild 2013-12-27