|
|
@ -11,7 +11,7 @@
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
Name: file-roller
|
|
|
|
Name: file-roller
|
|
|
|
Version: 2.30.1.1
|
|
|
|
Version: 2.30.1.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?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/
|
|
|
@ -43,6 +43,10 @@ Conflicts: nautilus < 2.2.0
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=617840
|
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=617840
|
|
|
|
Patch0: tar7z.patch
|
|
|
|
Patch0: tar7z.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# from master
|
|
|
|
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=617769
|
|
|
|
|
|
|
|
Patch1: file-roller-2.31.0-gvfs-fuse.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.
|
|
|
@ -50,6 +54,7 @@ such as tar or zip files.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .tarz7
|
|
|
|
%patch0 -p1 -b .tarz7
|
|
|
|
|
|
|
|
%patch1 -p1 -b .gvfs-fuse
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --disable-scrollkeeper \
|
|
|
|
%configure --disable-scrollkeeper \
|
|
|
@ -111,6 +116,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller.svg
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 17 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1.1-3
|
|
|
|
|
|
|
|
- Fix archive handling on remote GIO mounts without running fuse daemon (#527045, #518510)
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 5 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-2
|
|
|
|
* Wed May 5 2010 Matthias Clasen <mclasen@redhat.com> 2.30.1.1-2
|
|
|
|
- Don't crash when creating .tar.7z archives
|
|
|
|
- Don't crash when creating .tar.7z archives
|
|
|
|
|
|
|
|
|
|
|
|