Hello community, here is the log from the commit of package gtkspell for openSUSE:Factory checked in at 2018-03-08 10:46:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtkspell (Old) and /work/SRC/openSUSE:Factory/.gtkspell.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtkspell" Thu Mar 8 10:46:19 2018 rev:35 rq:582794 version:2.0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/gtkspell/gtkspell.changes 2017-12-19 10:45:42.466366200 +0100 +++ /work/SRC/openSUSE:Factory/.gtkspell.new/gtkspell.changes 2018-03-08 10:46:21.481402951 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:32:58 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtkspell.spec ++++++ --- /var/tmp/diff_new_pack.ehsDqS/_old 2018-03-08 10:46:22.113380197 +0100 +++ /var/tmp/diff_new_pack.ehsDqS/_new 2018-03-08 10:46:22.117380053 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtkspell # -# 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 @@ -21,18 +21,18 @@ Release: 0 # FIXME: Replace Obsoletes <= version with Obsoletes < version in libgtkspell0 subpackage on update (after 2.0.16) Summary: GTK2 Spell Checker Interface Library -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries -Url: http://gtkspell.sf.net/ +URL: http://gtkspell.sf.net/ Source: %{name}-%{version}.tar.gz BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: libstdc++-devel +BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: pkgconfig(enchant) >= 0.4.0 BuildRequires: pkgconfig(gtk+-2.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GtkSpell provides MSWord-style and MacOSX-style highlighting of @@ -73,6 +73,7 @@ word opens a menu of suggested replacements. %lang_package + %prep %setup -q %{name}-%{version} translation-update-upstream @@ -84,32 +85,26 @@ make %{?_smp_mflags} %install -%makeinstall -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %post -n libgtkspell0 -p /sbin/ldconfig - %postun -n libgtkspell0 -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files -n libgtkspell0 -%defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog README +%license COPYING +%doc AUTHORS ChangeLog README %{_libdir}/*.so.* %files lang -f %{name}.lang %files devel -%defattr(-, root, root) %{_includedir}/gtkspell-2.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %files doc -%defattr(-, root, root) %{_datadir}/gtk-doc/html/* %changelog
