Mercurial > syslog2iptables
comparison syslog2iptables.spec.in @ 33:ee9553116dbf
gpl3
author | carl |
---|---|
date | Sun, 09 Sep 2007 11:28:31 -0700 |
parents | 601bc0e075e1 |
children | d9ae11033b4b |
comparison
equal
deleted
inserted
replaced
32:3eb867c9beb2 | 33:ee9553116dbf |
---|---|
22 | 22 |
23 | 23 |
24 %description | 24 %description |
25 | 25 |
26 @PACKAGE@ is a simple adaptive firewall. It maintains the INPUT chain of the iptables firewall set based on syslog entries. | 26 @PACKAGE@ is a simple adaptive firewall. It maintains the INPUT chain of the iptables firewall set based on syslog entries. |
27 | |
28 This package cannot co-exist with any other daemon that tries to maintain the INPUT chain, since it periodically flushes and recreates the INPUT chain. | |
29 | |
30 | 27 |
31 %prep | 28 %prep |
32 | 29 |
33 | 30 |
34 %setup | 31 %setup |
55 datadir=$RPM_BUILD_ROOT%{_datadir} \ | 52 datadir=$RPM_BUILD_ROOT%{_datadir} \ |
56 includedir=$RPM_BUILD_ROOT%{_includedir} \ | 53 includedir=$RPM_BUILD_ROOT%{_includedir} \ |
57 sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install | 54 sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} install |
58 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d | 55 mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d |
59 mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ | 56 mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ |
60 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/syslog2iptables $RPM_BUILD_ROOT/etc/rc.d/init.d | 57 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/@PACKAGE@ $RPM_BUILD_ROOT/etc/rc.d/init.d |
61 mv AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ | 58 mv AUTHORS COPYING ChangeLog NEWS README $RPM_BUILD_ROOT%{_datadir}/doc/@PACKAGE@-@VERSION@ |
62 | 59 |
63 | 60 |
64 %clean | 61 %clean |
65 | 62 |