]> git.pld-linux.org Git - packages/fakeconnect.git/blame - fakeconnect.spec
- tabs in preamble
[packages/fakeconnect.git] / fakeconnect.spec
CommitLineData
c5fa5aa7 1Summary: FakeConnect is a application/network "stress-test" program
d8e04dee 2Summary(pl.UTF-8): FakeConnect jest aplikacją służącą testowaniu sieci
c5fa5aa7 3Name: fakeconnect
4Version: 1.2.1
5Release: 1
5f324c6a 6License: GPL
c5fa5aa7 7Group: Networking/Utilities
8Source0: http://www.hostname.org/fake_connect/%{name}-%{version}.tar.gz
9# Source0-md5: 55220ebadef5f541d705b72fe222b5b1
07c11d0d 10URL: http://www.hostname.org/index.php/FakeConnect
c5fa5aa7 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14FakeConnect is a application/network "stress-test" program. It can
15simulate a real TCP connection (with SYN, ACK, and ACK_SEQ), opening
16up to 65000 connections without overloading the local machine.
17
b49ff283
JR
18%description -l pl.UTF-8
19FakeConnect jest aplikacją służącą do testowania sieci. Może symulować
20prawdziwe połączenia TCP (z SYN, ACK i ACK_SEQ), otwiera do 65000
21połączeń bez przeciążania lokalnej maszyny.
c5fa5aa7 22
23%prep
24%setup -q
25
26%build
27%configure
28%{__make}
29
30%install
31rm -rf $RPM_BUILD_ROOT
32
33%{__make} install \
34 DESTDIR=$RPM_BUILD_ROOT
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc AUTHORS CHANGELOG README
42%attr(755,root,root) %{_bindir}/*
This page took 0.079559 seconds and 4 git commands to generate.