42 lines
1.1 KiB
RPMSpec
42 lines
1.1 KiB
RPMSpec
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
|
|
|