|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
|
Name: file-roller
|
|
|
|
|
Version: 3.21.90
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: Applications/Archiving
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/FileRoller
|
|
|
|
@ -12,7 +12,6 @@ BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(libarchive)
|
|
|
|
|
BuildRequires: pkgconfig(libnautilus-extension)
|
|
|
|
|
BuildRequires: pkgconfig(libnotify)
|
|
|
|
|
BuildRequires: file-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
@ -25,29 +24,20 @@ BuildRequires: /usr/bin/appstream-util
|
|
|
|
|
Requires: glib2 >= 2.45.4-2
|
|
|
|
|
Requires: desktop-file-utils >= 0.22-6
|
|
|
|
|
|
|
|
|
|
# Removed in F25
|
|
|
|
|
Obsoletes: file-roller-nautilus < 3.21.91
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
File Roller is an application for creating and viewing archives files,
|
|
|
|
|
such as tar or zip files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package nautilus
|
|
|
|
|
Summary: File Roller extension for nautilus
|
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
|
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description nautilus
|
|
|
|
|
This package contains the file-roller extension for the nautilus file manager.
|
|
|
|
|
It adds an item to the nautilus context menu that lets you compress files
|
|
|
|
|
or directories.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-nautilus-actions \
|
|
|
|
|
--disable-nautilus-actions \
|
|
|
|
|
--enable-packagekit
|
|
|
|
|
|
|
|
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
@ -55,8 +45,6 @@ make V=1 %{?_smp_mflags}
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.{a,la}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -92,11 +80,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
|
|
|
|
|
%{_datadir}/GConf/gsettings/file-roller.convert
|
|
|
|
|
|
|
|
|
|
%files nautilus
|
|
|
|
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Sep 12 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
|
|
|
|
|
- Disable nautilus extension
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
|
|
|
|
- Update to 3.21.90
|
|
|
|
|
|
|
|
|
|