]> git.pld-linux.org Git - packages/boa.git/commitdiff
- adapterized and made spec %%debug ready or using %%rpm*flags macros
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 May 2001 00:42:07 +0000 (00:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa.spec -> 1.33

boa.spec

index 896d09324bb53f6af312760598d926c7c3cf28d1..19f398971b51abc3033232667e1d5440c038e468 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -44,7 +44,7 @@ systemowych.
 
 %build
 cd src
 
 %build
 cd src
-CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DINET6"
+CFLAGS="%{rpmcflags} -DINET6"
 %configure
 %{__make}
 (cd ../docs; make boa.html )
 %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
 %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
                 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
 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
                 exit 1
         fi
 else
This page took 0.125 seconds and 4 git commands to generate.