Browse Source

Upgrade to 2.09 and fix rc-file location.

Ralf S. Engelschall 24 years ago
parent
commit
a0766c9614
1 changed files with 5 additions and 2 deletions
  1. 5 2
      siege/siege.spec

+ 5 - 2
siege/siege.spec

@@ -31,8 +31,8 @@ Vendor:       Jeffrey Fulmer
 Packager:     rse@openpkg.org
 Distribution: OpenPKG
 License:      GPL
-Version:      2.08
-Release:      2
+Version:      2.09
+Release:      0
 
 #   list of sources
 Source0:      ftp://ftp.armstrong.com/pub/siege/siege-%{version}.tar.gz
@@ -57,6 +57,9 @@ AutoReqProv:  no
     %setup -q 
 
 %build
+    %{l_rpmtool} subst -s \
+        's;^\(SIEGERC.*=\).*;\1 $(sysconfdir)/siegerc;' \
+        -- doc/Makefile.in
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O} -I%{l_prefix}/include" \
     LDFLAGS="-L%{l_prefix}/lib" \