%define majver %(echo %version | cut -d. -f1-2) %define maj3ver %(echo %version | cut -d. -f1-3) Name: shorewall Version: 4.4.23.3 Release: 1mamba Summary: Shoreline Firewall, a high-level tool for configuring Netfilter Group: Network/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.shorewall.net/index.htm Source: http://slovakia.shorewall.net/pub/shorewall/%{majver}/shorewall-%{maj3ver}/shorewall-%{version}.tar.bz2 Source1: shorewall-conf Source2: shorewall-interfaces Source3: shorewall-policy Source4: shorewall-rules Source5: shorewall-zones Source6: http://slovakia.shorewall.net/pub/shorewall/%{majver}/shorewall-%{maj3ver}/shorewall-docs-html-%{version}.tar.bz2 #Source8: http://slovakia.shorewall.net/pub/shorewall/%{majver}/shorewall-%{version}/base/shorewall-perl-%{version}.tar.bz2 #Source9: http://slovakia.shorewall.net/pub/shorewall/%{majver}/shorewall-%{version}/base/shorewall-shell-%{version}.tar.bz2 License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch Requires: iptables Requires: iptables-ipv6 %description The Shoreline Firewall, more commonly known as "Shorewall", is a high-level tool for configuring Netfilter. You describe your firewall/gateway requirements using entries in a set of configuration files. Shorewall reads those configuration files and with the help of the iptables utility, Shorewall configures Netfilter to match your requirements. Shorewall can be used on a dedicated firewall system, a multi-function gateway/router/server or on a standalone GNU/Linux system. Shorewall does not use Netfilter's ipchains compatibility mode; as a consequence, Shorewall can take advantage of Netfilter's connection state tracking capabilities to create a stateful firewall. %prep %setup -q -a6 %build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" PREFIX=%{buildroot} ./install.sh install %{SOURCE1} %{buildroot}%{_sysconfdir}/shorewall/shorewall.conf install %{SOURCE2} %{buildroot}%{_sysconfdir}/shorewall/interfaces install %{SOURCE3} %{buildroot}%{_sysconfdir}/shorewall/policy install %{SOURCE4} %{buildroot}%{_sysconfdir}/shorewall/rules install %{SOURCE5} %{buildroot}%{_sysconfdir}/shorewall/zones %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %dir %{_sysconfdir}/shorewall %config(noreplace) %{_sysconfdir}/shorewall/* %{_sysconfdir}/init.d/shorewall %{_sysconfdir}/logrotate.d/shorewall /sbin/shorewall %dir %{_datadir}/shorewall %{_datadir}/shorewall/* %{_mandir}/man5/shorewall*.5* %{_mandir}/man8/shorewall*.8* %dir /var/lib/shorewall %doc COPYING README.txt %changelog * Sun Oct 02 2011 Silvan Calarco 4.4.23.3-1mamba - update to 4.4.23.3 * Sun Jun 19 2011 Automatic Build System 4.4.19.4-1mamba - automatic update by autodist * Sun May 15 2011 Silvan Calarco 4.4.19.3-1mamba - update to 4.4.19.3 * Wed May 04 2011 Silvan Calarco 4.4.19.1-1mamba - update to 4.4.19.1 * Mon Jun 21 2010 Automatic Build System 4.4.7.6-1mamba - automatic update by autodist * Mon Mar 08 2010 Silvan Calarco 4.4.7.5-1mamba - update to 4.4.7.5 - added requirement for iptables-ipv6 * Mon Feb 01 2010 Silvan Calarco 4.4.6-1mamba - update to 4.4.6 * Sat Feb 28 2009 Silvan Calarco 4.2.5-1mamba - automatic update by autodist * Wed Dec 10 2008 Silvan Calarco 4.2.2-1mamba - update to 4.2.2 * Wed Jul 25 2007 Silvan Calarco 3.4.5-1mamba - update to 3.4.5 - added a default working configuration for a single host with eth0 * Fri Jun 29 2007 Silvan Calarco 3.4.4-1mamba - package created by autospec