Summary: Perl-based compiler for Shoreline Firewall Name: shorewall-perl Version: 4.0.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.shorewall.net/ Source: http://www.shorewall.net/pub/shorewall/4.0/shorewall-%{version}/shorewall-perl-%{version}.tar.bz2 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: setup Requires: perl Requires: shorewall-common = %{version} %description The Shoreline Firewall, more commonly known as "Shorewall", is a 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. shorewall-perl is a part of Shorewall that allows faster compilation and execution than the legacy shorewall-shell compiler. %prep %setup %build %install rm -rf $RPM_BUILD_ROOT export PREFIX=$RPM_BUILD_ROOT ; \ ./install.sh -n %clean rm -rf $RPM_BUILD_ROOT %pre %post %preun %files %defattr(0644,root,root,0755) %doc COPYING releasenotes.txt %dir %{_datadir}/shorewall-perl %dir %{_datadir}/shorewall-perl/Shorewall %attr(755,root,root) %{_datadir}/shorewall-perl/buildports.pl %attr(755,root,root) %{_datadir}/shorewall-perl/compiler.pl %{_datadir}/shorewall-perl/prog.* %{_datadir}/shorewall-perl/version %{_datadir}/shorewall-perl/Shorewall/*.pm %changelog * Sat Oct 6 2007 Jonathan G. Underwood - 4.0.4-1 - Initial packaging based on Shorewall upstream spec file by Tom Eastep