Name: httperf Version: 0.9.0 Release: 10%{?dist}.art Summary: Tool for measuring web server performance Group: Development/Tools License: GPLv2+ with exceptions URL: http://code.google.com/p/httperf/ Source0: http://httperf.googlecode.com/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel %description Httperf is a tool for measuring web server performance. It provides a flexible facility for generating various HTTP workloads and for measuring server performance. The focus of httperf is not on implementing one particular benchmark but on providing a robust, high-performance tool that facilitates the construction of both micro- and macro-level benchmarks. The three distinguishing characteristics of httperf are its robustness, which includes the ability to generate and sustain server overload, support for the HTTP/1.1 and SSL protocols, and its extensibility to new workload generators and performance measurements. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install INSTALL="%{__install} -p" DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/httperf %{_bindir}/idleconn %{_mandir}/man1/httperf.1* %doc AUTHORS ChangeLog NEWS README TODO %changelog * Thu Jul 19 2012 Fedora Release Engineering - 0.9.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.9.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 0.9.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Dec 29 2009 Thomas Moschny - 0.9.0-7 - Update project URLs. * Fri Aug 21 2009 Tomas Mraz - 0.9.0-6 - rebuilt with new openssl * Fri Jul 24 2009 Fedora Release Engineering - 0.9.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Fedora Release Engineering - 0.9.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Jan 16 2009 Tomas Mraz - 0.9.0-3 - rebuild with new openssl * Tue Oct 14 2008 Thomas Moschny - 0.9.0-2 - Suggestion from the review: Use install -p to preserve timestamps. * Thu Aug 28 2008 Thomas Moschny - 0.9.0-1 - New package.