- Fix open with menu on mime mismatch
- Create desktop links ending with .desktop (#125104) - Remove old cruft from specfile
This commit is contained in:
parent
4c4e974c64
commit
ab98108a1c
@ -18,7 +18,7 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: Nautilus is a file manager for GNOME.
|
Summary: Nautilus is a file manager for GNOME.
|
||||||
Version: 2.8.1
|
Version: 2.8.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/2.7/%{name}/%{name}-%{version}.tar.bz2
|
||||||
@ -79,6 +79,9 @@ Obsoletes: nautilus-mozilla < 2.0
|
|||||||
# Some changes to default config
|
# Some changes to default config
|
||||||
Patch1: nautilus-2.5.7-rhconfig.patch
|
Patch1: nautilus-2.5.7-rhconfig.patch
|
||||||
|
|
||||||
|
Patch10: nautilus-2.8.1-mime-mismatch-open.patch
|
||||||
|
Patch11: nautilus-2.8.1-url-links-filename.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus integrates access to files, applications, media,
|
Nautilus integrates access to files, applications, media,
|
||||||
Internet-based resources and the Web. Nautilus delivers a dynamic and
|
Internet-based resources and the Web. Nautilus delivers a dynamic and
|
||||||
@ -91,8 +94,8 @@ GNOME desktop project.
|
|||||||
|
|
||||||
%patch1 -p1 -b .rhconfig
|
%patch1 -p1 -b .rhconfig
|
||||||
|
|
||||||
# Temporary hack to build before eel 2.8.0 is in buildroot
|
%patch10 -p0 -b .mime-mismatch-open
|
||||||
perl -pi -e 's/EEL_REQUIRED=2.8.0/EEL_REQUIRED=2.7.92/g' configure
|
%patch11 -p0 -b .url-links-filename
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -123,11 +126,6 @@ desktop-file-install --vendor gnome --delete-original \
|
|||||||
--add-category X-Red-Hat-Base \
|
--add-category X-Red-Hat-Base \
|
||||||
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
||||||
|
|
||||||
## Munge Garrett's icons into some desktop files. The upstream
|
|
||||||
## desktop files seem to have really weird Icon= files.
|
|
||||||
perl -pi -e 's/gnome-fs-folder/redhat-file-manager.png/g' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|
||||||
perl -pi -e 's@document-icons/i-network.png@redhat-system-group.png@g' $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|
||||||
|
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/*.la
|
||||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
@ -180,6 +178,11 @@ scrollkeeper-update
|
|||||||
%{_datadir}/control-center-2.0/capplets/nautilus-file-management-properties.desktop
|
%{_datadir}/control-center-2.0/capplets/nautilus-file-management-properties.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 12 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-2
|
||||||
|
- Fix open with menu on mime mismatch
|
||||||
|
- Create desktop links ending with .desktop (#125104)
|
||||||
|
- Remove old cruft from specfile
|
||||||
|
|
||||||
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
|
* Mon Oct 11 2004 Alexander Larsson <alexl@redhat.com> - 2.8.1-1
|
||||||
- update to 2.8.1
|
- update to 2.8.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user