OBS User unknown 2008-06-27 18:36:21 +00:00 committed by Git OBS Bridge
parent 99aa3fa38f
commit f5846129f6
2 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 27 17:24:42 CEST 2008 - maw@suse.de
- Remove bogus symlinks (watch out for any missing icons).
-------------------------------------------------------------------
Fri Jun 20 18:09:05 CEST 2008 - maw@suse.de

View File

@ -16,7 +16,7 @@ BuildRequires: cdparanoia eel-devel fdupes gnome-common gnome-desktop-devel gno
License: GPL v2 or later
Group: Productivity/File utilities
Version: 2.23.4
Release: 1
Release: 2
Summary: The GNOME 2.x Desktop File Manager
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org
@ -50,9 +50,10 @@ Patch20: nautilus-bnc363122-lockdown-context-menus.diff
Patch21: nautilus-bnc368446-network-in-places.patch
# PATCH-FIX-UPSTREMA nautilus-bnc397852-huge-memory-leak.patch bnc397852 bgo536968 vuntz@novell.com
Patch25: nautilus-bnc397852-huge-memory-leak.patch
Requires: gnome-icon-theme
Requires: %{name}-lang = %{version}
Requires: gvfs
# So that symlinks to icons work:
Requires: gnome-desktop gnome-icon-theme
Provides: nautilus2
Obsoletes: nautilus2
AutoReqProv: on
@ -116,8 +117,11 @@ chmod -x COPYING
%makeinstall
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
rm docs/Makefile*
ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
### ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
# FIXME: this is probably wrong, but it enables the build to succeed for now
# ln -s ../icons/gnome/24x24/devices/gnome-computer.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
### ln -s ../icons/gnome/24x24/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
# ln -s ../icons/gnome/24x24/places/gnome-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
ln -s ../icons/gnome/24x24/actions/system-search.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
ln -s ../icons/gnome/24x24/places/user-home.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/
%suse_update_desktop_file -N "Nautilus" -G "File Browser" nautilus System FileManager
@ -185,6 +189,8 @@ fi
%{_datadir}/gtk-doc/html/libnautilus-extension
%changelog
* Fri Jun 27 2008 maw@suse.de
- Remove bogus symlinks (watch out for any missing icons).
* Fri Jun 20 2008 maw@suse.de
- Update to version 2.23.4:
+ Support new gnome-session autostart semantics