From: michuz Date: Sat, 23 Dec 2000 00:48:42 +0000 (+0000) Subject: - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} X-Git-Tag: alsa-utils-0_5_10-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Falsa-utils.git;a=commitdiff_plain;h=c2c0e61eed392e2d26422b7d1e315affff344208 - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: alsa-utils.spec -> 1.45 --- diff --git a/alsa-utils.spec b/alsa-utils.spec index 8a7c2ef..35749a7 100644 --- a/alsa-utils.spec +++ b/alsa-utils.spec @@ -47,8 +47,8 @@ cp aclocal.m4 acinclude.m4 aclocal automake -c || : autoconf -CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -I/usr/include/ncurses" -CXXFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -fno-rtti -fno-exceptions" +CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses" +CXXFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -fno-rtti -fno-exceptions" %configure %{__make}