rebuilt with perl 5.36.0 [release 2.030518-3mamba;Sun Apr 16 2023]
This commit is contained in:
parent
f90611c97b
commit
17be94d1cf
@ -3,7 +3,7 @@
|
|||||||
Name: perl-Math-Pari
|
Name: perl-Math-Pari
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.030518
|
Version: 2.030518
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Math::Pari - Perl interface to the PARI library
|
Summary: Math::Pari - Perl interface to the PARI library
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -17,6 +17,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
BuildRequires: pari >= 2.3.2-2
|
BuildRequires: pari >= 2.3.2-2
|
||||||
BuildRequires: libpari-devel >= 2.3.2-2
|
BuildRequires: libpari-devel >= 2.3.2-2
|
||||||
BuildRequires: perl-Term-Gnuplot
|
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}
|
%setup -q -n Math-Pari-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor AUTOMATED_TESTING=1
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -55,6 +56,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -63,6 +66,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.030518-2mamba
|
||||||
- epoch bump
|
- epoch bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user