From d122dae26e85a5ba7923d2f58ece5055751ef033 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Oct 19 2020 12:42:14 +0000 Subject: 1.36 bump --- diff --git a/.gitignore b/.gitignore index fcf69fc..5d4c0da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Math-FFT-1.28.tar.gz /Math-FFT-1.32.tar.gz /Math-FFT-1.34.tar.gz +/Math-FFT-1.36.tar.gz diff --git a/perl-Math-FFT.spec b/perl-Math-FFT.spec index 71cfcf1..8c59d8a 100644 --- a/perl-Math-FFT.spec +++ b/perl-Math-FFT.spec @@ -1,11 +1,12 @@ Name: perl-Math-FFT -Version: 1.34 -Release: 12%{?dist} +Version: 1.36 +Release: 1%{?dist} Summary: Perl module to calculate Fast Fourier Transforms -# Perl module code is GPL+ or same as Perl itself -# arrays.c has same licence as Perl itself -# FFT code is based on the C routine of fft4g.c Takuya OOURA, -# which is public domain +# arrays.c: GPL+ or Artistic (copied from the PGPLOT) +# fft4g.c: copied from +# a package reviewer named it "Public Domain", +# Debian names it an OOURA license +# lib/Math/FFT.pm: GPL+ or Artistic License: (GPL+ or Artistic) and Public Domain URL: https://metacpan.org/release/Math-FFT Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Math-FFT-%{version}.tar.gz @@ -14,10 +15,11 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc BuildRequires: make -BuildRequires: perl-interpreter BuildRequires: perl-devel BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl-interpreter +BuildRequires: perl(:VERSION) >= 5.8 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time @@ -27,13 +29,12 @@ BuildRequires: perl(vars) BuildRequires: perl(blib) BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) -BuildRequires: perl(File::Temp) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(lib) BuildRequires: perl(parent) -BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Test::More) >= 0.88 +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description This module implements some algorithms for calculating Fast Fourier @@ -43,16 +44,12 @@ Transforms for one-dimensional data sets of size 2^n. %setup -q -n Math-FFT-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="$RPM_OPT_FLAGS" +%{make_build} %install -make pure_install DESTDIR=$RPM_BUILD_ROOT - -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - +%{make_install} +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -66,6 +63,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Oct 19 2020 Petr Pisar - 1.36-1 +- 1.36 bump + * Thu Mar 19 2020 Jitka Plesnikova - 1.34-12 - Add perl(blib) for tests diff --git a/sources b/sources index 3e357fc..0d37c16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Math-FFT-1.34.tar.gz) = 605ce6805c106d00e851604115581d2e035843982e01b848d730e74890041c66e57139dcc037c36eeb3de80a45436e0a36f7482eac080e92638ac44be8af428d +SHA512 (Math-FFT-1.36.tar.gz) = 04d9aac4eb7f1c3b974ca18f150d513ebad0e34d5ac4cbc0b7aeedad19e642f155acda5d507b35be8afebe1481f8de93762136dda8978c58a8d29fb85cb90d43