rebuilt with perl 5.36.0 [release 2.030518-3mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:19:08 +01:00
parent f90611c97b
commit 17be94d1cf

View File

@ -3,7 +3,7 @@
Name: perl-Math-Pari
Epoch: 1
Version: 2.030518
Release: 2mamba
Release: 3mamba
Summary: Math::Pari - Perl interface to the PARI library
Group: System/Libraries/Perl
Vendor: openmamba
@ -17,6 +17,7 @@ BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: pari >= 2.3.2-2
BuildRequires: libpari-devel >= 2.3.2-2
BuildRequires: perl-Term-Gnuplot
@ -35,7 +36,7 @@ It allows use of most PARI functions (>500) as Perl functions, and (almost) seam
%setup -q -n Math-Pari-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor AUTOMATED_TESTING=1
%make
@ -55,6 +56,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
@ -63,6 +66,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 2.030518-3mamba
- rebuilt with perl 5.36.0
* Mon May 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.030518-2mamba
- epoch bump