SPECS: flood.spec (NEW) - new (based on dag's spec). doesn't build...

glen glen at pld-linux.org
Tue Aug 8 02:40:12 CEST 2006


Author: glen                         Date: Tue Aug  8 00:40:12 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (based on dag's spec). doesn't build here (needs apr1 updates?)

---- Files affected:
SPECS:
   flood.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/flood.spec
diff -u /dev/null SPECS/flood.spec:1.1
--- /dev/null	Tue Aug  8 02:40:12 2006
+++ SPECS/flood.spec	Tue Aug  8 02:40:06 2006
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+Summary:	Profile-driven HTTP load tester
+Name:		flood
+Version:	0.4
+Release:	0.1
+License:	Apache
+Group:		Applications/Networking
+URL:		http://httpd.apache.org/test/flood/
+Source0:	http://www.apache.org/dist/httpd/flood/%{name}-%{version}.tar.gz
+# Source0-md5:	c10abd6f46175ab54b554337525d576d
+Patch0:		%{name}-libtool.patch
+BuildRequires:	apr-devel
+BuildRequires:	apr-util-devel
+BuildRequires:	autoconf
+BuildRequires:	libtool
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Flood is a profile-driven HTTP load tester. It can be used to gather
+important performance matrics for your website.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__autoconf}
+%configure \
+	--enable-ssl \
+	--with-openssl="%{_includedir}/openssl" \
+	--with-capath="%{_datadir}/ssl/certs" \
+	--with-apr=/usr/bin/apr-1-config \
+	--with-apr-util=/usr/bin/apu-1-config
+
+%{__make} \
+	top_builddir=.
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D flood $RPM_BUILD_ROOT%{_bindir}/flood
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES CONFIG DESIGN LICENSE STATUS examples/
+%attr(755,root,root) %{_bindir}/flood
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/08/08 00:40:06  glen
+- new (based on dag's spec). doesn't build here (needs apr1 updates?)
+
================================================================


More information about the pld-cvs-commit mailing list