From 914b362400920341435e6eab5becf0300aa9af4d Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Tue, 28 Jun 2022 14:07:39 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- perl-ExtUtils-Depends.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec index 91bbff8..ba2b7db 100644 --- a/perl-ExtUtils-Depends.spec +++ b/perl-ExtUtils-Depends.spec @@ -1,9 +1,9 @@ %global _empty_manifest_terminate_build 0 Name: perl-ExtUtils-Depends Version: 0.8000 -Release: 1%{?dist} +Release: 2 Summary: Easily build XS extensions that depend on XS extensions -License: OSI-Approved +License: Artistic-1.0-Perl Group: Development/Libraries URL: http://search.cpan.org/dist/ExtUtils-Depends/ Source0: http://www.cpan.org/authors/id/X/XA/XAOC/ExtUtils-Depends-%{version}.tar.gz @@ -72,5 +72,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Fri Jun 28 2022 tanyulong 0.8000-2 +- Improve the project according to the requirements of compliance improvement + * Wed Jun 10 2020 Perl_Bot 0.8000-1 - Specfile autogenerated by Perl_Bot -- Gitee