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