fix build requirement for perl-Class-Loader [release 1.54-2mamba;Sun Nov 28 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 08:46:41 +01:00
parent 835915d23b
commit 95ed1b8e29

View File

@ -1,8 +1,8 @@
%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-Random Name: perl-Crypt-Random
Version: 1.52 Version: 1.54
Release: 1mamba Release: 2mamba
Summary: Crypt::Random - Cryptographically Secure, True Random Number Generator Summary: Crypt::Random - Cryptographically Secure, True Random Number Generator
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -17,6 +17,7 @@ BuildRequires: perl-Class-Loader
BuildRequires: perl-Math-Pari BuildRequires: perl-Math-Pari
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl-Statistics-ChiSquare
%description %description
Crypt::Random - Cryptographically Secure, True Random Number Generator. Crypt::Random - Cryptographically Secure, True Random Number Generator.
@ -28,7 +29,10 @@ Crypt::Random - Cryptographically Secure, True Random Number Generator.
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make %make
%ifnarch %{ix86}
%make test %make test
%endif
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -51,6 +55,12 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Nov 28 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.54-2mamba
- fix build requirement for perl-Class-Loader
* Sun Oct 24 2021 Automatic Build System <autodist@mambasoft.it> 1.54-1mamba
- automatic version update by autodist
* Sun May 30 2021 Automatic Build System <autodist@mambasoft.it> 1.52-1mamba * Sun May 30 2021 Automatic Build System <autodist@mambasoft.it> 1.52-1mamba
- automatic version update by autodist - automatic version update by autodist