]> git.pld-linux.org Git - packages/fftw.git/commitdiff
- release 5, fftw-2_1_3-5
authorkloczek <kloczek@pld-linux.org>
Tue, 8 May 2001 22:38:09 +0000 (22:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- --enable-type-prefix is back,
- enable/disable debug %%{debug} conditionaly.

Changed files:
    fftw.spec -> 1.23

fftw.spec

index 7c38100d8cc7fb19703a73c9330dee18c2b4696c..89198f58ce20a3eb44d0616975d06932b4e0748d 100644 (file)
--- a/fftw.spec
+++ b/fftw.spec
@@ -2,7 +2,7 @@ Summary:        Fast Fourier transform library
 Summary(pl):   biblioteka z funkacjami szybkiej transformaty Fouriera
 Name:          fftw
 Version:       2.1.3
-Release:       4
+Release:       5
 License:       GPL
 Group:         Libraries
 Group(fr):     Librairies
@@ -61,7 +61,8 @@ Static fftw libraries.
 %endif
        --enable-shared \
        --enable-threads \
-       --disable-debug
+       --enable-type-prefix \
+       --%{!?debug:disable}%{?debug:enable}-debug
 
 %{__make}
 
This page took 0.133136 seconds and 4 git commands to generate.