Update to 3.31.2

- Switch to the meson build system
This commit is contained in:
Kalev Lember 2019-01-31 12:28:09 +01:00
parent 729bbd379e
commit bb029c968c
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@
/sushi-3.28.2.tar.xz
/sushi-3.28.3.tar.xz
/sushi-3.30.0.tar.xz
/sushi-3.31.2.tar.xz

View File

@ -1 +1 @@
SHA512 (sushi-3.30.0.tar.xz) = 48d2b960c2ebe86cdfbd0043968acdd6864162368941b921f25e137e6aeb2a2513738ad4d8c6ef5d5c6d2863e6ace5d2819e0a5dfc487efd20a1914a7cbcc40e
SHA512 (sushi-3.31.2.tar.xz) = eda6a14e49503f69920559556324d987b98fefb524a4c613bf4343cd91d54322c3bc655e12dd808c1d2a426cdfc66746c16908c760422669d91e22965258a2df

View File

@ -1,14 +1,15 @@
Name: sushi
Version: 3.30.0
Version: 3.31.2
Release: 1%{?dist}
Summary: A quick previewer for Nautilus
License: GPLv2+ with exceptions
URL: https://wiki.gnome.org/ThreePointOne/Features/FilePreviewing
Source0: https://download.gnome.org/sources/%{name}/3.30/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/3.31/%{name}-%{version}.tar.xz
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: gjs-devel
BuildRequires: meson
BuildRequires: pkgconfig(clutter-gst-3.0)
BuildRequires: pkgconfig(clutter-gtk-1.0)
BuildRequires: pkgconfig(clutter-x11-1.0)
@ -31,13 +32,12 @@ file manager.
%setup -q
%build
%configure --disable-static
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%meson_install
%find_lang %{name}
@ -52,6 +52,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 3.31.2-1
- Update to 3.31.2
- Switch to the meson build system
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
- Update to 3.30.0