|
|
@ -10,12 +10,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Name: file-roller
|
|
|
|
Name: file-roller
|
|
|
|
Version: 2.29.2
|
|
|
|
Version: 2.29.3
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Group: Applications/Archiving
|
|
|
|
Group: Applications/Archiving
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
|
URL: http://download.gnome.org/sources/file-roller/
|
|
|
|
Source: http://download.gnome.org/sources/file-roller/2.28/file-roller-%{version}.tar.bz2
|
|
|
|
Source: http://download.gnome.org/sources/file-roller/2.29/file-roller-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
|
|
@ -44,9 +44,6 @@ Requires: GConf2
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=604535
|
|
|
|
|
|
|
|
Patch0: property-get.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
File Roller is an application for creating and viewing archives files,
|
|
|
|
File Roller is an application for creating and viewing archives files,
|
|
|
|
such as tar or zip files.
|
|
|
|
such as tar or zip files.
|
|
|
@ -130,6 +127,9 @@ fi
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-1
|
|
|
|
|
|
|
|
- Update to 2.29.3
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
|
|
|
|
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.2-3
|
|
|
|
- Fix a wrong use of gdk_property_get (#538535)
|
|
|
|
- Fix a wrong use of gdk_property_get (#538535)
|
|
|
|
|
|
|
|
|
|
|
|