Hello community,
here is the log from the commit of package gnome-patch-translation for
openSUSE:Factory checked in at 2018-03-08 10:44:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-patch-translation (Old)
and /work/SRC/openSUSE:Factory/.gnome-patch-translation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-patch-translation"
Thu Mar 8 10:44:23 2018 rev:66 rq:582740 version:13.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-patch-translation/gnome-patch-translation.changes
2014-09-10 07:28:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-patch-translation.new/gnome-patch-translation.changes
2018-03-08 10:44:25.169590662 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:29:13 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-patch-translation.spec ++++++
--- /var/tmp/diff_new_pack.2kt1hv/_old 2018-03-08 10:44:25.729570500 +0100
+++ /var/tmp/diff_new_pack.2kt1hv/_new 2018-03-08 10:44:25.733570356 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-patch-translation
#
-# Copyright (c) 2014 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
@@ -20,7 +20,7 @@
Version: 13.2
Release: 0
Summary: Collect and Merge Translations From RPM Patches
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: System/GUI/GNOME
Source: gnome-patch-translation-files.tar.bz2
Source1: gnome-patch-translation.tar.bz2
@@ -35,7 +35,6 @@
Source10: update-step3-upload-strings-to-lcn
Source11: update-solve-upload-conflict
Source12: gnome-patch-translation.conf
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: intltool
BuildArch: noarch
@@ -44,23 +43,19 @@
patches and merging them to one translation compendium.
%prep
-%setup -T -a0 -a1 -c %{name}-%{version}
-cp -a %{S:2} %{S:3} %{S:4} %{S:5} %{S:6} .
+%setup -q -T -a0 -a1 -c %{name}-%{version}
+cp -a %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
%build
sh gnome-patch-translation-merge
%install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-install gnome-patch-translation-prepare gnome-patch-translation-update
$RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-patch-translation
-cp gnome-patch-translation/*.po gnome-patch-translation-merged/*.pot
$RPM_BUILD_ROOT%{_datadir}/gnome-patch-translation
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_bindir}
+install gnome-patch-translation-prepare gnome-patch-translation-update
%{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_datadir}/gnome-patch-translation
+cp gnome-patch-translation/*.po gnome-patch-translation-merged/*.pot
%{buildroot}%{_datadir}/gnome-patch-translation
%files
-%defattr(-,root,root)
%doc README
%{_bindir}/*
%{_datadir}/gnome-patch-translation