From 5a2b140894a608d8c8d8c21228ec96b1c1f8b195 Mon Sep 17 00:00:00 2001 From: gengqihu <2712504175@qq.com> Date: Wed, 14 Aug 2024 14:18:50 +0800 Subject: [PATCH] License info rectification (cherry picked from commit f5eea57117f98273113bc447f0e12caef71c016a) --- perl.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/perl.spec b/perl.spec index 3047e37..74e00a4 100644 --- a/perl.spec +++ b/perl.spec @@ -21,10 +21,10 @@ %bcond_without systemtap Name: perl -License: (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT and UCD and Public Domain and BSD +License: (GPL-1.0-or-later or Artistic-1.0-perl) and (GPL-2.0-or-later or Artistic-1.0-perl) and MIT and UCD and Public Domain and BSD Epoch: 4 Version: %{perl_version} -Release: 6 +Release: 7 Summary: A highly capable, feature-rich programming language Url: https://www.perl.org/ Source0: https://www.cpan.org/src/5.0/%{name}-%{version}.tar.xz @@ -82,7 +82,7 @@ prototyping and large scale development projects. %package libs Summary: The libraries for the perl -License: (GPL+ or Artistic) and HSRL and MIT and UCD +License: (GPL-1.0-or-later or Artistic-1.0-perl) and MIT and UCD Provides: %perl_compat Provides: perl(:VERSION) = %{perl_version} Provides: perl(:WITH_64BIT) perl(:WITH_ITHREADS) perl(:WITH_THREADS) @@ -95,7 +95,7 @@ This package is the shared library for perl. %package devel Summary: Development files for %{name} -License: (GPL+ or Artistic) and UCD +License: (GPL-1.0-or-later or Artistic-1.0-perl) and UCD Requires: perl = %{epoch}:%{version}-%{release} system-rpm-config %if %{with systemtap} @@ -499,6 +499,9 @@ make test_harness %{_mandir}/man3/* %changelog +* Wed Aug 14 2024 gengqihu - 4:5.38.0-7 +- License info rectification + * Wed Mar 20 2024 zhangzikang - 4:5.38.0-6 - Fix perl re.so undefined symbol error -- Gitee