OBS User unknown 2008-03-26 15:14:17 +00:00 committed by Git OBS Bridge
parent 1638e263dd
commit df4a77c23d
2 changed files with 22 additions and 13 deletions

View File

@ -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 Wed Feb 21 16:51:25 CET 2007 - dobey@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package hicolor-icon-theme (Version 0.10) # 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,20 +10,21 @@
# norootforbuild # norootforbuild
Name: hicolor-icon-theme Name: hicolor-icon-theme
License: GNU General Public License (GPL) Summary: Fallback Icon Theme
License: GPL v2 or later
Group: System/X11/Utilities Group: System/X11/Utilities
Autoreqprov: on AutoReqProv: on
Version: 0.10 Version: 0.10
Release: 1 Release: 63
Url: http://freedesktop.org/software/icon-theme
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
# http://icon-theme.freedesktop.org/releases/ # http://icon-theme.freedesktop.org/releases/
Patch: hicolor-scalable-sizes.patch Patch: hicolor-scalable-sizes.patch
Patch1: hicolor-kde-bits.patch Patch1: hicolor-kde-bits.patch
URL: http://freedesktop.org/software/icon-theme
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Fallback Icon Theme BuildArch: noarch
BuildArchitectures: noarch
%description %description
This is the default fallback theme used by implementations of the icon This is the default fallback theme used by implementations of the icon
@ -32,19 +33,18 @@ theme specification.
%prep %prep
%setup %setup -q
%patch0 %patch0
%patch1 %patch1
%{?suse_update_config:%{suse_update_config}} %{?suse_update_config:%{suse_update_config}}
%build %build
export CFLAGS="$RPM_OPT_FLAGS"
%configure %configure
make make %{?jobs:-j%jobs}
%install %install
rm -rf $RPM_BUILD_ROOT %makeinstall
make DESTDIR=$RPM_BUILD_ROOT install chmod -x COPYING
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -55,7 +55,10 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor %{_prefix}/share/icons/hicolor
%changelog %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 - Import hicolor-icon-theme 0.10 with appropriate patches for KDE
and GNOME and GNOME
Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278 Fixes https://bugzilla.novell.com/show_bug.cgi?id=247278