From: michuz Date: Sat, 23 Dec 2000 00:48:42 +0000 (+0000) Subject: - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} X-Git-Tag: LANChat-1_0_2-2~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2FLANChat.git;a=commitdiff_plain;h=b79277f522d2f7b24c2542763c5bf1bbaf72ef55 - changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...} (now it's more C like) Changed files: LANChat.spec -> 1.6 --- diff --git a/LANChat.spec b/LANChat.spec index 642838f..1998dab 100644 --- a/LANChat.spec +++ b/LANChat.spec @@ -38,7 +38,7 @@ libtoolize --copy --force aclocal automake -a -c autoconf -CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -I/usr/include/ncurses" +CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -I/usr/include/ncurses" %configure %{__make}