]> git.pld-linux.org Git - packages/fastforward.git/blob - fastforward.spec
- massive attack: adding Source-md5
[packages/fastforward.git] / fastforward.spec
1 Summary:        Fast Forward (TCP and UDP) Proxy for Linux
2 Summary(pl):    Fast Forward - proxy TCP i UDP dla Linuksa
3 Name:           fastforward
4 Version:        1.00
5 Release:        4
6 License:        LGPL
7 Group:          Networking/Daemons
8 Source0:        http://open.nit.ca/download/%{name}-%{version}.tar.gz
9 # Source0-md5:  62dc7241eee4c3538d4a242be2aea435
10 Patch0:         %{name}-opt.patch
11 Patch1:         %{name}-includes.patch
12 Patch2:         %{name}-types.patch
13 URL:            http://open.nit.ca/fastforward/
14 BuildRequires:  gcc-c++
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Fast Forward belongs to a class of programs known as proxy servers.
19 Its job is to accept TCP or UDP connections on one address and port,
20 and forward them off to some other address and port. There are lots of
21 programs around that do this, but Fast Forward provides simplified
22 configuration, uses less memory, and is generally faster than any
23 other solution we know of. It uses zero-forking technology to keep its
24 resource usage to a minimum while still running faster than most other
25 proxies.
26
27 %description -l pl
28 Fast Forward nale¿y do grupy programów znanych jako serwery proxy.
29 Jego zadanie to przyjmowanie po³±czeñ TCP lub UDP na jednym adresie i
30 porcie oraz przekazywanie ich na inny adres i port. Jest wiele
31 programów realizuj±cych to samo zadanie, ale Fast Forward ma
32 uproszczon± konfiguracjê, u¿ywa ma³o pamiêci i jest szybszy. Nie
33 forkuje siê, aby zminimalizowaæ zu¿ycie zasobów.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39 %patch2 -p1
40
41 %build
42 %{__make} COPTS="%{rpmcflags}"
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46 install -d $RPM_BUILD_ROOT%{_sbindir}
47
48 install fastforward/fastforward $RPM_BUILD_ROOT%{_sbindir}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files
54 %defattr(644,root,root,755)
55 %doc README
56 %attr(755,root,root) %{_sbindir}/*
This page took 0.413997 seconds and 4 git commands to generate.