Name: httping Version: 1.2.2 Release: 0%{?dist} Summary: Ping a webserver Group: Applications/Networking License: GPL URL: http://www.vanheusden.com/httping Source: http://www.vanheusden.com/httping/httping-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel %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 -q %build CFLAGS="%{optflags}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__install} -d -m0755 %{buildroot}%{_bindir} \ %{buildroot}%{_mandir}/man1/ \ %{buildroot}%{_sysconfdir} %{__make} install DESTDIR="%{buildroot}" %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc readme.txt license.OpenSSL license.txt %{_bindir}/httping %{_mandir}/man1/httping.1* %changelog * Sun Nov 19 2006 Folkert van Heusden - 1.2.2-0 - Updated to release 1.2.2-0 * Wed Jul 26 2006 Udo van den Heuvel - 1.2.1-0 - Updated to release 1.2.1-0 * Sat Jun 24 2006 Udo van den Heuvel - 1.0.10-0 - Updated to release 1.0.10-0