Accepting request 596310 from devel:tools
use new-style license string OBS-URL: https://build.opensuse.org/request/show/596310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gengetopt?expand=0&rev=14
This commit is contained in:
commit
35f94a8455
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- Fix License line to be in accordance with "SUSE Mapping for spdx.org"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 5 09:40:52 UTC 2017 - mpluskal@suse.com
|
Sun Mar 5 09:40:52 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gengetopt
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,9 +20,9 @@ Name: gengetopt
|
|||||||
Version: 2.22.6
|
Version: 2.22.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Commandline parser generator
|
Summary: Commandline parser generator
|
||||||
License: GPL-3.0+
|
License: GPL-3.0-or-later
|
||||||
Group: Development/Languages/C and C++
|
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
|
Source0: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz
|
||||||
Source1: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig
|
Source1: https://ftp.gnu.org/gnu/gengetopt/%{name}-%{version}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -67,11 +67,11 @@ make check --jobs 1
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%license COPYING LICENSE
|
||||||
%doc COPYING ChangeLog LICENSE NEWS README THANKS
|
%doc ChangeLog NEWS README THANKS
|
||||||
%doc doc/*.h doc/*.c doc/*.ggo doc/README.example
|
%doc doc/*.h doc/*.c doc/*.ggo doc/README.example
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_infodir}/%{name}.info%{ext_info}
|
%{_infodir}/%{name}.info%{?ext_info}
|
||||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user