Hello community, here is the log from the commit of package clutter for openSUSE:Factory checked in at 2018-03-14 19:24:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clutter (Old) and /work/SRC/openSUSE:Factory/.clutter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clutter" Wed Mar 14 19:24:40 2018 rev:85 rq:584753 version:1.26.2 Changes: -------- --- /work/SRC/openSUSE:Factory/clutter/clutter.changes 2017-09-15 21:06:39.690824157 +0200 +++ /work/SRC/openSUSE:Factory/.clutter.new/clutter.changes 2018-03-14 19:24:40.635801777 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:24:15 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clutter.spec ++++++ --- /var/tmp/diff_new_pack.6UcDsE/_old 2018-03-14 19:24:41.671764994 +0100 +++ /var/tmp/diff_new_pack.6UcDsE/_new 2018-03-14 19:24:41.671764994 +0100 @@ -1,7 +1,7 @@ # # spec file for package clutter # -# 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 @@ -20,12 +20,13 @@ Version: 1.26.2 Release: 0 Summary: Library for creating dynamic user interfaces -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/GNOME -Url: http://clutter-project.org/ +URL: http://clutter-project.org/ Source0: http://download.gnome.org/sources/clutter/1.26/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: xmlto BuildRequires: pkgconfig(atk) >= 2.5.3 BuildRequires: pkgconfig(cairo) >= 1.14.0 @@ -51,7 +52,6 @@ BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xkbcommon) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Clutter is a library for creating fast, visually rich and animated @@ -98,6 +98,7 @@ This package contains the files for development. %lang_package + %prep %setup -q @@ -114,7 +115,7 @@ %install %make_install -rm %{buildroot}/%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %find_lang clutter-1.0 %fdupes -s %{buildroot}%{_datadir}/gtk-doc/html %fdupes %{buildroot} @@ -124,20 +125,17 @@ # make %{?_smp_mflags} check V=1 %post -n libclutter-1_0-0 -p /sbin/ldconfig - %postun -n libclutter-1_0-0 -p /sbin/ldconfig %files -n libclutter-1_0-0 -%defattr(-,root,root) -%doc README COPYING ChangeLog +%license COPYING +%doc README ChangeLog %{_libdir}/*.so.* %files -n typelib-1_0-Clutter-1_0 -%defattr(-, root, root) %{_libdir}/girepository-1.0/*.typelib %files devel -%defattr(-,root,root) %{_libdir}/*.so %{_includedir}/clutter-1.0 %{_libdir}/pkgconfig/*.pc
