Hello community, here is the log from the commit of package gtksourceview2 for openSUSE:Factory checked in at 2018-03-09 10:41:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtksourceview2 (Old) and /work/SRC/openSUSE:Factory/.gtksourceview2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtksourceview2" Fri Mar 9 10:41:17 2018 rev:13 rq:582890 version:2.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gtksourceview2/gtksourceview2.changes 2017-06-01 16:33:53.425337253 +0200 +++ /work/SRC/openSUSE:Factory/.gtksourceview2.new/gtksourceview2.changes 2018-03-09 10:41:18.938088948 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:32:52 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtksourceview2.spec ++++++ --- /var/tmp/diff_new_pack.ndyQhh/_old 2018-03-09 10:41:20.082047751 +0100 +++ /var/tmp/diff_new_pack.ndyQhh/_new 2018-03-09 10:41:20.086047607 +0100 @@ -1,7 +1,7 @@ # # spec file for package gtksourceview2 # -# 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 @@ -16,14 +16,14 @@ # -Name: gtksourceview2 %define _name gtksourceview +Name: gtksourceview2 Version: 2.10.5 Release: 0 Summary: GTK+ Source Editing Widget -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/GNOME -Url: http://www.gnome.org/ +URL: http://www.gnome.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.10/%{_name}-%{version}.tar.bz2 # PATCH-FEATURE-OPENSUSE gtksourceview-2.10.5-rpmspec_highlight.patch bgo#676261 [email protected] -- add SUSE-specific highlights for rpm spec Patch0: gtksourceview-2.10.5-rpmspec_highlight.patch @@ -32,7 +32,6 @@ BuildRequires: intltool BuildRequires: libxml2-devel BuildRequires: translation-update-upstream -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GtkSourceView is a text widget that extends GtkTextView, the standard @@ -73,6 +72,7 @@ features typical of a source editor. %lang_package + %prep %setup -q -n %{_name}-%{version} %patch0 @@ -83,32 +83,24 @@ --disable-gtk-doc \ --with-pic \ --disable-static -make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall -%if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif +%make_install %find_lang %{_name}-2.0 -%{__rm} -f %{buildroot}%{_libdir}/*.la +find %{buildroot} -type f -name "*.la" -delete -print %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post -n libgtksourceview-2_0-0 -p /sbin/ldconfig - %postun -n libgtksourceview-2_0-0 -p /sbin/ldconfig %files -n libgtksourceview-2_0-0 -%defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog MAINTAINERS NEWS README +%license COPYING +%doc AUTHORS ChangeLog MAINTAINERS NEWS README %{_libdir}/libgtksourceview-2.0.so.* %{_datadir}/gtksourceview-2.0/ %files devel -%defattr(-, root, root) %{_includedir}/gtksourceview-2.0/ %{_libdir}/libgtksourceview-2.0.so %{_libdir}/pkgconfig/gtksourceview-2.0.pc
