]> git.pld-linux.org Git - packages/httping.git/blob - httping.spec
ff0dd9cae4d15b77805644cfc5f92bec2d9d21e2
[packages/httping.git] / httping.spec
1 # TODO: optflags
2 Summary:        Ping-like tool for HTTP requests
3 Summary(pl):    Narzêdzie do "pingowania" poprzez protokó³ HTTP
4 Name:           httping
5 Version:        0.0.96
6 Release:        1
7 License:        GPL
8 Group:          Networking/Utilities
9 Source0:        http://www.vanheusden.com/httping/%{name}-%{version}.tgz
10 # Source0-md5:  04ce13275795676f6bb533154574949e
11 URL:            http://www.vanheusden.com/httping/
12 BuildRequires:  openssl-devel
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 httping is a "ping"-like tool for HTTP requests. Give it a URL and it
17 will show how long it takes to connect, send a request, and retrieve
18 the reply (only the headers). It can be used for monitoring or
19 statistical purposes (measuring latency).
20
21 %description -l pl
22 httping jest narzêdziem podobnym do pinga, s³u¿±cym do wysy³ania
23 zapytañ HTTP. Po podaniu URL-a httping pokazuje jak wiele czasu
24 zajmuje po³±czenie, wys³anie zapytania i otrzymanie odpowiedzi (tylko
25 nag³ówki). Httping mo¿e byæ u¿ywany do monitorowania lub do celów
26 statystycznych.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__make} \
33         CC="%{__cc}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc readme.txt
48 %attr(755,root,root) %{_bindir}/httping
This page took 0.049053 seconds and 2 git commands to generate.