2007-03-14 12:28:51 +01:00
|
|
|
#
|
2013-03-13 23:50:19 +01:00
|
|
|
# spec file for package hicolor-icon-theme
|
2007-03-14 12:28:51 +01:00
|
|
|
#
|
2015-03-25 10:12:33 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-03-14 12:28:51 +01:00
|
|
|
#
|
2008-10-22 18:01:05 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-03-14 12:28:51 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2008-03-26 16:14:17 +01:00
|
|
|
|
2007-03-14 12:28:51 +01:00
|
|
|
Name: hicolor-icon-theme
|
2008-03-26 16:14:17 +01:00
|
|
|
Summary: Fallback Icon Theme
|
2013-03-13 23:50:19 +01:00
|
|
|
License: GPL-2.0+
|
2007-03-14 12:28:51 +01:00
|
|
|
Group: System/X11/Utilities
|
2015-03-25 10:12:33 +01:00
|
|
|
Version: 0.15
|
2013-03-13 23:50:19 +01:00
|
|
|
Release: 0
|
2008-07-18 23:52:48 +02:00
|
|
|
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
2014-12-16 12:11:39 +01:00
|
|
|
Source: http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
2010-08-27 17:11:40 +02:00
|
|
|
Source1: macros.hicolor
|
|
|
|
Source99: %{name}-rpmlintrc
|
2007-03-14 12:28:51 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2008-03-26 16:14:17 +01:00
|
|
|
BuildArch: noarch
|
2007-03-14 12:28:51 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This is the default fallback theme used by implementations of the icon
|
|
|
|
theme specification.
|
|
|
|
|
|
|
|
%prep
|
2008-03-26 16:14:17 +01:00
|
|
|
%setup -q
|
2007-03-14 12:28:51 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2008-07-18 23:52:48 +02:00
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-03-14 12:28:51 +01:00
|
|
|
|
|
|
|
%install
|
2008-03-26 16:14:17 +01:00
|
|
|
%makeinstall
|
2010-08-27 17:11:40 +02:00
|
|
|
touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
|
2008-03-26 16:14:17 +01:00
|
|
|
chmod -x COPYING
|
2010-08-27 17:11:40 +02:00
|
|
|
# Install rpm macros
|
|
|
|
install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
|
2007-03-14 12:28:51 +01:00
|
|
|
|
|
|
|
%clean
|
2009-12-08 11:40:48 +01:00
|
|
|
rm -rf %{buildroot}
|
2007-03-14 12:28:51 +01:00
|
|
|
|
2015-10-26 12:43:55 +01:00
|
|
|
# No %%post/%%postun: there are actually no icons in this package. It's just the
|
2010-08-27 17:11:40 +02:00
|
|
|
# directory structure.
|
|
|
|
|
2007-03-14 12:28:51 +01:00
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%doc COPYING ChangeLog README
|
2010-08-27 17:11:40 +02:00
|
|
|
%ghost %{_datadir}/icons/hicolor/icon-theme.cache
|
2009-12-08 11:40:48 +01:00
|
|
|
%{_datadir}/icons/hicolor/
|
2010-08-27 17:11:40 +02:00
|
|
|
%{_sysconfdir}/rpm/macros.hicolor
|
2007-03-14 12:28:51 +01:00
|
|
|
|
|
|
|
%changelog
|