From aeb70ff5b786837f0e12090f487244f34c60356e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 17 Apr 2023 16:44:44 +0200 Subject: [PATCH] Correct a license to "GPL-3.0-or-later AND BSD-3-Clause AND BSD-4.3TAHOE AND Latex2e-translated-notice" --- indent.spec | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/indent.spec b/indent.spec index 3fd5fe8..9913f20 100644 --- a/indent.spec +++ b/indent.spec @@ -1,13 +1,11 @@ Summary: A GNU program for formatting C code Name: indent Version: 2.2.13 -Release: 2%{?dist} +Release: 3%{?dist} # COPYING: GPL-3.0 text -# doc/indent.texi: Latex2e-like (Fedora-acceptable, -# TODO: waiting on an identifier -# ) -# AND a subset of Latex2e WITH a texinfo-commented GPL clause -# (Fedora legal recommends to ignore it +# doc/indent.texi: Latex2e-translated-notice +# (AND a subset of Latex2e WITH a texinfo-commented GPL clause; +# Fedora legal recommends to ignore this subset # # ) # AND BSD-4.3TAHOE @@ -68,8 +66,8 @@ Release: 2%{?dist} # config/texinfo.tex: GPL-3.0-or-later WITH Texinfo exception # INSTALL: FSFAP ## Unbundled -# doc/indent.info: A subset of Latex2e -# (Fedora legal recommends to ignore it) +# doc/indent.info: (A subset of Latex2e; +# Fedora legal recommends to ignore it) # AND BSD-4.3TAHOE # (BSD-4.3TAHOE refers to indent program, not # the manual) @@ -101,7 +99,7 @@ Release: 2%{?dist} # man/Makefile.in: FSFULLRWD # po/Makefile.in.in: FSFUL-like # src/Makefile.in: FSFULLRWD -License: GPLv3+ and BSD and Verbatim +License: GPL-3.0-or-later AND BSD-3-Clause AND BSD-4.3TAHOE AND Latex2e-translated-notice URL: https://www.gnu.org/software/%{name}/ Source0: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz Source1: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz.sig @@ -175,6 +173,10 @@ make check %{?_smp_mflags} %{_infodir}/indent.info* %changelog +* Mon Apr 17 2023 Petr Pisar - 2.2.13-3 +- Correct a license to "GPL-3.0-or-later AND BSD-3-Clause AND BSD-4.3TAHOE AND + Latex2e-translated-notice" + * Wed Apr 12 2023 Petr Pisar - 2.2.13-2 - Check for setlocale() at configure time