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