rpms/httperf/F-8 httperf.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Thomas Moschny thm at fedoraproject.org
Tue Oct 14 07:14:46 UTC 2008


Author: thm

Update of /cvs/pkgs/rpms/httperf/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18905/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	httperf.spec import.log 
Log Message:
Initial import.


--- NEW FILE httperf.spec ---
Name:           httperf
Version:        0.9.0
Release:        2%{?dist}
Summary:        Tool for measuring web server performance
Group:          Development/Tools
License:        GPLv2+ with exceptions
URL:            http://www.hpl.hp.com/research/linux/httperf/
#               http://sourceforge.net/projects/httperf
Source0:        ftp://ftp.hpl.hp.com/pub/%{name}/%{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
* Tue Oct 14 2008 Thomas Moschny <thomas.moschny at gmx.de> - 0.9.0-2
- Suggestion from the review: Use install -p to preserve timestamps.

* Thu Aug 28 2008 Thomas Moschny <thomas.moschny at gmx.de> - 0.9.0-1
- New package.



--- NEW FILE import.log ---
httperf-0_9_0-2_fc9:F-8:httperf-0.9.0-2.fc9.src.rpm:1223968362


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/httperf/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Oct 2008 01:54:38 -0000	1.1
+++ .cvsignore	14 Oct 2008 07:14:16 -0000	1.2
@@ -0,0 +1 @@
+httperf-0.9.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/httperf/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Oct 2008 01:54:38 -0000	1.1
+++ sources	14 Oct 2008 07:14:16 -0000	1.2
@@ -0,0 +1 @@
+2968c36b9ecf3d98fc1f2c1c9c0d9341  httperf-0.9.0.tar.gz




More information about the scm-commits mailing list