]> git.pld-linux.org Git - packages/apf.git/blame - apf.spec
- converted to UTF-8
[packages/apf.git] / apf.spec
CommitLineData
80a46a8e 1Summary: Active Port Forwarder - SSL secure packet tunneling
5067dac0 2Summary(pl.UTF-8): Active Port Forwarder - bezpieczne tunelowanie pakietów poprzez SSL
80a46a8e
KK
3Name: apf
4Version: 0.7.5
5Release: 0.1
6License: GPL v2
7Group: Applications/Networking
8Source0: http://gray-world.net/projects/af/%{name}-%{version}.tgz
9# Source0-md5: 25c5b192adb6ff2763f4f2106065dbba
10URL: http://xmlindent.sourceforge.net/
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: libtool
14BuildRequires: openssl-devel
15BuildRequires: zlib-devel
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19Active Port Forwarder is a software tool for secure port forwarding.
20It uses SSL to increase security of communication between a server and
3c376099 21a client. APF is dedicated for people, who don't have an external IP
80a46a8e
KK
22number and want to make some services available across the net.
23Moreover, zlib is used to compress the transferred data. Using one,
24permanent data/control channel with flow control/packet buffering
25provides good performance and reasonably small latency. Running
26afserver does not require root priviledges, nor does it use threads or
27other processes.
28
5067dac0
JR
29%description -l pl.UTF-8
30Active Port Forwarder jest narzędziem do bezpiecznego tunelowania
31połączeń. Dla zwiększenia bezpieczeństwa komunikacji między serwerem a
32klientem używana jest biblioteka SSL. APF został zaprojektowany z
33myślą o ludziach nie posiadających zewnętrznych numerów IP, którzy
34chcieliby udostępnić światu jakieś usługi. Ponadto, biblioteka zlib
35jest używana do kompresowania przesyłanych danych. Użycie jednego
36połączenia dla danych użytkownika/sterujących, wraz z kontrolą
37przesyłu/buforowaniem pakietów, umożliwia osiągnięcie dobrej
38wydajności i rozsądnie małych opóźnień. afserver nie potrzebuje
39uprawnień roota, nie używa wątków ani innych procesów.
80a46a8e
KK
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
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%clean
60rm -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.055022 seconds and 4 git commands to generate.