Hello community, here is the log from the commit of package sushi for openSUSE:Factory checked in at 2018-03-09 10:39:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sushi (Old) and /work/SRC/openSUSE:Factory/.sushi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sushi" Fri Mar 9 10:39:48 2018 rev:37 rq:582789 version:3.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sushi/sushi.changes 2017-05-17 10:53:52.862820919 +0200 +++ /work/SRC/openSUSE:Factory/.sushi.new/sushi.changes 2018-03-09 10:39:52.581198797 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:39:48 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sushi.spec ++++++ --- /var/tmp/diff_new_pack.RYRTJ1/_old 2018-03-09 10:39:53.945149680 +0100 +++ /var/tmp/diff_new_pack.RYRTJ1/_new 2018-03-09 10:39:53.949149536 +0100 @@ -1,7 +1,7 @@ # # spec file for package sushi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,13 +22,11 @@ Summary: Quick Previewer for Nautilus License: SUSE-GPL-2.0-with-plugin-exception Group: Productivity/File utilities -Url: http://www.gnome.org +URL: http://www.gnome.org Source0: http://download.gnome.org/sources/sushi/3.24/%{name}-%{version}.tar.xz BuildRequires: gobject-introspection-devel BuildRequires: intltool -%ifarch %ix86 x86_64 -BuildRequires: unoconv -%endif +BuildRequires: pkgconfig BuildRequires: pkgconfig(clutter-1.0) >= 1.11.4 BuildRequires: pkgconfig(clutter-gst-3.0) BuildRequires: pkgconfig(clutter-gtk-1.0) @@ -49,16 +47,19 @@ Recommends: %{name}-lang Recommends: unoconv Supplements: nautilus -BuildRoot: %{_tmppath}/%{name}-%{version}-build # libsushi and the typelib were erronously installed in the system libdir... Obsoletes: libsushi-1_0-0 < %{version} Obsoletes: typelib-1_0-Sushi-1_0 < %{version} %glib2_gsettings_schema_requires +%ifarch %{ix86} x86_64 +BuildRequires: unoconv +%endif %description Sushi is a quick previewer for Nautilus, the GNOME desktop file manager. %lang_package + %prep %setup -q @@ -68,7 +69,7 @@ %install %make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} %post @@ -77,12 +78,9 @@ %postun %glib2_gsettings_schema_postun -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root) -%doc AUTHORS COPYING NEWS README +%license COPYING +%doc AUTHORS NEWS README %{_bindir}/sushi %{_datadir}/dbus-1/services/org.gnome.Sushi.service %{_datadir}/sushi/
