Author: matik Date: Mon Jul 20 12:53:07 2009 GMT Module: packages Tag: HEAD ---- Log message: - initial - rel 0.1
---- Files affected: packages/shorewall-shell: shorewall-shell.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/shorewall-shell/shorewall-shell.spec diff -u /dev/null packages/shorewall-shell/shorewall-shell.spec:1.1 --- /dev/null Mon Jul 20 14:53:07 2009 +++ packages/shorewall-shell/shorewall-shell.spec Mon Jul 20 14:53:02 2009 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: Shoreline Firewall - an iptables-based firewall for Linux systems +Summary(pl.UTF-8): Shoreline Firewall - zapora sieciowa oparta na iptables +Name: shorewall-shell +Version: 4.2.10 +Release: 0.1 +License: GPL +Group: Networking/Utilities +Source0: http://shorewall.net/pub/shorewall/4.2/shorewall-%{version}/%{name}-%{version}.tgz +URL: http://www.shorewall.net/ +Requires(post,preun): /sbin/chkconfig +Requires: bash +Requires: iproute2 +Requires: iptables +Requires: rc-scripts +Provides: shorewall-compiler +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +The Shoreline Firewall, more commonly known as "Shorewall", is an easy +to use Netfilter (iptables) based firewall that can be used on a +dedicated firewall system, a multi-function gateway/ router/server or +on a standalone GNU/Linux system. + +This package provides the shell compiler for shorewall rules. + +%description -l pl.UTF-8 +Pakiet Shoreline Firewall, nazywany zwykle Shorewall, jest zaporą +sieciową opartą na wbudowanych w jądro Linuksa mechanizmach +filtrowania pakietów sieciowych (iptables). Shorewall jest bardzo +wszechstronny i może być wykorzystany jako zapora sieciowa, +wielofunkcyjna brama lub router. Pakiet ten łączy w sobie elastyczność +i prostotę konfiguracji. + +Ten pakiet dostarcza kompilatora reguł shorewalla opartego na powłoce. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT + +export PREFIX=$RPM_BUILD_ROOT ; \ +export OWNER=`id -n -u` ; \ +export GROUP=`id -n -g` ;\ +./install.sh + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%dir %{_usr}/share/%{name} +%attr(755,root,root) %{_usr}/share/%{name}/compiler +%{_usr}/share/%{name}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2009/07/20 12:53:02 matik +- initial +- rel 0.1 + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
