# $Id$ # Authority: dag # Upstream: Summary: Profile-driven HTTP load tester Name: flood Version: 0.4 Release: 2%{?dist} License: Apache Group: Applications/Internet URL: http://httpd.apache.org/test/flood/ Source: http://www.apache.org/dist/httpd/flood/flood-%{version}.tar.gz Patch: flood-openssl.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: httpd-devel %description Flood is a profile-driven HTTP load tester. It can be used to gather important performance matrics for your website. %prep %setup %patch %build #%{__autoconf} #%{__libtoolize} ./buildconf #CFLAGS="%{optflags}" \ #./configure \ # --prefix="%{_prefix}" \ # --bindir="%{_bindir}" \ %configure \ --enable-ssl \ --with-capath="%{_datadir}/ssl/certs" \ --with-openssl="%{_includedir}/openssl" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__install} -Dp -m0755 flood %{buildroot}%{_bindir}/flood %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc CHANGES CONFIG DESIGN LICENSE STATUS examples/ %{_bindir}/flood %changelog * Sun Apr 04 2004 Dag Wieers - 0.4-2 - Updated to release 0.4. * Sun Apr 04 2004 Dag Wieers - 0.4-1.cvs20040404 - Initial package. (using DAR)