Improve the project according to the requirements of compliance improvement

This commit is contained in:
tanyulong2021 2022-06-28 14:07:39 +08:00
parent 044f0108d5
commit 914b362400

View File

@ -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 <tanyulong@kylinos.cn> 0.8000-2
- Improve the project according to the requirements of compliance improvement
* Wed Jun 10 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.8000-1
- Specfile autogenerated by Perl_Bot