From e245dd89c04a495c754d6c3a137aa6712d513eec Mon Sep 17 00:00:00 2001 From: kloczek Date: Mon, 8 Oct 2001 14:20:22 +0000 Subject: [PATCH] - spec adapterized and some cosmetics. Changed files: filtergen.spec -> 1.3 --- filtergen.spec | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/filtergen.spec b/filtergen.spec index 6a60b9d..c170d0a 100644 --- a/filtergen.spec +++ b/filtergen.spec @@ -3,7 +3,11 @@ Name: filter Version: 0.3 Release: 1 License: GPL -Group: Networking/Utilities +Group: Networking/Utilities +Group(de): Netzwerkwesen/Werkzeuge +Group(es): Red/Utilitarios +Group(pl): Sieciowe/Narzêdzia +Group(pt_BR): Rede/Utilitários Source0: http://hairy.beasts.org/filter/%{name}-%{version}.tar.gz Source1: %{name}.conf Patch0: %{name}-equalsigns.patch @@ -14,13 +18,13 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description This tool is for generating packet filtering rules from a fairly high- -level description language. It doesn't support all of the whizz-bang +level description language. It doesn't support all of the whizz-bang features of the latest and greatest packet filters, but supports a decent subset which is sufficient for typical workstation. -It currently supports only Linux iptables and ipchains. Cisco IOS has -been begun, but is incomplete. Darren Reed's ipfilter may be supported -at some stage. It doesn't generate optimal rulesets, and has a few +It currently supports only Linux iptables and ipchains. Cisco IOS has +been begun, but is incomplete. Darren Reed's ipfilter may be supported +at some stage. It doesn't generate optimal rulesets, and has a few limitations which need to be removed, but is still a useful tool. Please read HONESTY file! @@ -34,10 +38,10 @@ Please read HONESTY file! %install rm -rf $RPM_BUILD_ROOT - install -d $RPM_BUILD_ROOT/{%{_sbindir},%{_sysconfdir}/%{name}} -cp filtergen $RPM_BUILD_ROOT/%{_sbindir} -cp %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/simple.conf + +install filtergen $RPM_BUILD_ROOT/%{_sbindir} +install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/simple.conf gzip -9nf README HONESTY HISTORY TODO tests/* @@ -46,7 +50,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README.gz HONESTY.gz HISTORY.gz TODO.gz -%doc tests +%doc *.gz tests %attr(755,root,root) %{_sbindir}/filtergen %{_sysconfdir}/%{name}/simple.conf -- 2.44.0