|
|
|
@ -4,13 +4,13 @@
|
|
|
|
|
%define libgnomeui_version 2.0.0
|
|
|
|
|
%define libgnomeprint_version 2.2.0
|
|
|
|
|
%define libgnomeprintui_version 2.2.0
|
|
|
|
|
%define desktop_file_utils_version 0.2.90
|
|
|
|
|
%define desktop_file_utils_version 0.9
|
|
|
|
|
%define nautilus_version 2.2.0
|
|
|
|
|
|
|
|
|
|
Summary: File Roller is a tool for viewing and creating archives.
|
|
|
|
|
Name: file-roller
|
|
|
|
|
Version: 2.8.0
|
|
|
|
|
Release: 3
|
|
|
|
|
Release: 4
|
|
|
|
|
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: Applications/Archiving
|
|
|
|
@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/file-roller-%{version}-root
|
|
|
|
|
PreReq: scrollkeeper >= 0.3.4-2
|
|
|
|
|
PreReq: GConf2
|
|
|
|
|
PreReq: /usr/bin/gconftool-2
|
|
|
|
|
Requires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
|
PreReq: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
|
|
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
@ -32,6 +32,7 @@ BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
|
|
|
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
|
|
|
|
BuildRequires: nautilus >= %{nautilus_version}
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
|
|
|
|
|
|
# The context menu API changed in 2.2.0:
|
|
|
|
|
Conflicts: nautilus < 2.2.0
|
|
|
|
@ -109,6 +110,9 @@ scrollkeeper-update
|
|
|
|
|
%{_libdir}/bonobo/servers
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-4
|
|
|
|
|
- Prereq desktop-file-utils >= 0.9
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|