]> git.pld-linux.org Git - packages/apf.git/commitdiff
- initial
authorKarol Krenski <charles@pld-linux.org>
Thu, 17 Nov 2005 23:04:30 +0000 (23:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apf.spec -> 1.1

apf.spec [new file with mode: 0644]

diff --git a/apf.spec b/apf.spec
new file mode 100644 (file)
index 0000000..ff9a3e4
--- /dev/null
+++ b/apf.spec
@@ -0,0 +1,69 @@
+Summary:       Active Port Forwarder - SSL secure packet tunneling
+Summary(pl):   Active Port Forwarder - bezpieczne tunelowanie pakietów poprzez SSL
+Name:          apf
+Version:       0.7.5
+Release:       0.1
+License:       GPL v2
+Group:         Applications/Networking
+Source0:       http://gray-world.net/projects/af/%{name}-%{version}.tgz
+# Source0-md5: 25c5b192adb6ff2763f4f2106065dbba
+URL:           http://xmlindent.sourceforge.net/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: openssl-devel
+BuildRequires: zlib-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Active Port Forwarder is a software tool for secure port forwarding.
+It uses SSL to increase security of communication between a server and
+a client. APF is dedicated for people, who don't have an external ip
+number and want to make some services available across the net.
+Moreover, zlib is used to compress the transferred data. Using one,
+permanent data/control channel with flow control/packet buffering
+provides good performance and reasonably small latency. Running
+afserver does not require root priviledges, nor does it use threads or
+other processes.
+
+%description -l pl
+Active Port Forwarder jest narzêdziem do bezpiecznego tunelowania
+po³±czeñ. Dla zwiêkszenia bezpieczeñstwa komunikacji miêdzy serwerem a
+klientem u¿ywana jest biblioteka SSL. APF zosta³ zaprojektowany z
+my¶l± o ludziach nie posiadaj±cych zewnêtrznych numerów IP, którzy
+chcieliby udostêpniæ ¶wiatu jakie¶ us³ugi. Ponadto, biblioteka zlib
+jest u¿ywana do kompresowania przesy³anych danych. U¿ycie jednego
+po³±czenia dla danych u¿ytkownika/steruj±cych, wraz z kontrol±
+przesy³u/buforowaniem pakietów, umo¿liwia osi±gniêcie dobrej
+wydajno¶ci i rozs±dnie ma³ych opó¼nieñ. afserver nie potrzebuje
+uprawnieñ roota, nie u¿ywa w±tków ani innych procesów.
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make} \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README doc/*_example.conf
+%lang(fr) %doc doc/fr/fr_README
+%lang(ru) %doc doc/ru/ru_README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/afclient*
+%{_mandir}/man?/afserver*
This page took 0.10039 seconds and 4 git commands to generate.