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