Name: wbox Version: 5 Release: 3%{?dist} Summary: HTTP testing tool and configuration-less HTTP server License: BSD URL: http://www.hping.org/wbox/ Source0: http://www.hping.org/wbox/wbox-%{version}.tar.gz Source1: wbox.1 %description Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including the following. * Benchmarking how much time it takes to generate content for your web application. * Web server and web application stressing. * Testing virtual domains configuration without the need to alter your local resolver. * Check if your redirects are working correctly emitting the right HTTP code. * Test if the HTTP compression is working and if it is actually serving pages faster. * Use it as a configuration-less HTTP server to share files! %prep %setup -q %build make %{?_smp_mflags} CFLAGS="%{optflags}" %install mkdir -p %{buildroot}%{_bindir}/ cp -p wbox %{buildroot}%{_bindir}/ mkdir -p %{buildroot}%{_mandir}/man1/ install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/ %files %doc AUTHORS Changelog COPYING README %{_bindir}/* %{_mandir}/man1/* %changelog * Tue Dec 27 2011 Athmane Madjoudj 5-3 - Use version macro - Remove rm -rf buildroot * Mon Dec 19 2011 Athmane Madjoudj 5-2 - Add manpage from Debian project. - Some minor fixes. * Mon Dec 19 2011 Athmane Madjoudj 5-1 - Initial spec.