diff --git a/SPECS/file-roller.spec b/SPECS/file-roller.spec index 976fed1..0403af5 100644 --- a/SPECS/file-roller.spec +++ b/SPECS/file-roller.spec @@ -1,6 +1,6 @@ Name: file-roller Version: 3.28.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for viewing and creating archives License: GPLv2+ @@ -11,7 +11,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 @@ -41,19 +40,13 @@ Requires: /usr/bin/zip Requires: glib2 >= 2.45.4-2 Requires: desktop-file-utils >= 0.22-6 +# https://bugzilla.redhat.com/show_bug.cgi?id=1638813 +Obsoletes: file-roller-nautilus < 3.28.1-2 + %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 -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 @@ -86,10 +79,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.FileRoll %{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml %{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml -%files nautilus -%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so - %changelog +* Wed Jun 05 2019 David King - 3.28.1-2 +- Remove nautilus extension subpackage (#1638813) + * Wed Jul 25 2018 Kalev Lember - 3.28.1-1 - Update to 3.28.1