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