Hello community, here is the log from the commit of package cairomm1_0 for openSUSE:Factory checked in at 2018-03-14 19:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cairomm1_0 (Old) and /work/SRC/openSUSE:Factory/.cairomm1_0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cairomm1_0" Wed Mar 14 19:22:46 2018 rev:2 rq:584670 version:1.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/cairomm1_0/cairomm1_0.changes 2016-12-07 11:11:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.cairomm1_0.new/cairomm1_0.changes 2018-03-14 19:22:47.395822353 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:24:00 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cairomm1_0.spec ++++++ --- /var/tmp/diff_new_pack.YF7oKt/_old 2018-03-14 19:22:48.499783157 +0100 +++ /var/tmp/diff_new_pack.YF7oKt/_new 2018-03-14 19:22:48.503783015 +0100 @@ -1,7 +1,7 @@ # -# spec file for package cairomm +# spec file for package cairomm1_0 # -# Copyright (c) 2016 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 @@ -16,23 +16,23 @@ # -Name: cairomm1_0 %define _name cairomm +Name: cairomm1_0 Version: 1.12.2 Release: 0 Summary: C++ Interface for Cairo -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/GUI/GNOME -Url: http://cairographics.org +URL: http://cairographics.org Source: http://cairographics.org/releases/%{_name}-%{version}.tar.gz Source99: baselibs.conf # needs doxygen for the documentation BuildRequires: doxygen BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildRequires: update-desktop-files BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1 -BuildRequires: update-desktop-files -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package provides a C++ interface for Cairo. @@ -67,20 +67,18 @@ make %{?_smp_mflags} %install -%makeinstall -rm -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n libcairomm-1_0-1 -p /sbin/ldconfig - %postun -n libcairomm-1_0-1 -p /sbin/ldconfig %files -n libcairomm-1_0-1 -%defattr (-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/*.so.* %files devel -%defattr (-, root, root) %{_libdir}/*.so %dir %{_libdir}/cairomm-1.0/ %{_libdir}/cairomm-1.0/include @@ -88,7 +86,6 @@ %{_includedir}/* %files doc -%defattr (-, root, root) %{_datadir}/devhelp/books/cairomm-1.0 %{_datadir}/doc/cairomm-1.0 # Avoid BuildRequires on devhelp
