Accepting request 581207 from GNOME:Next

spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581207
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/hicolor-icon-theme?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2018-03-05 13:54:07 +00:00 committed by Git OBS Bridge
parent 61d36d3bc8
commit bf6467be73
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 28 16:33:24 UTC 2018 - dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 7 15:01:50 UTC 2017 - zaitor@opensuse.org Thu Sep 7 15:01:50 UTC 2017 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package hicolor-icon-theme # spec file for package hicolor-icon-theme
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 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
@ -20,13 +20,12 @@ Name: hicolor-icon-theme
Version: 0.17 Version: 0.17
Release: 0 Release: 0
Summary: Fallback Icon Theme Summary: Fallback Icon Theme
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/X11/Utilities Group: System/X11/Utilities
Url: https://freedesktop.org/wiki/Software/icon-theme/ URL: https://freedesktop.org/wiki/Software/icon-theme/
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source1: macros.hicolor Source1: macros.hicolor
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%description %description
@ -41,15 +40,15 @@ theme specification.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make %{?_smp_mflags} DESTDIR=%{buildroot} install %make_install
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}%{_sysconfdir}/rpm/macros.hicolor
%files %files
%defattr(-, root, root) %license COPYING
%doc COPYING 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 %{_sysconfdir}/rpm/macros.hicolor