Migrate licenses to SPDX format and add the forgotten
Resolves: RHEL-36301
This commit is contained in:
parent
47733e9d93
commit
8ab32562a8
11
pcre2.spec
11
pcre2.spec
@ -9,7 +9,7 @@
|
||||
#%%global rcversion RC1
|
||||
Name: pcre2
|
||||
Version: 10.42
|
||||
Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist}.2
|
||||
Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}
|
||||
%global myversion %{version}%{?rcversion:-%rcversion}
|
||||
Summary: Perl-compatible regular expression library
|
||||
# the library: BSD with exceptions
|
||||
@ -44,7 +44,7 @@ Summary: Perl-compatible regular expression library
|
||||
# missing: GPLv2+ with exception
|
||||
# test-driver: GPLv2+ with exception
|
||||
# testdata: Public Domain
|
||||
License: BSD-3-Clause
|
||||
License: BSD-3-Clause AND FSFULLR AND X11 AND GPL-2.0-or-later AND FSFAP AND FSFUL AND GPL-3.0-or-later
|
||||
URL: https://www.pcre.org/
|
||||
Source0: https://github.com/PCRE2Project/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2
|
||||
Source1: https://github.com/PCRE2Project/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2.sig
|
||||
@ -137,8 +137,8 @@ expressions implemented by the PCRE2 library.
|
||||
|
||||
%package tools
|
||||
Summary: Auxiliary utilities for %{name}
|
||||
# pcre2test (linked to GNU readline): BSD (linked to GPLv3+)
|
||||
License: BSD and GPLv3+
|
||||
# pcre2test: BSD
|
||||
License: BSD-3-Clause
|
||||
Requires: %{name}%{_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
@ -260,6 +260,9 @@ make %{?_smp_mflags} check VERBOSE=yes
|
||||
%{_mandir}/man1/pcre2test.*
|
||||
|
||||
%changelog
|
||||
* Tue May 14 2024 Lukas Javorsky <ljavorsk@redhat.com> - 10.42-3
|
||||
- Migrate licenses to SPDX format and add the forgotten
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.42-2.2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user