forked from pool/sushi
Accepting request 638557 from GNOME:Next
New stable rel OBS-URL: https://build.opensuse.org/request/show/638557 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/sushi?expand=0&rev=75
This commit is contained in:
parent
57b2966bd5
commit
cd93343cca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c2e5ae4a6553563fb06bcc3bd59b61a6d891cc9a3fad724f805e483c968cdfb
|
||||
size 298380
|
3
sushi-3.30.0.tar.xz
Normal file
3
sushi-3.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2da55498770c7b6bb7858aa1eef5c591fcbbf36aa24fc879f8e8c930b8fea7e
|
||||
size 296940
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 18:39:27 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ Fix miscellaneous warnings.
|
||||
+ Rename service file to match owned bus name.
|
||||
- Use autosetup and make_build macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 08:13:49 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
15
sushi.spec
15
sushi.spec
@ -12,18 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: sushi
|
||||
Version: 3.28.3
|
||||
Version: 3.30.0
|
||||
Release: 0
|
||||
Summary: Quick Previewer for Nautilus
|
||||
License: SUSE-GPL-2.0-with-plugin-exception
|
||||
Group: Productivity/File utilities
|
||||
URL: http://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/sushi/3.28/%{name}-%{version}.tar.xz
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/sushi/3.30/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4
|
||||
@ -56,11 +57,11 @@ Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -71,7 +72,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/sushi
|
||||
%{_datadir}/dbus-1/services/org.gnome.Sushi.service
|
||||
%{_datadir}/dbus-1/services/org.gnome.NautilusPreviewer.service
|
||||
%{_datadir}/sushi/
|
||||
%{_libdir}/sushi/
|
||||
%{_libexecdir}/sushi-start
|
||||
|
Loading…
Reference in New Issue
Block a user