Use relative symlinks

epel9
Matthias Clasen 20 years ago
parent b61ea06941
commit f5ee2c0dbd

@ -1,7 +1,7 @@
Summary: Base gnome icons
Name: gnome-icon-theme
Version: 2.10.1
Release: 1
Release: 2
Source0: %{name}-%{version}.tar.bz2
Source1: external-icons.tar.gz
License: GPL
@ -35,10 +35,10 @@ ln -s gnome-util.png redhat-accessories.png
#ln -s %{_datadir}/pixmaps/.png redhat-extras.png
ln -s gnome-joystick.png redhat-games.png
ln -s gnome-graphics.png redhat-graphics.png
ln -s %{_datadir}/pixmaps/gnome-home.png redhat-home.png
ln -s ../../../../pixmaps/gnome-home.png redhat-home.png
ln -s gnome-globe.png redhat-internet.png
ln -s gnome-desktop-config.png redhat-preferences.png
ln -s %{_datadir}/pixmaps/gnome-applications.png redhat-office.png
ln -s ../../../../pixmaps/gnome-applications.png redhat-office.png
ln -s gnome-devel.png redhat-programming.png
ln -s gnome-server-config.png redhat-server_settings.png
ln -s gnome-multimedia.png redhat-sound_video.png
@ -67,6 +67,10 @@ done
%{_datadir}/pkgconfig/gnome-icon-theme.pc
%changelog
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.1-2
- Use relative symlinks instead of absolute ones,
which the build system no longer accepts.
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> - 2.10.1-1
- Update to upstream version 2.10.1

Loading…
Cancel
Save