forked from pool/hicolor-icon-theme
b81c9fe5d2
Copy from home:vuntz:branches:GNOME:Factory/hicolor-icon-theme via accept of submit request 25612 revision 8. Request was accepted with message: Accepting OBS-URL: https://build.opensuse.org/request/show/25612 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/hicolor-icon-theme?expand=0&rev=11
62 lines
1.8 KiB
RPMSpec
62 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package hicolor-icon-theme (Version 0.11)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: hicolor-icon-theme
|
|
Summary: Fallback Icon Theme
|
|
License: GPL v2 or later
|
|
Group: System/X11/Utilities
|
|
Version: 0.11
|
|
Release: 1
|
|
Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
|
|
Source: %{name}-%{version}.tar.bz2
|
|
# PATCH-FIX-UPSTREAM hicolor-256.patch fdo15231 vuntz@opensuse.org -- Fix the newly added 256x256 directories
|
|
Patch0: hicolor-256.patch
|
|
# PATCH-FIX-UPSTREAM hicolor-scalable-sizes.patch fdo25449 vuntz@opensuse.org -- Add some MinSize for scalable, since the icons won't look that good at small sizes
|
|
Patch1: hicolor-scalable-sizes.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
This is the default fallback theme used by implementations of the icon
|
|
theme specification.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
|
|
%build
|
|
%configure
|
|
%__make %{?jobs:-j%jobs}
|
|
|
|
%install
|
|
%makeinstall
|
|
chmod -x COPYING
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING ChangeLog README
|
|
%{_datadir}/icons/hicolor/
|
|
|
|
%changelog
|