]> git.pld-linux.org Git - packages/boa.git/blobdiff - boa.spec
- reverting last change: removing new macros from %p{re,ost}{,un}
[packages/boa.git] / boa.spec
index c4eefd37e534a01851755122352fa1fa44d65432..19f398971b51abc3033232667e1d5440c038e468 100644 (file)
--- a/boa.spec
+++ b/boa.spec
@@ -2,7 +2,7 @@ Summary:        Boa high speed HTTP server
 Summary(pl):   Boa - szybki serwer HTTP
 Name:          boa
 Version:       0.94.8.3
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
@@ -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
This page took 0.030664 seconds and 4 git commands to generate.