added perl-CrpytX build requirement [release 3.03-2mamba;Wed Apr 28 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 08:44:43 +01:00
parent ef71a44f25
commit 26460991b4

View File

@ -1,25 +1,30 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Crypt-CBC
Version: 2.33
Release: 1mamba
Version: 3.03
Release: 2mamba
Summary: Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://www.cpan.org
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Crypt/Crypt-CBC-%{version}.tar.gz
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-Crypt-CAST5
BuildRequires: perl-Crypt-IDEA
BuildRequires: perl-Crypt-Rijndael
BuildRequires: perl-Crypt-Blowfish_PP
BuildRequires: perl-Crypt-DES
BuildRequires: perl-CryptX
Requires: perl >= %perl_major_ver
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
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)
%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
- automatic update by autodist