]> git.pld-linux.org Git - packages/xorg-app-xfwp.git/blob - xorg-app-xfwp.spec
- updated to 1.0.3
[packages/xorg-app-xfwp.git] / xorg-app-xfwp.spec
1 Summary:        xfwp application - X firewall proxy
2 Summary(pl.UTF-8):      Aplikacja xfwp - proxy X dla firewalli
3 Name:           xorg-app-xfwp
4 Version:        1.0.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xfwp-%{version}.tar.bz2
9 # Source0-md5:  73512e16b04ed156d45124d4c75fa533
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libICE-devel
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-xtrans-devel
17 BuildRequires:  xorg-proto-xproxymanagementprotocol-devel
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 The X firewall proxy (xfwp) is an application layer gateway proxy
23 that may be run on a network firewall host to forward X traffic
24 across the firewall. Used in conjunction with the X server Security
25 extension and authorization checking, xfwp constitutes a safe, simple,
26 and reliable mechanism both to hide the addresses of X servers located
27 on the Intranet and to enforce a server connection policy. xfwp cannot
28 protect against mischief originating on the Intranet; however, when
29 properly configured it can guarantee that only trusted clients
30 originating on authorized external Internet hosts will be allowed
31 inbound access to local X servers.
32
33 %description -l pl.UTF-8
34 xfwp (X firewall proxy) to bramka proxy w warstwie aplikacyjnej, którą
35 można uruchomić na komputerze będącym firewallem sieciowym w celu
36 przekazywania ruchu X poprzez zaporę. W połączeniu z rozszerzeniem
37 Security serwera X oraz sprawdzaniem autoryzacji xfwp tworzy
38 bezpieczny, prosty i niezawodny mechanizm zarówno do ukrywania adresów
39 serwerów X położonych w intranecie, jak i wymuszania polityki
40 bezpieczeństwa. xfwp nie może zabezpieczyć przed szkodami z wewnątrz
41 intranetu, ale odpowiednio skonfigurowany może zagwarantować, że tylko
42 zaufani klienci łączący się z autoryzowanych komputerów w Internecie
43 będą mogli połączyć się z lokalnymi serwerami X.
44
45 %prep
46 %setup -q -n xfwp-%{version}
47
48 %build
49 %{__aclocal}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %clean
64 rm -rf $RPM_BUILD_ROOT
65
66 %files
67 %defattr(644,root,root,755)
68 %doc COPYING ChangeLog README
69 %attr(755,root,root) %{_bindir}/xfwp
70 %{_mandir}/man1/xfwp.1x*
This page took 0.135121 seconds and 3 git commands to generate.