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