|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: file-roller
|
|
|
|
|
Version: 3.26.2
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 3.27.91
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool for viewing and creating archives
|
|
|
|
|
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://wiki.gnome.org/Apps/FileRoller
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.27/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
@ -16,8 +16,8 @@ BuildRequires: pkgconfig(libnotify)
|
|
|
|
|
BuildRequires: file-devel
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
BuildRequires: itstool
|
|
|
|
|
BuildRequires: meson
|
|
|
|
|
BuildRequires: /usr/bin/appstream-util
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel}
|
|
|
|
@ -58,17 +58,11 @@ or directories.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-static \
|
|
|
|
|
--enable-nautilus-actions \
|
|
|
|
|
--enable-packagekit
|
|
|
|
|
|
|
|
|
|
make V=1 %{?_smp_mflags}
|
|
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
|
|
%find_lang %{name} --with-gnome
|
|
|
|
|
|
|
|
|
@ -90,13 +84,16 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.FileRoll
|
|
|
|
|
%{_datadir}/icons/hicolor/*/apps/file-roller.png
|
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/file-roller-symbolic.svg
|
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.FileRoller.gschema.xml
|
|
|
|
|
%{_datadir}/GConf/gsettings/file-roller.convert
|
|
|
|
|
%{_datadir}/metainfo/org.gnome.FileRoller.appdata.xml
|
|
|
|
|
|
|
|
|
|
%files nautilus
|
|
|
|
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-fileroller.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
|
|
|
|
|
- Update to 3.27.91
|
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
|
|
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|