|
|
|
@ -2,11 +2,10 @@
|
|
|
|
|
Summary: GNOME icon theme
|
|
|
|
|
Name: gnome-icon-theme
|
|
|
|
|
Version: 2.91.92
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
#VCS: git:git://git.gnome.org/gnome-icon-theme
|
|
|
|
|
Source0: http://download.gnome.org/sources/gnome-icon-theme/2.91/%{name}-%{version}.tar.bz2
|
|
|
|
|
Source1: legacy-icon-mapping.xml
|
|
|
|
|
Source2: splash.xpm.gz
|
|
|
|
|
License: GPL+
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
@ -84,17 +83,6 @@ touch files.txt
|
|
|
|
|
find icons/gnome \( -type l -and -not -name *-rtl.png -and -not -name *-ltr.png \) -printf "%%%%{_datadir}/%%p\n"
|
|
|
|
|
) > legacy.txt
|
|
|
|
|
|
|
|
|
|
mkdir $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
|
|
|
|
(cd $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
|
|
|
|
ln -s ../icons/gnome/48x48/places/distributor-logo.png fedora-logo-small.png
|
|
|
|
|
ln -s ../icons/gnome/48x48/places/distributor-logo.png fedora-logo-sprite.png
|
|
|
|
|
ln -s ../icons/gnome/48x48/places/distributor-logo.png fedora-logo-sprite.svg
|
|
|
|
|
ln -s ../icons/gnome/48x48/places/distributor-logo.png fedora-logo.png
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/boot/grub
|
|
|
|
|
install -p -m 644 -D ${RPM_SOURCE_DIR}/splash.xpm.gz ${RPM_BUILD_ROOT}/boot/grub/splash.xpm.gz
|
|
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
|
gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
|
|
|
|
|
|
|
|
@ -117,7 +105,7 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/gnome || :
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-5
|
|
|
|
|
* Tue Mar 29 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-6
|
|
|
|
|
- Drop the logos package; there shall be no system-logos
|
|
|
|
|
other than fedora-logos...
|
|
|
|
|
|
|
|
|
|