!1 package init

Merge pull request !1 from 香帅醉花香/wzs
This commit is contained in:
openeuler-ci-bot 2019-12-16 15:43:51 +08:00 committed by Gitee
commit 78e17fadbe
2 changed files with 41 additions and 0 deletions

BIN
sushi-3.30.0.tar.xz Normal file

Binary file not shown.

41
sushi.spec Normal file
View File

@ -0,0 +1,41 @@
Name: sushi
Version: 3.30.0
Release: 2
Summary: 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
BuildRequires: intltool gjs-devel pkgconfig(clutter-gst-3.0) pkgconfig(clutter-gtk-1.0) pkgconfig(clutter-x11-1.0)
BuildRequires: pkgconfig(evince-document-3.0) pkgconfig(gobject-2.0) pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtksourceview-3.0) pkgconfig(libmusicbrainz5) pkgconfig(webkit2gtk-4.0)
Obsoletes: sushi-devel < 0.5.1
%description
Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build
%install
%make_install
%delete_la
%find_lang %{name}
%files -f %{name}.lang
%doc README AUTHORS NEWS TODO COPYING
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/dbus-1/services/*
%{_libexecdir}/*
%{_libdir}/sushi/
%changelog
* Tue Dec 10 2019 wangzhishun <wangzhishun1@huawei.com> - 3.30.0-2
- Package init