fix build requirement for perl-Class-Loader [release 1.54-2mamba;Sun Nov 28 2021]
This commit is contained in:
parent
835915d23b
commit
95ed1b8e29
@ -1,8 +1,8 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Crypt-Random
|
||||
Version: 1.52
|
||||
Release: 1mamba
|
||||
Version: 1.54
|
||||
Release: 2mamba
|
||||
Summary: Crypt::Random - Cryptographically Secure, True Random Number Generator
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -17,6 +17,7 @@ BuildRequires: perl-Class-Loader
|
||||
BuildRequires: perl-Math-Pari
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-Statistics-ChiSquare
|
||||
|
||||
%description
|
||||
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
|
||||
|
||||
%make
|
||||
|
||||
%ifnarch %{ix86}
|
||||
%make test
|
||||
%endif
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -51,6 +55,12 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user