]> git.pld-linux.org Git - packages/echoping.git/blobdiff - echoping.spec
- converted to UTF-8
[packages/echoping.git] / echoping.spec
index 48680d7473a245449b270efdcb72f9656c1a32a7..85ca63f8c69ac812c289c7ac2c38f5ea574e6894 100644 (file)
@@ -1,4 +1,5 @@
 Summary:       Non-suid ping
+Summary(pl.UTF-8):   ping bez suida
 Name:          echoping
 Version:       6.0
 Release:       0.BETA.0.1
@@ -7,20 +8,28 @@ Group:                Networking/Admin
 Source0:       ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}-BETA.tar.gz
 # Source0-md5: a8d10ec94a6dfc42bd978a1e99d00efa
 URL:           http://echoping.sourceforge.net/
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: bind-devel
+BuildRequires: libidn-devel
+BuildRequires: openldap-devel
+BuildRequires: postgresql-devel
 BuildRequires: popt-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-"echoping" is a small program to test (approximatively) performances of a remote host by sending it TCP "echo" (or other protocol, such as HTTP) packets.
+"echoping" is a small program to test (approximatively) performances
+of a remote host by sending it TCP "echo" (or other protocol, such as
+HTTP) packets.
+
+%description -l pl.UTF-8
+echoping to mały program do sprawdzania (przybliżonej) wydajności
+zdalnego hosta poprzez wysyłanie pakietów TCP "echo" (lub innego
+protokołu, jak np. HTTP).
 
 %prep
 %setup -q -n %{name}-%{version}-BETA
 
 %build
-%configure
+%configure \
+       --disable-static
 %{__make}
 
 %install
@@ -29,11 +38,15 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+rm -f $RPM_BUILD_ROOT%{_libdir}/echoping/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-#%doc ChangeLog README
-#%attr(755,root,root) %{_bindir}/*
-#%{_mandir}/man*/*
+%doc AUTHORS ChangeLog DETAILS PLUGINS README TODO
+%attr(755,root,root) %{_bindir}/echoping*
+%dir %{_libdir}/echoping
+%attr(755,root,root) %{_libdir}/echoping/*.so*
+%{_mandir}/man1/echoping*
This page took 0.073134 seconds and 4 git commands to generate.