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
This commit is contained in:
parent
bf6467be73
commit
893097a314
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 8 09:29:55 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Move RPM macros to %_rpmmacrodir.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 28 16:33:24 UTC 2018 - dimstar@opensuse.org
|
Wed Feb 28 16:33:24 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hicolor-icon-theme
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
||||||
chmod -x COPYING
|
chmod -x COPYING
|
||||||
# Install rpm macros
|
# Install rpm macros
|
||||||
install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
|
install -D -m644 %{SOURCE1} %{buildroot}%_rpmmacrodir/macros.hicolor
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
||||||
%{_datadir}/icons/hicolor/
|
%{_datadir}/icons/hicolor/
|
||||||
%{_sysconfdir}/rpm/macros.hicolor
|
%_rpmmacrodir/macros.hicolor
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user