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