This commit is contained in:
committed by
Git OBS Bridge
parent
12b136e047
commit
d2a78c10ed
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ab64b8e725cc632c8f9257c1ba65a72fed34dedc5383d96945b47bc102b0c57
|
||||
size 4866406
|
3
nautilus-2.20.0.tar.bz2
Normal file
3
nautilus-2.20.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98f9d9f7bc89db67cbcc4c7d08ec72175b8c9b3eb9489f7869c5cec9f16feb08
|
||||
size 4916284
|
@@ -4,10 +4,10 @@ Make the .desktop files for Computer and arbitrary folders only show
|
||||
up in GNOME.
|
||||
|
||||
Index: nautilus-2.18.0.1/nautilus-computer.desktop.in
|
||||
===================================================================
|
||||
--- nautilus-2.18.0.1.orig/nautilus-computer.desktop.in.in
|
||||
+++ nautilus-2.18.0.1/nautilus-computer.desktop.in.in
|
||||
@@ -9,6 +9,7 @@ Terminal=false
|
||||
================================================================================
|
||||
--- nautilus-2.20.0/nautilus-computer.desktop.in.in
|
||||
+++ nautilus-2.20.0/nautilus-computer.desktop.in.in
|
||||
@@ -9,6 +9,7 @@
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=GNOME;GTK;Core;
|
||||
@@ -15,15 +15,13 @@ Index: nautilus-2.18.0.1/nautilus-computer.desktop.in
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=nautilus
|
||||
X-GNOME-Bugzilla-Component=general
|
||||
Index: nautilus-2.18.0.1/nautilus-folder-handler.desktop.in
|
||||
===================================================================
|
||||
--- nautilus-2.18.0.1.orig/nautilus-folder-handler.desktop.in.in
|
||||
+++ nautilus-2.18.0.1/nautilus-folder-handler.desktop.in.in
|
||||
@@ -7,6 +7,7 @@ NoDisplay=true
|
||||
--- nautilus-2.20.0/nautilus-folder-handler.desktop.in.in
|
||||
+++ nautilus-2.20.0/nautilus-folder-handler.desktop.in.in
|
||||
@@ -7,6 +7,7 @@
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
+OnlyShowIn=GNOME;
|
||||
MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search
|
||||
MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=nautilus
|
||||
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 16:43:59 CEST 2007 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 2.20.0:
|
||||
* Load thumbnails asynchronously
|
||||
* Support direct save DnD (XDS)
|
||||
* Fix up octal permission display
|
||||
* Store window keep-above and stickines state across sessions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 5 22:45:47 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package nautilus (Version 2.19.91)
|
||||
# spec file for package nautilus (Version 2.20.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -14,11 +14,11 @@ Name: nautilus
|
||||
BuildRequires: cdparanoia eel-devel fdupes gnome-common gnome-icon-theme gnome-patch-translation intltool libbeagle-devel libexif-devel libgnomeui-devel libidl librsvg-devel mDNSResponder-devel perl-XML-Parser update-desktop-files
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/File utilities
|
||||
Version: 2.19.91
|
||||
Release: 5
|
||||
Version: 2.20.0
|
||||
Release: 1
|
||||
Summary: The GNOME 2.x Desktop File Manager
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
|
||||
Url: http://www.gnome.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Patch1: nautilus-config-defaults.patch
|
||||
Patch2: nautilus-name-length.patch
|
||||
@@ -42,8 +42,7 @@ Requires: %{name}-lang = %{version}
|
||||
Provides: nautilus2
|
||||
Obsoletes: nautilus2
|
||||
Obsoletes: medusa < 0.6
|
||||
Autoreqprov: on
|
||||
|
||||
AutoReqProv: on
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
@@ -120,7 +119,6 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-1.0
|
||||
%find_lang %{name}
|
||||
%find_gconf_schemas
|
||||
cat %{name}.schemas_list >%{name}.lst
|
||||
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
@@ -133,7 +131,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
if test -x usr/bin/update-mime-database ; then
|
||||
usr/bin/update-mime-database usr/share/mime >/dev/null
|
||||
fi
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
@@ -167,8 +164,13 @@ fi
|
||||
%{_libdir}/*.*a
|
||||
%{_includedir}/*
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Tue Sep 18 2007 - sbrabec@suse.cz
|
||||
- Updated to version 2.20.0:
|
||||
* Load thumbnails asynchronously
|
||||
* Support direct save DnD (XDS)
|
||||
* Fix up octal permission display
|
||||
* Store window keep-above and stickines state across sessions
|
||||
* Wed Sep 05 2007 - maw@suse.de
|
||||
- Don't require gnome2-user-docs, which now supplements
|
||||
nautilus (#297833).
|
||||
|
Reference in New Issue
Block a user