From dc3a17f5fbd54b7489ad43bb94c98d54ddd259fc Mon Sep 17 00:00:00 2001 From: chenyx2012 <975102023@qq.com> Date: Wed, 13 Jul 2022 07:00:39 +0000 Subject: [PATCH] License compliance rectification --- perl-ExtUtils-PkgConfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec index f9d0dea..d81f07e 100644 --- a/perl-ExtUtils-PkgConfig.spec +++ b/perl-ExtUtils-PkgConfig.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-ExtUtils-PkgConfig Version: 1.16 -Release: 1%{?dist} +Release: 2 Summary: Simplistic interface to pkg-config -License: CHECK(Distributable) +License: LGPL-2.1-only Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-PkgConfig/ Source0: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-PkgConfig-%{version}.tar.gz @@ -62,5 +62,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Wed Jul 13 2022 Chenyx - 1.16-2 +- License compliance rectification + * Wed Jun 10 2020 Perl_Bot 1.16-1 - Specfile autogenerated by Perl_Bot -- Gitee