This commit is contained in:
parent
1638e263dd
commit
df4a77c23d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 15:38:21 CET 2008 - lrupp@suse.de
|
||||
|
||||
- beautify specfile
|
||||
- fix executable bit for doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 16:51:25 CET 2007 - dobey@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package hicolor-icon-theme (Version 0.10)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,20 +10,21 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: hicolor-icon-theme
|
||||
License: GNU General Public License (GPL)
|
||||
Summary: Fallback Icon Theme
|
||||
License: GPL v2 or later
|
||||
Group: System/X11/Utilities
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Version: 0.10
|
||||
Release: 1
|
||||
Release: 63
|
||||
Url: http://freedesktop.org/software/icon-theme
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# http://icon-theme.freedesktop.org/releases/
|
||||
Patch: hicolor-scalable-sizes.patch
|
||||
Patch1: hicolor-kde-bits.patch
|
||||
URL: http://freedesktop.org/software/icon-theme
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Fallback Icon Theme
|
||||
BuildArchitectures: noarch
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This is the default fallback theme used by implementations of the icon
|
||||
@ -32,19 +33,18 @@ theme specification.
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch1
|
||||
%{?suse_update_config:%{suse_update_config}}
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
%configure
|
||||
make
|
||||
make %{?jobs:-j%jobs}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
%makeinstall
|
||||
chmod -x COPYING
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -55,7 +55,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_prefix}/share/icons/hicolor
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2007 - dobey@suse.de
|
||||
* Tue Mar 25 2008 lrupp@suse.de
|
||||
- beautify specfile
|
||||
- fix executable bit for doc
|
||||
* Wed Feb 21 2007 dobey@suse.de
|
||||
- Import hicolor-icon-theme 0.10 with appropriate patches for KDE
|
||||
and GNOME
|
||||
Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278
|
||||
|
Loading…
Reference in New Issue
Block a user