From 63276437800cccbddd3347ba2b138d2a447ff497e3102b940145151105149890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Thu, 26 May 2016 19:28:11 +0000 Subject: [PATCH] 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 --- hicolor-icon-theme.changes | 6 ++++++ hicolor-icon-theme.spec | 17 +++++++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/hicolor-icon-theme.changes b/hicolor-icon-theme.changes index 63a9e90..10294ef 100644 --- a/hicolor-icon-theme.changes +++ b/hicolor-icon-theme.changes @@ -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 diff --git a/hicolor-icon-theme.spec b/hicolor-icon-theme.spec index 972843b..45d0233 100644 --- a/hicolor-icon-theme.spec +++ b/hicolor-icon-theme.spec @@ -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.