rpms/nautilus/devel nautilus.spec,1.264,1.265

Matthias Clasen mclasen at fedoraproject.org
Thu Mar 12 15:53:23 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/nautilus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13558

Modified Files:
	nautilus.spec 
Log Message:
Fix the build



Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- nautilus.spec	12 Mar 2009 15:02:46 -0000	1.264
+++ nautilus.spec	12 Mar 2009 15:52:52 -0000	1.265
@@ -90,8 +90,6 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
 Patch17:	nautilus-filetype-symlink-fix.patch
 
-# http://bugzilla.gnome.org/show_bug.cgi?id=571417
-Patch18:	nautilus-condrestart.patch
 
 %description
 Nautilus is the file manager and graphical shell for the GNOME desktop
@@ -181,7 +179,12 @@
   --add-only-show-in GNOME                                  \
   $RPM_BUILD_ROOT%{_datadir}/applications/*
 
-perl -pi -e 's/OnlyShowIn=GNOME;/OnlyShowIn=;/' $RPM_BUILD_ROOT%{_datadir}/applications/nautilus-folder-default-handler.desktop
+perl -pi -e 's/OnlyShowIn=GNOME;/OnlyShowIn=;/' $RPM_BUILD_ROOT%{_datadir}/applications/gnome-nautilus-folder-handler.desktop
+
+# http://bugzilla.gnome.org/show_bug.cgi?id=571417
+cat >>$RPM_BUILD_ROOT%{_datadir}/applications/gnome-nautilus.desktop <<EOF
+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop
+EOF
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la




More information about the fedora-extras-commits mailing list