From afefa81d5ce63de12ced27696afe8df713b63dd108bc93ba19f569f6da23dbe0 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 13 Apr 2018 12:01:35 +0000 Subject: [PATCH 1/2] Accepting request 596307 from home:smithfarm:branches:devel:tools use new-style license string OBS-URL: https://build.opensuse.org/request/show/596307 OBS-URL: https://build.opensuse.org/package/show/devel:tools/gengetopt?expand=0&rev=22 --- gengetopt.changes | 5 +++++ gengetopt.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gengetopt.changes b/gengetopt.changes index 48439a1..f41d2ee 100644 --- a/gengetopt.changes +++ b/gengetopt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 13 11:54:37 UTC 2018 - ncutler@suse.com + +- Fix License line to be in accordance with "SUSE Mapping for spdx.org" + ------------------------------------------------------------------- Sun Mar 5 09:40:52 UTC 2017 - mpluskal@suse.com diff --git a/gengetopt.spec b/gengetopt.spec index 492365c..1f14d47 100644 --- a/gengetopt.spec +++ b/gengetopt.spec @@ -1,7 +1,7 @@ # # spec file for package gengetopt # -# 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 @@ -20,7 +20,7 @@ Name: gengetopt Version: 2.22.6 Release: 0 Summary: Commandline parser generator -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Development/Languages/C and C++ Url: https://www.gnu.org/software/gengetopt/ Source0: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz From 34d8904a00bc3917a15c11ff426f423e4bae988ba922fd5e29190d4af878f08f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 13 Apr 2018 12:04:32 +0000 Subject: [PATCH 2/2] - Run spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:tools/gengetopt?expand=0&rev=23 --- gengetopt.changes | 5 +++++ gengetopt.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/gengetopt.changes b/gengetopt.changes index f41d2ee..0721ef1 100644 --- a/gengetopt.changes +++ b/gengetopt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 13 12:02:12 UTC 2018 - mpluskal@suse.com + +- Run spec-cleaner + ------------------------------------------------------------------- Fri Apr 13 11:54:37 UTC 2018 - ncutler@suse.com diff --git a/gengetopt.spec b/gengetopt.spec index 1f14d47..23353fa 100644 --- a/gengetopt.spec +++ b/gengetopt.spec @@ -22,7 +22,7 @@ Release: 0 Summary: Commandline parser generator License: GPL-3.0-or-later Group: Development/Languages/C and C++ -Url: https://www.gnu.org/software/gengetopt/ +URL: https://www.gnu.org/software/gengetopt/ Source0: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz Source1: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring @@ -67,11 +67,11 @@ make check --jobs 1 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %files -%defattr(-, root, root) -%doc COPYING ChangeLog LICENSE NEWS README THANKS +%license COPYING LICENSE +%doc ChangeLog NEWS README THANKS %doc doc/*.h doc/*.c doc/*.ggo doc/README.example %{_bindir}/%{name} -%{_infodir}/%{name}.info%{ext_info} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_infodir}/%{name}.info%{?ext_info} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog