From: Jakub Bogusz Date: Wed, 2 May 2001 00:42:07 +0000 (+0000) Subject: - adapterized and made spec %%debug ready or using %%rpm*flags macros X-Git-Tag: boa-0_94_12pre1-1~15 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fboa.git;a=commitdiff_plain;h=6c44bc1b31c1b8fff3d6b5e06ccc58752808e693 - adapterized and made spec %%debug ready or using %%rpm*flags macros Changed files: boa.spec -> 1.33 --- diff --git a/boa.spec b/boa.spec index 896d093..19f3989 100644 --- a/boa.spec +++ b/boa.spec @@ -44,7 +44,7 @@ systemowych. %build cd src -CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DINET6" +CFLAGS="%{rpmcflags} -DINET6" %configure %{__make} (cd ../docs; make boa.html ) @@ -75,7 +75,7 @@ rm -rf $RPM_BUILD_ROOT %pre if [ -n "`getgid http`" ]; then if [ "`getgid http`" != "51" ]; then - echo "Warning:group http haven't gid=51. Corect this before install boa" 1>&2 + echo "Warning:group http haven't gid=51. Correct this before install boa" 1>&2 exit 1 fi else @@ -83,7 +83,7 @@ else fi if [ -n "`id -u http 2>/dev/null`" ]; then if [ "`id -u http`" != "51" ]; then - echo "Warning:user http haven't uid=51. Corect this before install boa" 1>&2 + echo "Warning:user http haven't uid=51. Correct this before install boa" 1>&2 exit 1 fi else