]> git.pld-linux.org Git - packages/fftw.git/blobdiff - fftw.spec
- formatting
[packages/fftw.git] / 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.11878 seconds and 4 git commands to generate.