Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com>
- update PreReq and BuildRequires for desktop-file-utils to >= 0.9 - update-desktop-database on uninstall for packages that need it.
This commit is contained in:
parent
664439b670
commit
7efd8e3a2e
@ -4,13 +4,13 @@
|
|||||||
%define libgnomeui_version 2.0.0
|
%define libgnomeui_version 2.0.0
|
||||||
%define libgnomeprint_version 2.2.0
|
%define libgnomeprint_version 2.2.0
|
||||||
%define libgnomeprintui_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
|
%define nautilus_version 2.2.0
|
||||||
|
|
||||||
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: 3
|
Release: 4
|
||||||
|
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
@ -22,7 +22,7 @@ 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}
|
PreReq: 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}
|
||||||
@ -32,6 +32,7 @@ BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version}
|
|||||||
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version}
|
||||||
BuildRequires: nautilus >= %{nautilus_version}
|
BuildRequires: nautilus >= %{nautilus_version}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
|
|
||||||
# The context menu API changed in 2.2.0:
|
# The context menu API changed in 2.2.0:
|
||||||
Conflicts: nautilus < 2.2.0
|
Conflicts: nautilus < 2.2.0
|
||||||
@ -109,6 +110,9 @@ scrollkeeper-update
|
|||||||
%{_libdir}/bonobo/servers
|
%{_libdir}/bonobo/servers
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 28 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
|
||||||
- update-desktop-database after uninstall.
|
- update-desktop-database after uninstall.
|
||||||
- nautilus shouldn't try to open remote files with file-roller (#133592)
|
- nautilus shouldn't try to open remote files with file-roller (#133592)
|
||||||
|
Loading…
Reference in New Issue
Block a user