Update to 3.27.91
- Switch to the meson build system
This commit is contained in:
parent
2e88ed5042
commit
1bcdcc1ec1
@ -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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (file-roller-3.26.2.tar.xz) = 3572446081f931ce7cfd7eccdc9450d798164426a68bc332f9340b7c06b79ce4f1589b817c27322a0c1681d7f2cb8cf93462cde1e3df13ad40789faec1decc9f
|
||||
SHA512 (file-roller-3.27.91.tar.xz) = b30356c209c11ccd6b13fae9e94ca1116f008a6487ad587ed35f8e41bb6936c77f0095a6ff6c61ddf9dd7d992e1ecfb221969a1fc77258764e35475604216565
|
||||
|
Loading…
Reference in New Issue
Block a user