]> git.pld-linux.org Git - packages/httping.git/blame - httping.spec
rebuild with openssl 3.0.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
6a2c2341 4Version: 2.5
4cefff35 5Release: 3
ede31b32 6License: GPL v2
bed97b2c 7Group: Networking/Utilities
8Source0: http://www.vanheusden.com/httping/%{name}-%{version}.tgz
6a2c2341 9# Source0-md5: a92976c06af8b80af17f70f0cb059bdc
bed97b2c 10URL: http://www.vanheusden.com/httping/
3bc39c32
ŁK
11BuildRequires: fftw3-devel
12BuildRequires: ncurses-devel
bed97b2c 13BuildRequires: openssl-devel
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17httping is a "ping"-like tool for HTTP requests. Give it a URL and it
18will show how long it takes to connect, send a request, and retrieve
19the reply (only the headers). It can be used for monitoring or
20statistical purposes (measuring latency).
21
c626f163
JR
22%description -l pl.UTF-8
23httping jest narzędziem podobnym do pinga, służącym do wysyłania
24zapytań HTTP. Po podaniu URL-a httping pokazuje jak wiele czasu
25zajmuje połączenie, wysłanie zapytania i otrzymanie odpowiedzi (tylko
26nagłówki). Httping może być używany do monitorowania lub do celów
bed97b2c 27statystycznych.
28
29%prep
30%setup -q
31
32%build
3bc39c32
ŁK
33cat << EOF > makefile.inc
34SSL=yes
35NC=yes
36FW=yes
37EOF
38
bed97b2c 39%{__make} \
4deca884 40 CC="%{__cc}" \
105d89ab 41 DEBUG="" \
ede31b32 42 OFLAGS="%{rpmcflags} -I/usr/include/ncurses"
bed97b2c 43
44%install
45rm -rf $RPM_BUILD_ROOT
bed97b2c 46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
57267f4d
ŁK
50%find_lang httping
51
bed97b2c 52%clean
53rm -rf $RPM_BUILD_ROOT
54
57267f4d 55%files -f httping.lang
bed97b2c 56%defattr(644,root,root,755)
57%doc readme.txt
58%attr(755,root,root) %{_bindir}/httping
57267f4d 59%{_mandir}/man1/httping.1*
6a2c2341
MB
60%lang(nl) %{_mandir}/nl/man1/httping-nl.1*
61%lang(ru) %{_mandir}/ru/man1/httping-ru.1*
This page took 0.100156 seconds and 5 git commands to generate.