]> git.pld-linux.org Git - packages/antinat.git/blob - antinat.spec
- typo
[packages/antinat.git] / antinat.spec
1 Summary:        A SOCKS server for SOCKS4 and SOCKS5
2 Summary(pl):    Serwer SOCKS dla SOCKS4 i SOCKS5
3 Name:           antinat
4 Version:        0.64
5 Release:        0.1
6 License:        GPL
7 Group:          Daemons
8 Source0:        http://yallara.cs.rmit.edu.au/%7Emalsmith/C0A00201/%{name}/%{name}-%{version}.tar.bz2
9 # Source0-md5:  08250f314de6203fb1ee1b542fcbb02f
10 Patch0:         %{name}-makefile.patch
11 URL:            http://yallara.cs.rmit.edu.au/~malsmith/products/antinat/
12 BuildRequires:  libds-devel >= 1.2.0
13 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 A SOCKS server for SOCKS4 and SOCKS5.
17
18 %description -l pl
19 Serwer SOCKS dla SOCKS4 i SOCKS5.
20
21 %package socks4
22 Summary:        Support for SOCKS4 in antinat
23 Summary(pl):    Wsparcie w antinacie dla SOCKS4
24 Group:          Daemons
25 Requires:       antinat = %{version}
26
27 %description socks4
28 Support for older style SOCKS4 connections in antinat. SOCKS4 is
29 limited to anonymous only connections, and if authentication is
30 required, do not install this package.
31
32 %description socks4 -l pl
33 Wsparcie w antinacie dla starego typu po³±czeñ SOCKS4. SOCKS4 jest
34 ograniczone do po³±czeñ anonimowych, wiêc je¶li wymagana jest
35 autoryzacja, nie nale¿y instalowaæ tego pakietu.
36
37 %package logging
38 Summary:        Support for logging in antinat
39 Summary(pl):    Wsparcie dla logowania przez antinata
40 Group:          Daemons
41 Requires:       antinat = %{version}
42
43 %description logging
44 Support for connection and summary logging in antinat.
45
46 %description logging -l pl
47 Wsparcie dla logowania po³±czeñ i podsumowañ przez antinata.
48
49 %package filtering
50 Summary:        Support for filtering in antinat
51 Summary(pl):    Wsparcie dla filtrowania przez antinata
52 Group:          Daemons
53 Requires:       antinat = %{version}
54
55 %description filtering
56 Support for allowing and disallowing connections on the basis of some
57 criteria in antinat. Included are filters for IPv4 source and
58 destination addresses, as well as ports.
59
60 %description filtering -l pl
61 Wsparcie dla umo¿liwiania i blokowania przez antinata po³±czeñ w
62 oparciu o pewne kryteria. Zawiera filtry dzia³aj±ce w oparciu o adresy
63 ¼ród³owe i docelowe, jak te¿ w oparciu o porty.
64
65 %package anonymous
66 Summary:        Support for anonymous SOCKS5 connections in antinat
67 Summary(pl):    Wsparcie w antinacie dla anonimowych po³±czeñ SOCKS5
68 Group:          Daemons
69 Requires:       antinat = %{version}
70
71 %description anonymous
72 Support for anonymous (non-authenticated) connections in antinat. If
73 this package is not installed, clients must give the username and
74 password credentials of a user on the server to proceed. Note that
75 antinat-socks4 package will also provide anonymous connections, in
76 effect.
77
78 %description anonymous -l pl
79 Wsparcie w antinacie dla po³±czeñ anonimowych (nie autoryzowanych).
80 Gdy ten pakiet nie jest zainstalowany, konieczne jest podanie przez
81 klienta nazwy i has³a u¿ytkownika na serwerze. Nale¿y zauwa¿yæ, ¿e
82 pakiet antinat-socks4 równie¿ w zasadzie umo¿liwia po³±czenia
83 anonimowe.
84
85 %package ipv6
86 Summary:        Support for IPv6 connections in antinat
87 Summary(pl):    Wsparcie w antinacie dla po³±czeñ IPv6
88 Group:          Daemons
89 Requires:       antinat = %{version}
90
91 %description ipv6
92 Support for IPv6 connections, to allow the server to connect to v6
93 hosts and be connected to from v6 hosts.
94
95 %description ipv6 -l pl
96 Wsparcie dla po³±czeñ IPv6 umo¿liwiaj±ce serwerowi ³±czenie sie z i do
97 hostów IPv6.
98
99 %package udp
100 Summary:        Support for UDP association in antinat
101 Summary(pl):    Wsparcie w antinacie dla kojarzenia UDP
102 Group:          Daemons
103 Requires:       antinat = %{version}
104 Summary:        Support for UDP Association in antinat
105
106 %description udp
107 Support for UDP association over SOCKSv5. This allows hosts to send
108 and receive UDP packets through the SOCKS server.
109
110 %description udp -l pl
111 Wsparcie dla kojarzenia UDP poprzez SOCKSv5. Umo¿liwia to wysy³anie i
112 odbiór pakietów za po¶rednictwem serwera SOCKS.
113
114 %prep
115 %setup -q
116 %patch0 -p1
117
118 %build
119 %{__libtoolize}
120 %{__aclocal}
121 %{__autoconf}
122
123 %configure \
124         --datadir=%{_libdir} \
125         --with-ipv6
126 %{__make}
127
128 %install
129 rm -rf $RPM_BUILD_ROOT
130
131 %{__make} install \
132         DESTDIR=$RPM_BUILD_ROOT \
133         datadir=$RPM_BUILD_ROOT%{_libdir}
134
135 %clean
136 rm -fR $RPM_BUILD_ROOT
137
138 %files
139 %defattr(644,root,root,755)
140 %doc COPYING README TODO
141 %config(noreplace) %{_sysconfdir}/antinat.conf
142 %attr(755,root,root) %{_bindir}/*
143 %{_mandir}/*
144 %{_libdir}/%{name}/address/libipv4.so
145 %{_libdir}/%{name}/version5/authenticators/libunpw.so
146 %{_libdir}/%{name}/version5/authenticators/unpwsources
147 %{_libdir}/%{name}/version5/commands/libconn.so
148 %{_libdir}/%{name}/version5/commands/libbind.so
149 %{_libdir}/%{name}/version5/commands/libident.so
150 %{_libdir}/%{name}/resolvers/libipv4.so
151 %{_libdir}/%{name}/resolvers/libname.so
152 %{_libdir}/%{name}/revres/libipv4.so
153 %{_libdir}/%{name}/versions/libv5.so
154
155 %files socks4
156 %defattr(644,root,root,755)
157 %{_libdir}/%{name}/version4/*
158 %{_libdir}/%{name}/versions/libv4.so
159
160 %files logging
161 %defattr(644,root,root,755)
162 %{_libdir}/%{name}/loggers/*
163 %{_localstatedir}
164
165 %files filtering
166 %defattr(644,root,root,755)
167 %{_libdir}/%{name}/filters/*
168
169 %files anonymous
170 %defattr(644,root,root,755)
171 %{_libdir}/%{name}/version5/authenticators/libanon.so
172
173 %files ipv6
174 %defattr(644,root,root,755)
175 %{_libdir}/%{name}/address/libipv6.so
176 %{_libdir}/%{name}/resolvers/libipv6.so
177 %{_libdir}/%{name}/revres/libipv6.so
178
179 %files udp
180 %defattr(644,root,root,755)
181 %{_libdir}/%{name}/version5/commands/libudp.so
This page took 1.295436 seconds and 3 git commands to generate.