epoch bump [release 2.030518-2mamba;Mon May 31 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 09:19:08 +01:00
parent f9f4345206
commit f90611c97b

View File

@ -1,22 +1,26 @@
%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-Math-Pari Name: perl-Math-Pari
Version: 2.01080605 Epoch: 1
Release: 1mamba Version: 2.030518
Release: 2mamba
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
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.zip
License: GPL License: GPL
BuildRequires: perl-devel >= %perl_major_ver ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
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
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
# perl Makefile.PL: # perl Makefile.PL:
### Math::Pari support of GP/PARI library version 2.3.* should be ### Math::Pari support of GP/PARI library version 2.3.* should be
@ -34,7 +38,9 @@ It allows use of most PARI functions (>500) as Perl functions, and (almost) seam
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make %make
%make test || :
# 2.030518: test never ends
#% make test
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -57,6 +63,12 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon May 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.030518-2mamba
- epoch bump
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.030518-1mamba
- update to 2.030518
* Thu Nov 22 2012 Automatic Build System <autodist@mambasoft.it> 2.01080605-1mamba * Thu Nov 22 2012 Automatic Build System <autodist@mambasoft.it> 2.01080605-1mamba
- automatic version update by autodist - automatic version update by autodist