]> git.pld-linux.org Git - SPECS.git/blob - revinetd.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / revinetd.spec
1 Summary:        revinetd - reverse data port forwarder
2 Summary(pl.UTF-8):      revinetd - narzędzie do odwrotnego przekierowywania portów
3 Name:           revinetd
4 Version:        1.0.1
5 Release:        1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://dl.sourceforge.net/revinetd/%{name}-%{version}.tar.gz
9 # Source0-md5:  b04af5730498fa3e625a52c5fb79816b
10 URL:            http://revinetd.sourceforge.net/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Revinetd is a GNU implementation of the TCP gender changer. It
17 operates in two modes, listen-listen and connect-connect. It can be
18 used to forward traffic through firewalls where outbound rule sets are
19 more liberal than inbound rules.
20
21 %description -l pl.UTF-8
22 Revinetd to implementacja GNU zmieniacza rodzaju TCP. Działa w dwóch
23 trybach: słuchania-słuchania i łączenia-łączenia. Może być używany do
24 przekierowywania ruchu poprzez firewalle, gdzie zestawy reguł dla
25 połączeń wychodzących są bardziej liberalne niż dla połączeń
26 przychodzących.
27
28 %prep
29 %setup -q
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 install -D %{name} $RPM_BUILD_ROOT%{_bindir}/%{name}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc Authors ChangeLog README TODO
49 %attr(755,root,root) %{_bindir}/*
This page took 0.17324 seconds and 3 git commands to generate.