From 893097a314672cecc796e87994948a23edcd673b00545135d855bd3f107a56b9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 10 May 2019 10:22:26 +0000 Subject: [PATCH] Accepting request 701526 from GNOME:Next - Move RPM macros to %_rpmmacrodir. OBS-URL: https://build.opensuse.org/request/show/701526 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/hicolor-icon-theme?expand=0&rev=41 --- hicolor-icon-theme.changes | 5 +++++ hicolor-icon-theme.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/hicolor-icon-theme.changes b/hicolor-icon-theme.changes index 0b279b3..bb975c1 100644 --- a/hicolor-icon-theme.changes +++ b/hicolor-icon-theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 8 09:29:55 UTC 2019 - Dominique Leuenberger + +- Move RPM macros to %_rpmmacrodir. + ------------------------------------------------------------------- Wed Feb 28 16:33:24 UTC 2018 - dimstar@opensuse.org diff --git a/hicolor-icon-theme.spec b/hicolor-icon-theme.spec index f334ccd..5aabc38 100644 --- a/hicolor-icon-theme.spec +++ b/hicolor-icon-theme.spec @@ -1,7 +1,7 @@ # # spec file for package hicolor-icon-theme # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -44,13 +44,13 @@ make %{?_smp_mflags} touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache chmod -x COPYING # Install rpm macros -install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor +install -D -m644 %{SOURCE1} %{buildroot}%_rpmmacrodir/macros.hicolor %files %license COPYING %doc ChangeLog README %ghost %{_datadir}/icons/hicolor/icon-theme.cache %{_datadir}/icons/hicolor/ -%{_sysconfdir}/rpm/macros.hicolor +%_rpmmacrodir/macros.hicolor %changelog