Summary: Ping alike tool for HTTP requests Name: httping Version: 1.2.2 Release: 1.n0i.4%{?dist} License: GPL Group: Applications/Internet URL: http://www.vanheusden.com/httping/ Source: http://www.vanheusden.com/httping/httping-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Httping is like 'ping' but for http-requests. Give it an url, and it'll show you how long it takes to connect, send a request and retrieve the reply (only the headers). Be aware that the transmission across the network also takes time! %prep %setup %{__sed} -i 's/" VERSION "/%{version}/g' main.c %build %{__make} %{?_smp_mflags} CFLAGS:="%{optflags}" %install %{__rm} -rf %{buildroot} %{__mkdir_p} $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} %{__make} install DESTDIR="%{buildroot}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc license* readme.txt %doc %{_mandir}/man1/httping.1* %{_bindir}/httping %changelog * Mon Feb 05 2007 Marius FERARU - 1.2.2-1.n0i.4 - version 1.2.2 * Mon Aug 21 2006 Marius FERARU - 1.2.1-1.n0i.3 - version 1.2.1 * Mon Mar 06 2006 Marius FERARU - 1.0.10-1.n0i.2 - version 1.0.10 * Sun Dec 04 2005 Marius FERARU 1.0.8-1.n0i.1 - built for reb00t * Sat Nov 26 2005 Dag Wieers - 1.0.8-1 - 3614+/dries - Updated to release 1.0.8. * Tue Oct 04 2005 Dries Verachtert - 1.0.5-1 - Updated to release 1.0.5. * Fri Aug 05 2005 Dag Wieers - 1.0.4-1 - Updated to release 1.0.4. * Mon Mar 28 2005 Dag Wieers - 1.0.0-1 - Updated to release 1.0.0. * Sun Jan 09 2005 Dag Wieers - 0.0.96-1 - Updated to release 0.0.96. * Sat Nov 20 2004 Dag Wieers - 0.0.95-1 - Updated to release 0.0.95. * Wed May 26 2004 Dag Wieers - 0.0.93-1 - Updated to release 0.0.93. * Mon May 03 2004 Dag Wieers - 0.0.9-1 - Initial package. (using DAR)