2007-03-28 18:19:35 +02:00
|
|
|
%define name shorewall-perl
|
2008-01-04 18:51:45 +01:00
|
|
|
%define version 4.1.4
|
2007-12-12 20:23:46 +01:00
|
|
|
%define release 0base
|
2007-03-24 23:45:05 +01:00
|
|
|
|
|
|
|
Summary: Shoreline Firewall Perl-based compiler.
|
|
|
|
Name: %{name}
|
|
|
|
Version: %{version}
|
|
|
|
Release: %{release}
|
|
|
|
License: GPL
|
|
|
|
Packager: Tom Eastep <teastep@shorewall.net>
|
|
|
|
Group: Networking/Utilities
|
|
|
|
Source: %{name}-%{version}.tgz
|
|
|
|
URL: http://www.shorewall.net/
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2007-07-02 16:50:57 +02:00
|
|
|
Requires: perl shorewall-common >= 4.0.0
|
|
|
|
Conflicts: shorewall < 3.4.2
|
|
|
|
Provides: shorewall_compiler = %{version}-%{release}
|
2007-06-29 20:58:42 +02:00
|
|
|
Provides: shorewall = %{version}-%{release}
|
2007-03-24 23:45:05 +01:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2007-07-02 16:50:57 +02:00
|
|
|
Shorewall-perl is a part of Shorewall that allows faster compilation and
|
|
|
|
execution than the legacy shorewall-shell compiler.
|
2007-03-24 23:45:05 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
export PREFIX=$RPM_BUILD_ROOT ; \
|
|
|
|
export OWNER=`id -n -u` ; \
|
|
|
|
export GROUP=`id -n -g` ;\
|
2007-10-19 21:43:14 +02:00
|
|
|
./install.sh -n
|
2007-03-24 23:45:05 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%pre
|
|
|
|
|
|
|
|
%post
|
|
|
|
|
|
|
|
%preun
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(0644,root,root,0755)
|
|
|
|
|
2007-03-28 18:19:35 +02:00
|
|
|
%attr(0755,root,root) %dir /usr/share/shorewall-perl
|
|
|
|
%attr(0755,root,root) %dir /usr/share/shorewall-perl/Shorewall
|
|
|
|
|
2007-07-02 16:50:57 +02:00
|
|
|
%attr(755,root,root) /usr/share/shorewall-perl/compiler.pl
|
2007-03-28 18:19:35 +02:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall-perl/prog.header
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall-perl/prog.functions
|
|
|
|
%attr(0644,root,root) /usr/share/shorewall-perl/prog.footer
|
2007-05-18 00:24:01 +02:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall-perl/version
|
2007-07-17 00:10:10 +02:00
|
|
|
%attr(0644,root,root) /usr/share/shorewall-perl/Shorewall/*.pm
|
2007-03-24 23:45:05 +01:00
|
|
|
|
|
|
|
%doc COPYING releasenotes.txt
|
|
|
|
|
|
|
|
%changelog
|
2008-01-04 18:51:45 +01:00
|
|
|
* Fri Jan 04 2008 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.1.4-0base
|
2007-12-12 20:08:11 +01:00
|
|
|
* Wed Dec 12 2007 Tom Eastep tom@shorewall.net
|
2007-12-12 20:43:42 +01:00
|
|
|
- Updated to 4.1.3-0base
|
2007-12-07 22:17:14 +01:00
|
|
|
* Fri Dec 07 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.1.3-1
|
2007-11-27 19:11:01 +01:00
|
|
|
* Tue Nov 27 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.1.2-1
|
2007-11-21 19:48:23 +01:00
|
|
|
* Wed Nov 21 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.1.1-1
|
2007-11-19 22:15:36 +01:00
|
|
|
* Mon Nov 19 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.1.0-1
|
2007-11-16 00:24:54 +01:00
|
|
|
* Thu Nov 15 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.6-1
|
|
|
|
* Sat Nov 10 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.6-0RC3
|
|
|
|
* Wed Nov 07 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.6-0RC2
|
|
|
|
* Thu Oct 25 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.6-0RC1
|
2007-10-19 21:43:14 +02:00
|
|
|
* Tue Oct 03 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.5-1
|
2007-09-10 17:52:57 +02:00
|
|
|
* Wed Sep 05 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.4-1
|
2007-08-26 17:12:04 +02:00
|
|
|
* Mon Aug 13 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.3-1
|
2007-08-10 19:37:02 +02:00
|
|
|
* Thu Aug 09 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.2-1
|
2007-07-21 16:17:27 +02:00
|
|
|
* Sat Jul 21 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.1-1
|
2007-07-11 19:43:58 +02:00
|
|
|
* Wed Jul 11 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-1
|
2007-07-08 21:19:46 +02:00
|
|
|
* Sun Jul 08 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0RC2
|
2007-06-29 23:11:29 +02:00
|
|
|
* Fri Jun 29 2007 Tom EAstep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0RC1
|
2007-06-24 16:07:53 +02:00
|
|
|
* Sun Jun 24 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta7
|
2007-06-20 23:14:32 +02:00
|
|
|
* Wed Jun 20 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta6
|
|
|
|
- Add new components.
|
2007-06-14 22:27:40 +02:00
|
|
|
* Thu Jun 14 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta5
|
2007-06-08 18:27:21 +02:00
|
|
|
* Fri Jun 08 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta4
|
2007-06-05 17:00:02 +02:00
|
|
|
* Tue Jun 05 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta3
|
2007-05-26 13:27:09 +02:00
|
|
|
* Sat May 26 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta2
|
2007-05-16 00:42:00 +02:00
|
|
|
* Tue May 15 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 4.0.0-0Beta1
|
2007-05-11 22:09:48 +02:00
|
|
|
* Fri May 11 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 3.9.7-1
|
|
|
|
* Sat May 05 2007 Tom Eastep tom@shorewall.net
|
2007-05-05 21:32:22 +02:00
|
|
|
- Updated to 3.9.6-1
|
2007-05-01 00:00:07 +02:00
|
|
|
* Mon Apr 30 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 3.9.5-1
|
2007-04-23 19:26:17 +02:00
|
|
|
* Mon Apr 23 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 3.9.4-1
|
2007-04-18 22:03:59 +02:00
|
|
|
* Wed Apr 18 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 3.9.3-1
|
2007-04-15 04:31:08 +02:00
|
|
|
* Sat Apr 14 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Updated to 3.9.2-1
|
2007-04-07 19:14:55 +02:00
|
|
|
* Sat Apr 07 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Initial version 3.9.1-1
|
2007-03-24 23:45:05 +01:00
|
|
|
* Sat Mar 24 2007 Tom Eastep tom@shorewall.net
|
|
|
|
- Initial version 3.9.0-1
|
|
|
|
|
|
|
|
|