Update to 0.14, own 512x512 directory (#1044771)

This commit is contained in:
David King 2014-12-10 18:19:32 +00:00
parent 47f48059e8
commit 4c3611de85
3 changed files with 10 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
hicolor-icon-theme-0.12.tar.gz
/hicolor-icon-theme-0.13.tar.gz
/hicolor-icon-theme-0.14.tar.xz

View File

@ -1,12 +1,11 @@
Summary: Basic requirement for icon themes
Name: hicolor-icon-theme
Version: 0.13
Release: 2%{?dist}
License: GPL+
Version: 0.14
Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
URL: http://icon-theme.freedesktop.org/wiki/HicolorTheme
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
BuildArch: noarch
Requires(post): coreutils
Requires(postun): coreutils
@ -24,8 +23,7 @@ chmod 0644 COPYING
%configure
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install
touch $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
@ -41,16 +39,15 @@ fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README COPYING ChangeLog
%{_datadir}/icons/hicolor
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
%changelog
* Wed Dec 10 2014 David King <amigadave@amigadave.com> - 0.14-1
- Update to 0.14, own 512x512 directory (#1044771)
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
21d0f50aa6b8eef02846cda9e5e9324c hicolor-icon-theme-0.13.tar.gz
56d2c6c3a9df5a0acd332430e3f3ae3e hicolor-icon-theme-0.14.tar.xz