]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} avifile-0_52_1-1
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:43 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    avifile.spec -> 1.20

avifile.spec

index 96a6dffeecf2d0a4c111d4326cda41531e0bf7ab..4b40b5927cb5e41a2ecc4cc01cce20629abe313e 100644 (file)
@@ -59,7 +59,7 @@ aclocal
 libtoolize --copy --force
 automake -a -c
 autoconf
-CD_OPT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"; export CD_OPT
+CD_OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"; export CD_OPT
 %configure \
        --with-qt-includes=%{_includedir}/qt \
        --enable-release
This page took 0.037686 seconds and 4 git commands to generate.