]> git.pld-linux.org Git - packages/fftw3.git/blobdiff - fftw3.spec
- gcc4 fix, release 5 for Th.
[packages/fftw3.git] / fftw3.spec
index a83ed0e5eccd2e48a3c62d5f6fac6059ff69816c..672f3903bc1670af0aa9f6f3a29330c758498368 100644 (file)
@@ -1,28 +1,30 @@
 #
 %bcond_without fftwl   # don't build "long" subpackages
 #
-%ifarch sparc
-# sparc has sizeof(double long)==sizeof(double)
-%undefine      with_long
+%ifarch alpha ppc sparc
+# sizeof(double long)==sizeof(double) on these archs
+%undefine      with_fftwl
 %endif
 Summary:       Fast Fourier Transform library
 Summary(pl):   Biblioteka z funkcjami szybkiej transformaty Fouriera
 Summary(pt_BR):        biblioteca fast fourier transform
 Name:          fftw3
 Version:       3.0.1
-Release:       2
+Release:       5
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.fftw.org/pub/fftw/fftw-%{version}.tar.gz
 # Source0-md5: 76cd21ecc9a7bed6343566c473c36477
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-link.patch
+Patch2:                fftw-gcc4.patch
 Icon:          fftw-logo-thumb.gif
 URL:           http://www.fftw.org/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gcc-g77
 BuildRequires: libtool
+BuildRequires: texinfo
 Requires:      %{name}-common = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -214,6 +216,7 @@ Pliki programistyczne wsp
 %setup -q -n fftw-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__libtoolize}
This page took 0.042433 seconds and 4 git commands to generate.