Summary: Ping-like tool for HTTP requests Summary(pl.UTF-8): Narzędzie do "pingowania" poprzez protokół HTTP Name: httping Version: 1.5.7 Release: 1 License: GPL Group: Networking/Utilities Source0: http://www.vanheusden.com/httping/%{name}-%{version}.tgz # Source0-md5: 8b250e67ac72750feefffa45da499da8 URL: http://www.vanheusden.com/httping/ BuildRequires: openssl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description httping is a "ping"-like tool for HTTP requests. Give it a URL and it will show how long it takes to connect, send a request, and retrieve the reply (only the headers). It can be used for monitoring or statistical purposes (measuring latency). %description -l pl.UTF-8 httping jest narzędziem podobnym do pinga, służącym do wysyłania zapytań HTTP. Po podaniu URL-a httping pokazuje jak wiele czasu zajmuje połączenie, wysłanie zapytania i otrzymanie odpowiedzi (tylko nagłówki). Httping może być używany do monitorowania lub do celów statystycznych. %prep %setup -q %build %{__make} \ CC="%{__cc}" \ DEBUG="" \ OFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc readme.txt %attr(755,root,root) %{_bindir}/httping %{_mandir}/man1/httping*