rpms/echoping/devel echoping.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Sat Apr 22 07:09:41 UTC 2006


Author: ixs

Update of /cvs/extras/rpms/echoping/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17638/devel

Modified Files:
	.cvsignore sources 
Added Files:
	echoping.spec 
Log Message:
auto-import echoping-5.2.0-1 on branch devel from echoping-5.2.0-1.src.rpm


--- NEW FILE echoping.spec ---
Summary: TCP "echo" performance test
Name: echoping
Version: 5.2.0
Release: 1%{?dist}
License: GPL
Group: Applications/Internet
Source0: ftp://ftp.internatif.org/pub/unix/echoping/echoping-%{version}.tar.gz
URL: http://echoping.sourceforge.net/
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel, libidn-devel

%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

%build
%configure \
	--enable-icp \
	--enable-http \
	--enable-smtp \
	--disable-ttcp \
	--enable-tos \
	--enable-priority \
 	--with-libidn \
	--with-ssl \
	--without-gnutls

%{__make} %{?_smp_mflags}

%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING ChangeLog README TODO DETAILS
%{_bindir}/echoping
%{_mandir}/man1/echoping.1*

%changelog
* Wed Mar 13 2006 Andreas Thienemann <andreas at bawue.net> 5.2.0-1
- Initial FE release.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/echoping/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Apr 2006 07:09:11 -0000	1.1
+++ .cvsignore	22 Apr 2006 07:09:41 -0000	1.2
@@ -0,0 +1 @@
+echoping-5.2.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/echoping/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Apr 2006 07:09:11 -0000	1.1
+++ sources	22 Apr 2006 07:09:41 -0000	1.2
@@ -0,0 +1 @@
+aef46a1d09a1083e99eb5e18e9184af2  echoping-5.2.0.tar.gz




More information about the fedora-extras-commits mailing list