forked from perl/perl-Math-Pari
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
e0d373734e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc38955a9690be6bafa8de2526212377c3ec9fe8da5ec02263a9caf94b58bb91
|
|
||||||
size 232718
|
|
BIN
Math-Pari-2.030528.tar.gz
(Stored with Git LFS)
Normal file
BIN
Math-Pari-2.030528.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Math-Pari
|
# spec file for package perl-Math-Pari (Version 2.30.528)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,49 +15,13 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Math-Pari
|
|
||||||
Version: 2.030518
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Math-Pari
|
%define cpan_name Math-Pari
|
||||||
|
Name: perl-Math-Pari
|
||||||
|
Version: 2.30.528
|
||||||
|
Release: 0
|
||||||
|
# 2.030528 -> normalize -> 2.30.528
|
||||||
|
%define cpan_version 2.030528
|
||||||
|
License: CHECK(Artistic-1.0 or GPL-1.0-or-later)
|
||||||
Summary: Perl interface to PARI
|
Summary: Perl interface to PARI
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
BuildRequires: perl
|
|
||||||
BuildRequires: perl-macros
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
|
||||||
Source: https://cpan.metacpan.org/authors/id/I/IL/ILYAZ/modules/%{cpan_name}-%{version}.zip
|
|
||||||
Source1: https://pari.math.u-bordeaux.fr/pub/pari/unix/pari-2.11.4.tar.gz
|
|
||||||
Source2: cpanspec.yml
|
|
||||||
Source100: README.md
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: unzip
|
|
||||||
%{perl_requires}
|
|
||||||
|
|
||||||
%description
|
|
||||||
This package is a Perl interface to famous library PARI for
|
|
||||||
numerical/scientific/number-theoretic calculations. It allows use of most PARI
|
|
||||||
functions as Perl functions, and (almost) seamless merging of PARI and Perl
|
|
||||||
data.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n %{cpan_name}-%{version} -a 1
|
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
|
||||||
|
|
||||||
%build
|
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
#%check
|
|
||||||
#make test
|
|
||||||
|
|
||||||
%install
|
|
||||||
%perl_make_install
|
|
||||||
%perl_process_packlist
|
|
||||||
%perl_gen_filelist
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc README Changes TODO
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
|
Reference in New Issue
Block a user