]> git.pld-linux.org Git - packages/echoping.git/blame - echoping.spec
- upgraded to 6.0.2
[packages/echoping.git] / echoping.spec
CommitLineData
fec4ca46 1Summary: Non-suid ping
541918f4 2Summary(pl.UTF-8): ping bez suida
fec4ca46 3Name: echoping
66b0d4ea
TP
4Version: 6.0.2
5Release: 1
fec4ca46
PG
6License: GPL v2
7Group: Networking/Admin
66b0d4ea
TP
8Source0: http://dl.sourceforge.net/echoping/%{name}-%{version}.tar.gz
9# Source0-md5: 991478532b56ab3b6f46ea9fa332626f
fec4ca46 10URL: http://echoping.sourceforge.net/
2f645fe6 11BuildRequires: libidn-devel
decc275f 12BuildRequires: openldap-devel >= 2.4.6
66b0d4ea 13BuildRequires: openssl-devel
2f645fe6 14BuildRequires: postgresql-devel
fec4ca46
PG
15BuildRequires: popt-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
bd3e5c06
JB
19"echoping" is a small program to test (approximatively) performances
20of a remote host by sending it TCP "echo" (or other protocol, such as
21HTTP) packets.
22
4b461641
JR
23%description -l pl.UTF-8
24echoping to mały program do sprawdzania (przybliżonej) wydajności
25zdalnego hosta poprzez wysyłanie pakietów TCP "echo" (lub innego
26protokołu, jak np. HTTP).
fec4ca46
PG
27
28%prep
66b0d4ea 29%setup -q -n %{name}-%{version}
fec4ca46
PG
30
31%build
2f645fe6 32%configure \
66b0d4ea
TP
33 --with-ssl \
34 --without-gnutls \
2f645fe6 35 --disable-static
fec4ca46
PG
36%{__make}
37
38%install
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
2f645fe6
JB
44rm -f $RPM_BUILD_ROOT%{_libdir}/echoping/*.la
45
fec4ca46
PG
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
2f645fe6
JB
51%doc AUTHORS ChangeLog DETAILS PLUGINS README TODO
52%attr(755,root,root) %{_bindir}/echoping*
53%dir %{_libdir}/echoping
54%attr(755,root,root) %{_libdir}/echoping/*.so*
55%{_mandir}/man1/echoping*
This page took 0.057363 seconds and 4 git commands to generate.