update to 3.3.6_pl2 [release 3.3.6_pl2-1mamba;Thu Jun 22 2017]
This commit is contained in:
parent
1828d618d0
commit
e19e16bd40
12
libfftw.spec
12
libfftw.spec
@ -1,5 +1,6 @@
|
|||||||
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: libfftw
|
Name: libfftw
|
||||||
Version: 3.3.5
|
Version: 3.3.6_pl2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Fast Fourier Transform library
|
Summary: Fast Fourier Transform library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||||||
URL: http://www.fftw.org/
|
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
|
License: GPL
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
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}
|
%setup -q -c %{name}-%{version}
|
||||||
|
|
||||||
for dir in single double long-double; do
|
for dir in single double long-double; do
|
||||||
cp -a fftw-%{version} $dir
|
cp -a fftw-%{pkgver} $dir
|
||||||
done
|
done
|
||||||
rm -rf fftw-%{version}
|
rm -rf fftw-%{pkgver}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export F77=gfortran
|
export F77=gfortran
|
||||||
@ -113,6 +114,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%doc double/ChangeLog double/NEWS double/README* double/TODO
|
%doc double/ChangeLog double/NEWS double/README* double/TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Aug 06 2016 Automatic Build System <autodist@mambasoft.it> 3.3.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user