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