License compliance rectification

This commit is contained in:
chenyx2012 2022-07-13 07:00:39 +00:00 committed by Gitee
parent 814807b88b
commit dc3a17f5fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <chenyixiong3@huawei.com> - 1.16-2
- License compliance rectification
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 1.16-1
- Specfile autogenerated by Perl_Bot