Author: blues                        Date: Thu Oct 27 14:36:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, does not build

---- Files affected:
SPECS:
   echoping.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/echoping.spec
diff -u /dev/null SPECS/echoping.spec:1.1
--- /dev/null   Thu Oct 27 16:36:19 2005
+++ SPECS/echoping.spec Thu Oct 27 16:36:14 2005
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+Summary:       Non-suid ping
+Name:          echoping
+Version:       6.0
+Release:       0.BETA.0.1
+License:       GPL v2
+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: 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.
+
+%prep
+%setup -q -n %{name}-%{version}-BETA
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+#%doc ChangeLog README
+#%attr(755,root,root) %{_bindir}/*
+#%{_mandir}/man*/*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/27 14:36:14  blues
+- initial, does not build
+
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to