Accepting request 398273 from home:scarabeus_iv:branches:GNOME:Factory

- Update url to point to some existing location
- Run over with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/398273
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/hicolor-icon-theme?expand=0&rev=34
This commit is contained in:
Bjørn Lie 2016-05-26 19:28:11 +00:00 committed by Git OBS Bridge
parent 4e27727e93
commit 6327643780
2 changed files with 13 additions and 10 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 26 14:01:13 UTC 2016 - tchvatal@suse.com
- Update url to point to some existing location
- Run over with spec-cleaner
-------------------------------------------------------------------
Mon Oct 26 00:08:46 UTC 2015 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package hicolor-icon-theme
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: hicolor-icon-theme
Version: 0.15
Release: 0
Summary: Fallback Icon Theme
License: GPL-2.0+
Group: System/X11/Utilities
Version: 0.15
Release: 0
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
Url: https://freedesktop.org/wiki/Software/icon-theme/
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source1: macros.hicolor
Source99: %{name}-rpmlintrc
@ -38,17 +38,14 @@ theme specification.
%build
%configure
%__make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
make %{?_smp_mflags} DESTDIR=%{buildroot} install
touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
chmod -x COPYING
# Install rpm macros
install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
%clean
rm -rf %{buildroot}
install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
# No %%post/%%postun: there are actually no icons in this package. It's just the
# directory structure.