epoch bump [release 2.030518-2mamba;Mon May 31 2021]
This commit is contained in:
parent
f9f4345206
commit
f90611c97b
@ -1,22 +1,26 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Math-Pari
|
||||
Version: 2.01080605
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Version: 2.030518
|
||||
Release: 2mamba
|
||||
Summary: Math::Pari - Perl interface to the PARI library
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://www.cpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.tar.gz
|
||||
URL: https://www.cpan.org/
|
||||
Source: https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/Math-Pari-%{version}.zip
|
||||
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: libpari-devel >= 2.3.2-2
|
||||
BuildRequires: perl-Term-Gnuplot
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/perl-root
|
||||
|
||||
# perl Makefile.PL:
|
||||
### 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
|
||||
|
||||
%make
|
||||
%make test || :
|
||||
|
||||
# 2.030518: test never ends
|
||||
#% make test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -57,6 +63,12 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user