delete useless buildrequire
This commit is contained in:
parent
cfece93e1e
commit
c81ff91242
@ -1,6 +1,6 @@
|
||||
Name: perl-Crypt-CBC
|
||||
Version: 2.33
|
||||
Release: 21
|
||||
Release: 22
|
||||
Summary: Encrypt Data with Cipher Block Chaining Mode
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Crypt-CBC
|
||||
@ -9,7 +9,6 @@ BuildArch: noarch
|
||||
BuildRequires: perl-generators perl(bytes) perl(constant) perl(Digest::MD5) >= 2.00
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
BuildRequires: perl(Crypt::DES)
|
||||
|
||||
%description
|
||||
This is Crypt::CBC, a Perl-only implementation of the cryptographic
|
||||
@ -49,5 +48,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 12 2020 daiqianwen <daiqianwen@huawei.com> - 2.33-22
|
||||
- Delete useless buildrequire.
|
||||
|
||||
* Thu Mar 12 2020 daiqianwen <daiqianwen@huawei.com> - 2.33-21
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user