]> git.pld-linux.org Git - packages/gensink.git/blame - gensink.spec
- rewrited.
[packages/gensink.git] / gensink.spec
CommitLineData
7d0962cd 1Summary: A simple TCP benchmarking utility
2Name: gensink
3Version: 4.1
4Release: 1
5License: GPL
6Group: Applications/Networking
7Source0: http://jes.home.cern.ch/jes/gensink/%{name}-%{version}.tar.gz
8BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
0e13ef29 9
10%description
7d0962cd 11gensink consists of a pair of utilities that measure the performance
12of a TCP connection between two hosts.
0e13ef29 13
14%prep
7d0962cd 15%setup -q
16
0e13ef29 17%build
7d0962cd 18%{__make} \
19 CC="%{__cc}" \
20 CFLAGS="%{rpmcflags}" \
21 LDFLAGS="%{rpmldflags}"
0e13ef29 22
23%install
24
7d0962cd 25rm -rf $RPM_BUILD_ROOT
26install -d $RPM_BUILD_ROOT%{_sbindir}
27
28install gen4 sink4 tub4 $RPM_BUILD_ROOT%{_sbindir}
0e13ef29 29
30%clean
31rm -rf $RPM_BUILD_ROOT
32
33%files
7d0962cd 34%defattr(644,root,root,755)
35%attr(755,root,root) %{_sbindir}/*
This page took 0.051868 seconds and 4 git commands to generate.