]> git.pld-linux.org Git - packages/fakeconnect.git/commitdiff
- new from Piotr Skwarna <piotr.skwarna (at) wp.pl>
authorkolodko <kolodko@pld-linux.org>
Sat, 22 Jan 2005 11:49:57 +0000 (11:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fakeconnect.spec -> 1.1

fakeconnect.spec [new file with mode: 0644]

diff --git a/fakeconnect.spec b/fakeconnect.spec
new file mode 100644 (file)
index 0000000..6ce515f
--- /dev/null
@@ -0,0 +1,42 @@
+Summary:       FakeConnect is a application/network "stress-test" program
+Summary(pl):   FakeConnect jest aplikacja s³u¿±c± testowaniu sieci
+Name:          fakeconnect
+Version:       1.2.1
+Release:       1
+License:       GPL
+Group:         Networking/Utilities
+Source0:       http://www.hostname.org/fake_connect/%{name}-%{version}.tar.gz
+# Source0-md5: 55220ebadef5f541d705b72fe222b5b1
+URL:           http://freshmeat.net/projects/fakeconnect
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FakeConnect is a application/network "stress-test" program. It can
+simulate a real TCP connection (with SYN, ACK, and ACK_SEQ), opening
+up to 65000 connections without overloading the local machine.
+
+%description -l pl
+FakeConnect jest apikacj± s³u¿±c± do testowania sieci. Mo¿e symulowaæ
+prawdziwe po³±czenia TCP (z SYN, ACK i ACK_SEQ), otwiera do 65000
+po³±czeñ bez przeci±¿ania lokalnej maszyny.
+
+%prep
+%setup -q
+
+%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 AUTHORS CHANGELOG README
+%attr(755,root,root) %{_bindir}/*
This page took 0.127156 seconds and 4 git commands to generate.