- update-desktop-database after uninstall.
- nautilus shouldn't try to open remote files with file-roller (#133592)
This commit is contained in:
parent
e5b58ed031
commit
2810a98214
@ -10,17 +10,19 @@
|
|||||||
Summary: File Roller is a tool for viewing and creating archives.
|
Summary: File Roller is a tool for viewing and creating archives.
|
||||||
Name: file-roller
|
Name: file-roller
|
||||||
Version: 2.8.0
|
Version: 2.8.0
|
||||||
Release: 1
|
Release: 2
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Source0: file-roller-%{version}.tar.bz2
|
|
||||||
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
URL: http://ftp.gnome.org/pub/gnome/sources/file-roller/
|
||||||
|
Source: file-roller-%{version}.tar.bz2
|
||||||
|
Patch0: file-roller-2.8.0-no-remote-files.patch
|
||||||
BuildRoot: %{_tmppath}/file-roller-%{version}-root
|
BuildRoot: %{_tmppath}/file-roller-%{version}-root
|
||||||
|
|
||||||
PreReq: scrollkeeper >= 0.3.4-2
|
PreReq: scrollkeeper >= 0.3.4-2
|
||||||
PreReq: GConf2
|
PreReq: GConf2
|
||||||
PreReq: /usr/bin/gconftool-2
|
PreReq: /usr/bin/gconftool-2
|
||||||
|
Requires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -28,7 +30,6 @@ BuildRequires: gtk2-devel >= %{gtk2_version}
|
|||||||
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
||||||
BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
||||||
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
||||||
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
||||||
BuildRequires: nautilus >= %{nautilus_version}
|
BuildRequires: nautilus >= %{nautilus_version}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
@ -42,6 +43,7 @@ such as tar files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -88,6 +90,7 @@ for S in $SCHEMAS; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
update-desktop-database %{_datadir}/applications
|
||||||
scrollkeeper-update
|
scrollkeeper-update
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -106,6 +109,10 @@ scrollkeeper-update
|
|||||||
%{_libdir}/bonobo/servers
|
%{_libdir}/bonobo/servers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
|
||||||
|
- update-desktop-database after uninstall.
|
||||||
|
- nautilus shouldn't try to open remote files with file-roller (#133592)
|
||||||
|
|
||||||
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
|
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
|
||||||
- Update to 2.8.0
|
- Update to 2.8.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user