#982897 Small improvment of echoping.spec RPM file (untested)

MAINT_6_0
Stephane Bortzmeyer 17 years ago
parent 22dacf69e3
commit b94e35a7bc

@ -2,33 +2,30 @@
Summary: Program to test network services Summary: Program to test network services
Name: echoping Name: echoping
Version: 5.0.1 Version: 6.0.0
Release: 1 Release: 1
Copyright: GNU Copyright: GNU
Group: Utilities/Network Group: Utilities/Network
Packager: Stephane Bortzmeyer <bortz@users.sourceforge.net> Packager: Stephane Bortzmeyer <bortz@users.sourceforge.net>
Source0: echoping-5.0.1.tar.gz Source: ftp://ftp.internatif.org/pub/unix/echoping/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://echoping.sourceforge.net Url: http://echoping.sourceforge.net
BuildRoot: /var/tmp/echoping
Prefix: /usr/local Prefix: /usr/local
# Requires: openssl # Requires: openssl
# BuildRequires: openssl-devel openssl # BuildRequires: openssl-devel openssl
%description %description
"echoping" is a small program to test (approximatively) performances "echoping" is a small program to test (approximatively) performances
of a remote host by sending it TCP "echo" (or other protocol, like of a remote host by sending it TCP "echo" (or other protocol, like
HTTP) packets. HTTP) packets.
%prep %prep
%setup -q -n echoping-5.0.1 %setup -q # -n %{name}-%{version}
%build %build
./configure --prefix=$RPM_BUILD_ROOT/usr/local --enable-http --enable-icp --enable-smtp --enable-ttcp ./configure --prefix=$RPM_BUILD_ROOT/usr/local --enable-http --enable-icp --enable-smtp
make make
@ -36,16 +33,19 @@ make
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%install %install
make install make DESTDIR=$RPM_BUILD_ROOT install
%files %files
/ /
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog DETAILS NEWS README TODO %doc AUTHORS COPYING ChangeLog DETAILS NEWS README TODO
%doc %{_mandir}/man1/echoping.1*
%doc test-echoping-crypto test-echoping-icp test-echoping-local test-echoping-remote %doc test-echoping-crypto test-echoping-icp test-echoping-local test-echoping-remote
%changelog %changelog
* Wed Jun 30 2004 - cougar@random.ee
- Merge
* Thu Feb 20 2001 Paco <francisco.monserrat@rediris.es> * Thu Feb 20 2001 Paco <francisco.monserrat@rediris.es>
- RPM package - RPM package

Loading…
Cancel
Save