]> git.pld-linux.org Git - packages/apf.git/blob - apf.spec
ceb17de85d32039008cfe2ede98daa0a2e6da1a9
[packages/apf.git] / apf.spec
1 Summary:        Active Port Forwarder - SSL secure packet tunneling
2 Summary(pl):    Active Port Forwarder - bezpieczne tunelowanie pakietów poprzez SSL
3 Name:           apf
4 Version:        0.7.5
5 Release:        0.1
6 License:        GPL v2
7 Group:          Applications/Networking
8 Source0:        http://gray-world.net/projects/af/%{name}-%{version}.tgz
9 # Source0-md5:  25c5b192adb6ff2763f4f2106065dbba
10 URL:            http://xmlindent.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  libtool
14 BuildRequires:  openssl-devel
15 BuildRequires:  zlib-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Active Port Forwarder is a software tool for secure port forwarding.
20 It uses SSL to increase security of communication between a server and
21 a client. APF is dedicated for people, who don't have an external IP
22 number and want to make some services available across the net.
23 Moreover, zlib is used to compress the transferred data. Using one,
24 permanent data/control channel with flow control/packet buffering
25 provides good performance and reasonably small latency. Running
26 afserver does not require root priviledges, nor does it use threads or
27 other processes.
28
29 %description -l pl
30 Active Port Forwarder jest narzêdziem do bezpiecznego tunelowania
31 po³±czeñ. Dla zwiêkszenia bezpieczeñstwa komunikacji miêdzy serwerem a
32 klientem u¿ywana jest biblioteka SSL. APF zosta³ zaprojektowany z
33 my¶l± o ludziach nie posiadaj±cych zewnêtrznych numerów IP, którzy
34 chcieliby udostêpniæ ¶wiatu jakie¶ us³ugi. Ponadto, biblioteka zlib
35 jest u¿ywana do kompresowania przesy³anych danych. U¿ycie jednego
36 po³±czenia dla danych u¿ytkownika/steruj±cych, wraz z kontrol±
37 przesy³u/buforowaniem pakietów, umo¿liwia osi±gniêcie dobrej
38 wydajno¶ci i rozs±dnie ma³ych opó¼nieñ. afserver nie potrzebuje
39 uprawnieñ roota, nie u¿ywa w±tków ani innych procesów.
40
41 %prep
42 %setup -q
43
44 %build
45 %{__libtoolize}
46 %{__aclocal}
47 %{__automake}
48 %{__autoconf}
49 %configure
50 %{__make} \
51         CFLAGS="%{rpmcflags}"
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files
63 %defattr(644,root,root,755)
64 %doc AUTHORS ChangeLog NEWS README doc/*_example.conf
65 %lang(fr) %doc doc/fr/fr_README
66 %lang(ru) %doc doc/ru/ru_README
67 %attr(755,root,root) %{_bindir}/*
68 %{_mandir}/man?/afclient*
69 %{_mandir}/man?/afserver*
This page took 0.086069 seconds and 2 git commands to generate.