# # spec file for package hlfl (Version 0.5) # # Copyright © 2000-2003 SuSE, Germany. # # please send bugfixes or comments to feedback@suse.de. # Vendor: SuSE, Germany Distribution: SuSE Name: hlfl Release: 4 Packager: mge@suse.de Version: @VERSION@ Summary: High Level Firewall Language Copyright: GPL, Copyright © 2000-2003 Renaud Deraison Group: unsorted Provides: hlfl Autoreqprov: on Source0: hlfl-%{version}.tar.gz %description hlfl is a tool which can produce several types of firewalls from a given set of rules written in a special language also called hlfl (however awkward it is). hlfl attempts to make the best use of the features of the underlying firewall, so that the conversion of a stateless to a stateful requires no modification to the original script %prep %setup %build ./configure --prefix=@prefix@ \ --datadir=@datadir@ \ --mandir=%{_mandir} \ --sysconfdir=@sysconfdir@ make %install make install strip @bindir@/hlfl gzip -f /%{_mandir}/man1/hlfl.1 mkdir -p @datadir@/doc/packages/hlfl mv @datadir@/hlfl/test* @datadir@/doc/packages/hlfl/ mv @datadir@/hlfl/sample* @datadir@/doc/packages/hlfl/ mv @datadir@/hlfl/syntax.txt @datadir@/doc/packages/hlfl/ %{suse_check} %files @bindir@/hlfl /%{_mandir}/man1/hlfl.1.gz @datadir@/hlfl/ @datadir@/doc/packages/hlfl