Author: glen Date: Wed Aug 17 12:08:04 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - set FHS compatible log dir
---- Files affected: SPECS: siege.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/siege.spec diff -u SPECS/siege.spec:1.16 SPECS/siege.spec:1.17 --- SPECS/siege.spec:1.16 Tue Aug 16 16:26:32 2005 +++ SPECS/siege.spec Wed Aug 17 14:07:59 2005 @@ -3,7 +3,7 @@ Summary(pl): Narzędzie do testowania serwerów HTTP Name: siege Version: 2.63 -Release: 1 +Release: 1.4 License: GPL v2 Group: Networking/Utilities Source0: ftp://sid.joedog.org/pub/siege/%{name}-%{version}.tar.gz @@ -51,7 +51,9 @@ %{__aclocal} %{__autoconf} %{__automake} -%configure --with-ssl +%configure \ + --localstatedir=%{_localstatedir}/log \ + --with-ssl %{__make} %install @@ -60,7 +62,6 @@ %{__make} install DESTDIR=$RPM_BUILD_ROOT - %clean rm -rf $RPM_BUILD_ROOT @@ -77,6 +78,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2005/08/17 12:07:59 glen +- set FHS compatible log dir + Revision 1.16 2005/08/16 14:26:32 glen - up to 2.63, STBR @@ -116,7 +120,7 @@ Revision 1.4 2002/05/21 23:14:42 kloczek - perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ - s/^autoconf/\%\{__autoconf\}/" + s/^autoconf/\%\{__autoconf\}/" Revision 1.3 2002/05/06 11:20:23 qboosh - pl description ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/siege.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
