update to 3.3.6_pl2 [release 3.3.6_pl2-1mamba;Thu Jun 22 2017]

This commit is contained in:
Silvan Calarco 2024-01-06 04:15:18 +01:00
parent 1828d618d0
commit e19e16bd40

View File

@ -1,5 +1,6 @@
%define pkgver %(echo %version | tr _ -)
Name: libfftw
Version: 3.3.5
Version: 3.3.6_pl2
Release: 1mamba
Summary: Fast Fourier Transform library
Group: System/Libraries
@ -7,7 +8,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://www.fftw.org/
Source: http://www.fftw.org/fftw-%{version}.tar.gz
Source: http://www.fftw.org/fftw-%{pkgver}.tar.gz
License: GPL
Requires(post):%{__install_info}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -38,9 +39,9 @@ This package contains static libraries and header files need for development.
%setup -q -c %{name}-%{version}
for dir in single double long-double; do
cp -a fftw-%{version} $dir
cp -a fftw-%{pkgver} $dir
done
rm -rf fftw-%{version}
rm -rf fftw-%{pkgver}
%build
export F77=gfortran
@ -113,6 +114,9 @@ rm -f %{buildroot}%{_infodir}/dir
%doc double/ChangeLog double/NEWS double/README* double/TODO
%changelog
* Thu Jun 22 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 3.3.6_pl2-1mamba
- update to 3.3.6_pl2
* Sat Aug 06 2016 Automatic Build System <autodist@mambasoft.it> 3.3.5-1mamba
- automatic version update by autodist