Browse Source

Upgrade to 2.09 and fix rc-file location.

master
parent
commit
a0766c9614
  1. 7
      siege/siege.spec

7
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" \

Loading…
Cancel
Save