]> git.pld-linux.org Git - packages/fftw3.git/commitdiff
- typo, workaround for rpm macro parsing
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Feb 2004 23:57:58 +0000 (23:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw3.spec -> 1.14

fftw3.spec

index 34016e9d4bdaedd6dd1286e0331df682cba2237c..a83ed0e5eccd2e48a3c62d5f6fac6059ff69816c 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-%bcond_without fftwl   # don't build -long subpackages
+%bcond_without fftwl   # don't build "long" subpackages
 #
 %ifarch sparc
 # sparc has sizeof(double long)==sizeof(double)
 #
 %ifarch sparc
 # sparc has sizeof(double long)==sizeof(double)
@@ -229,7 +229,7 @@ cp -a `cat files.list` long-double
 ln -sf . double
 
 # MMX/SSE/etc. seem to be safe because of runtime CPU detection
 ln -sf . double
 
 # MMX/SSE/etc. seem to be safe because of runtime CPU detection
-for ver in single double %{with_fftwl:long-double} ; do
+for ver in single double %{?with_fftwl:long-double} ; do
        OPTS=""
        # k7,SSE,3dnow,altivec only for single
        if [ "$ver" = "single" ]; then
        OPTS=""
        # k7,SSE,3dnow,altivec only for single
        if [ "$ver" = "single" ]; then
This page took 0.101519 seconds and 4 git commands to generate.