update spec and LICENSE

This commit is contained in:
wangyueliang 2021-03-25 15:49:22 +08:00
parent 1f840eccec
commit 56ecf4175a

View File

@ -1,13 +1,13 @@
%global _empty_manifest_terminate_build 0
Name: perl-Clone
Version: 0.45
Release: 2
Release: 1
Summary: Recursively copy Perl datatypes
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Clone/
Source0: http://www.cpan.org/authors/id/A/AT/ATOOMIC/Clone-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More)
BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) perl(B::COW)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -66,5 +66,5 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Fri Jul 10 2020 chengzihan <chengzihan2@huawei.com> - 0.45-2
* Fri Mar 26 2021 wangyueliang <wangyueliang@kylinos.cn> - 0.45-1
- Package init