]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- formatting
authorankry <ankry@pld-linux.org>
Sat, 12 Aug 2006 09:28:44 +0000 (09:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftw.spec -> 1.64

fftw.spec

index 0401e2b8f688460494e5e76cc6b71969ea316c48..75faff8124471844b19ec576699b6a0c922dd853 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build
-%bcond_without single            # without single precision library
+%bcond_without single          # without single precision library
 #
 Summary:       Fast Fourier transform library
 Summary(pl):   Biblioteka z funkcjami szybkiej transformaty Fouriera
@@ -93,13 +93,13 @@ Este pacote cont
 %if %{with single}
 %configure \
 %ifarch %{ix86}
-        --enable-i386-hacks \
+       --enable-i386-hacks \
 %endif
-        --enable-shared \
-        --enable-threads \
-        --enable-float \
+       --enable-shared \
+       --enable-threads \
+       --enable-float \
        --enable-type-prefix \
-        --%{!?debug:dis}%{?debug:en}able-debug
+       --%{!?debug:dis}%{?debug:en}able-debug
 
 %{__make}
 %{__make} install \
This page took 0.035111 seconds and 4 git commands to generate.