added perl-CrpytX build requirement [release 3.03-2mamba;Wed Apr 28 2021]
This commit is contained in:
parent
ef71a44f25
commit
26460991b4
@ -1,25 +1,30 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Crypt-CBC
|
Name: perl-Crypt-CBC
|
||||||
Version: 2.33
|
Version: 3.03
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
|
Summary: Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Aleph0 <aleph0@openmamba.org>
|
||||||
URL: http://www.cpan.org
|
URL: https://www.cpan.org
|
||||||
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz
|
Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz
|
||||||
License: Artistic, GPL
|
License: Artistic, GPL
|
||||||
Requires: perl >= %perl_major_ver
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libperl
|
||||||
|
BuildRequires: perl-Crypt-PBKDF2
|
||||||
|
BuildRequires: perl-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
BuildRequires: perl-Crypt-CAST5
|
BuildRequires: perl-Crypt-CAST5
|
||||||
BuildRequires: perl-Crypt-IDEA
|
BuildRequires: perl-Crypt-IDEA
|
||||||
BuildRequires: perl-Crypt-Rijndael
|
BuildRequires: perl-Crypt-Rijndael
|
||||||
BuildRequires: perl-Crypt-Blowfish_PP
|
BuildRequires: perl-Crypt-Blowfish_PP
|
||||||
BuildRequires: perl-Crypt-DES
|
BuildRequires: perl-Crypt-DES
|
||||||
|
BuildRequires: perl-CryptX
|
||||||
|
Requires: perl >= %perl_major_ver
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC).
|
This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC).
|
||||||
@ -55,6 +60,15 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.03-2mamba
|
||||||
|
- added perl-CrpytX build requirement
|
||||||
|
|
||||||
|
* Mon Apr 19 2021 Automatic Build System <autodist@mambasoft.it> 3.03-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Apr 18 2021 Automatic Build System <autodist@mambasoft.it> 3.02-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 2.33-1mamba
|
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 2.33-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user