Hello community, here is the log from the commit of package goocanvas1 for openSUSE:Factory checked in at 2018-03-09 10:39:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goocanvas1 (Old) and /work/SRC/openSUSE:Factory/.goocanvas1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goocanvas1" Fri Mar 9 10:39:08 2018 rev:10 rq:582757 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/goocanvas1/goocanvas1.changes 2013-09-23 15:06:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.goocanvas1.new/goocanvas1.changes 2018-03-09 10:39:09.506749907 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:31:09 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goocanvas1.spec ++++++ --- /var/tmp/diff_new_pack.xFQeBh/_old 2018-03-09 10:39:10.138727151 +0100 +++ /var/tmp/diff_new_pack.xFQeBh/_new 2018-03-09 10:39:10.142727007 +0100 @@ -1,7 +1,7 @@ # # spec file for package goocanvas1 # -# Copyright (c) 2013 SUSE LINUX Products 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,19 +16,18 @@ # -Name: goocanvas1 %define _name goocanvas +Name: goocanvas1 Version: 1.0.0 Release: 0 Summary: A cairo-based canvas widget for GTK+ -License: LGPL-2.0 +License: LGPL-2.0-only Group: Development/Libraries/GNOME -Url: http://sourceforge.net/projects/goocanvas +URL: http://sourceforge.net/projects/goocanvas Source0: %{_name}-%{version}.tar.bz2 BuildRequires: cairo-devel BuildRequires: gtk2-devel BuildRequires: translation-update-upstream -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it @@ -52,9 +51,9 @@ %package -n libgoocanvas3 Summary: A cairo-based canvas widget for GTK+ Group: System/Libraries +Recommends: libgoocanvas3-lang Provides: goocanvas = %{version} Obsoletes: goocanvas < %{version} -Recommends: libgoocanvas3-lang %description -n libgoocanvas3 GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it @@ -63,33 +62,28 @@ object into a canvas item or model). %lang_package -n libgoocanvas3 + %prep %setup -q -n %{_name}-%{version} translation-update-upstream %build %configure -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall -rm $RPM_BUILD_ROOT/%{_libdir}/*.*a +%make_install +rm %{buildroot}/%{_libdir}/*.*a %find_lang %{_name} %post -n libgoocanvas3 -p /sbin/ldconfig - %postun -n libgoocanvas3 -p /sbin/ldconfig -%clean -rm -rf $RPM_BUILD_ROOT - %files -n libgoocanvas3 -%defattr(-, root, root) %doc AUTHORS NEWS README TODO %{_libdir}/*.so.* %files -n libgoocanvas3-devel -%defattr(-, root, root) %{_includedir}/goocanvas-1.0/ %{_libdir}/pkgconfig/goocanvas.pc %{_libdir}/*.so
