Correct a license to "GPL-3.0-or-later AND BSD-3-Clause AND BSD-4.3TAHOE AND Latex2e-translated-notice"

epel9
Petr Písař 2 years ago
parent 20d6afe5b4
commit aeb70ff5b7

@ -1,13 +1,11 @@
Summary: A GNU program for formatting C code Summary: A GNU program for formatting C code
Name: indent Name: indent
Version: 2.2.13 Version: 2.2.13
Release: 2%{?dist} Release: 3%{?dist}
# COPYING: GPL-3.0 text # COPYING: GPL-3.0 text
# doc/indent.texi: Latex2e-like (Fedora-acceptable, # doc/indent.texi: Latex2e-translated-notice
# TODO: waiting on an identifier # (AND a subset of Latex2e WITH a texinfo-commented GPL clause;
# <https://gitlab.com/fedora/legal/fedora-license-data/-/issues/176>) # Fedora legal recommends to ignore this subset
# AND a subset of Latex2e WITH a texinfo-commented GPL clause
# (Fedora legal recommends to ignore it
# <http://lists.gnu.org/archive/html/bug-indent/2018-09/msg00008.html> # <http://lists.gnu.org/archive/html/bug-indent/2018-09/msg00008.html>
# <https://gitlab.com/fedora/legal/fedora-license-data/-/issues/176>) # <https://gitlab.com/fedora/legal/fedora-license-data/-/issues/176>)
# AND BSD-4.3TAHOE # AND BSD-4.3TAHOE
@ -68,8 +66,8 @@ Release: 2%{?dist}
# config/texinfo.tex: GPL-3.0-or-later WITH Texinfo exception # config/texinfo.tex: GPL-3.0-or-later WITH Texinfo exception
# INSTALL: FSFAP # INSTALL: FSFAP
## Unbundled ## Unbundled
# doc/indent.info: A subset of Latex2e # doc/indent.info: (A subset of Latex2e;
# (Fedora legal recommends to ignore it) # Fedora legal recommends to ignore it)
# AND BSD-4.3TAHOE # AND BSD-4.3TAHOE
# (BSD-4.3TAHOE refers to indent program, not # (BSD-4.3TAHOE refers to indent program, not
# the manual) # the manual)
@ -101,7 +99,7 @@ Release: 2%{?dist}
# man/Makefile.in: FSFULLRWD # man/Makefile.in: FSFULLRWD
# po/Makefile.in.in: FSFUL-like # po/Makefile.in.in: FSFUL-like
# src/Makefile.in: FSFULLRWD # 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}/ URL: https://www.gnu.org/software/%{name}/
Source0: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz Source0: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz
Source1: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz.sig Source1: https://ftpmirror.gnu.org/%{name}/%{name}-%{version}.tar.xz.sig
@ -175,6 +173,10 @@ make check %{?_smp_mflags}
%{_infodir}/indent.info* %{_infodir}/indent.info*
%changelog %changelog
* Mon Apr 17 2023 Petr Pisar <ppisar@redhat.com> - 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 <ppisar@redhat.com> - 2.2.13-2 * Wed Apr 12 2023 Petr Pisar <ppisar@redhat.com> - 2.2.13-2
- Check for setlocale() at configure time - Check for setlocale() at configure time

Loading…
Cancel
Save