SPECS: httpref.spec (NEW) - initial spec made by Kamil Jakubowski ...
paszczus
paszczus at pld-linux.org
Thu Jan 19 19:51:36 CET 2006
Author: paszczus Date: Thu Jan 19 18:51:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial spec made by Kamil Jakubowski
- using config.sub
---- Files affected:
SPECS:
httpref.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/httpref.spec
diff -u /dev/null SPECS/httpref.spec:1.1
--- /dev/null Thu Jan 19 19:51:36 2006
+++ SPECS/httpref.spec Thu Jan 19 19:51:30 2006
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+Summary: httperf - a tool for measuring web server performance
+Summary(pl): httperf - narzędzie do mierzenia wydajności serwera HTTP
+Name: httperf
+Version: 0.8
+Release: 1
+License: GPL
+Group: Applications/Networking
+URL: http://www.hpl.hp.com/research/linux/httperf/
+Source0: ftp://ftp.hpl.hp.com/pub/httperf/%{name}-%{version}.tar.gz
+# Source0-md5: 2971956d4846349f9e8d3c54acd591a5
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: openssl-devel
+Requires: openssl
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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.
+
+%description -l pl
+Httperf jest narzędziem mierzącym wydajność serwera HTTP. Generuje
+wielowątkowy ruch o określonej częstotliwości i tworzy rozmaite
+raporty. Obsługa protokołów HTTP/1.1 oraz SSL.
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.sub .
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+install httperf $RPM_BUILD_ROOT%{_bindir}
+install httperf.man $RPM_BUILD_ROOT%{_mandir}/man1/httperf.1
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO NEWS ChangeLog
+%attr(755,root,root) %{_bindir}
+%{_mandir}/man1
+
+%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/01/19 18:51:30 paszczus
+- initial spec made by Kamil Jakubowski
+- using config.sub
+
================================================================
More information about the pld-cvs-commit
mailing list