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