This commit is contained in:
parent
1005b64c43
commit
4b1c689a31
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30fa5660a93d01d8711e974436a629de5659d034973dbff10c0734c507f03734
|
|
||||||
size 4339093
|
|
3
nautilus-2.19.4.tar.bz2
Normal file
3
nautilus-2.19.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca45d18d1745f62dd6f05531b7c7360a040ae6e3571ef1219c1e99108bd41339
|
||||||
|
size 4342017
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 10 21:03:17 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.19.4
|
||||||
|
- Fix crashes and leaks
|
||||||
|
- Fix hang with recursive symlinks
|
||||||
|
- Disk free piechart in properties dialogue
|
||||||
|
- Fix typos in warning and error messages
|
||||||
|
- Use new desktop capplet
|
||||||
|
- Better handling of unicode search terms
|
||||||
|
- Allow activating the zoom context menu by keyboard
|
||||||
|
- Allow renaming network servers' icons
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 7 15:20:03 CEST 2007 - sbrabec@suse.cz
|
Thu Jun 7 15:20:03 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package nautilus (Version 2.18.0.1)
|
# spec file for package nautilus (Version 2.19.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,10 +12,10 @@
|
|||||||
|
|
||||||
Name: nautilus
|
Name: nautilus
|
||||||
BuildRequires: cdparanoia eel-devel 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
|
BuildRequires: cdparanoia eel-devel 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: GNU General Public License (GPL)
|
License: GPL v2 or later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Version: 2.18.0.1
|
Version: 2.19.4
|
||||||
Release: 32
|
Release: 1
|
||||||
Summary: The GNOME 2.x Desktop File Manager
|
Summary: The GNOME 2.x Desktop File Manager
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.16/%{name}-%{version}.tar.bz2
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
@ -100,6 +100,7 @@ make %{?jobs:-j%jobs}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
### chmod -x $RPM_BUILD_ROOT/%{_datadir}/doc/packages/nautilus/COPYING
|
||||||
rm docs/Makefile*
|
rm docs/Makefile*
|
||||||
ln -s ../icons/gnome/24x24/devices/gnome-fs-client.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
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/places/gnome-fs-home.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
|
||||||
@ -162,6 +163,16 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2007 - maw@suse.de
|
||||||
|
- Update to version 2.19.4
|
||||||
|
- Fix crashes and leaks
|
||||||
|
- Fix hang with recursive symlinks
|
||||||
|
- Disk free piechart in properties dialogue
|
||||||
|
- Fix typos in warning and error messages
|
||||||
|
- Use new desktop capplet
|
||||||
|
- Better handling of unicode search terms
|
||||||
|
- Allow activating the zoom context menu by keyboard
|
||||||
|
- Allow renaming network servers' icons
|
||||||
* Thu Jun 07 2007 - sbrabec@suse.cz
|
* Thu Jun 07 2007 - sbrabec@suse.cz
|
||||||
- Do not overwrite auto-generated files.
|
- Do not overwrite auto-generated files.
|
||||||
- Removed invalid desktop Category "Application" (#254654).
|
- Removed invalid desktop Category "Application" (#254654).
|
||||||
|
Loading…
Reference in New Issue
Block a user