Summary: Firewall Builder Name: fwbuilder Version: 2.1.16 Release: 15%{?dist} License: GPL2 Group: Applications/System URL: http://www.fwbuilder.org/ Source0: http://downloads.sourceforge.net/fwbuilder/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: libfwbuilder-devel >= %{eversion} BuildRequires: qt-devel, gcc-c++, gettext Requires: libfwbuilder >= %{eversion} Obsoletes: fwbuilder-doc, fwbuilder-devel Obsoletes: fwbuilder-pf < %{evr}, fwbuilder-ipf < %{evr} Obsoletes: fwbuilder-ipfw < %{evr}, fwbuilder-ipt < %{evr} %description Firewall Builder consists of a GUI and set of policy compilers for various firewall platforms. It helps users maintain a database of objects and allows policy editing using simple drag-and-drop operations. GUI generates firewall description in the form of XML file, which compilers then interpret and generate platform-specific code. Several algorithms are provided for automated network objects discovery and bulk import of data. The GUI and policy compilers are completely independent, this provides for a consistent abstract model and the same GUI for different firewall platforms. %prep %setup -q %build %configure make %install rm -rf %{buildroot} make install DDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_defaultdocdir}/fwbuilder-%{version} %{_datadir}/fwbuilder* %{_bindir}/fwbuilder* %{_bindir}/fwblookup* %{_bindir}/fwbedit* %{_mandir}/man1/fwbuilder*.1* %{_mandir}/man1/fwblookup*.1* %{_mandir}/man1/fwbedit*.1* %{_bindir}/fwb_ipf* %{_mandir}/man1/fwb_ipf*.1* %{_bindir}/fwb_pf* %{_mandir}/man1/fwb_pf*.1* %{_bindir}/fwb_ipfw* %{_mandir}/man1/fwb_ipfw*.1* %{_bindir}/fwb_ipt* %{_mandir}/man1/fwb_ipt*.1* %changelog * Sun Dec 30 2007 Axel Thimm - 2.1.16-15 - Update to 2.1.16. * Wed Jul 4 2007 Axel Thimm - 2.1.12-14 - Update to 2.1.12. * Mon Mar 5 2007 Axel Thimm - 2.1.10-13 - Update to 2.1.10. * Sun Feb 11 2007 Axel Thimm - 2.1.9-12 - Update to 2.1.9. * Sun Sep 3 2006 Axel Thimm - 2.1.5-12 - Update to 2.1.5. * Mon Nov 21 2005 Axel Thimm - Update to 2.0.10. * Sun Oct 2 2005 Axel Thimm - Update to 2.0.9. * Sun Jul 10 2005 Axel Thimm - Update to 2.0.8. * Sat May 21 2005 Axel Thimm - Update to 2.0.7. * Sun Jan 16 2005 Axel Thimm - Update to 2.0.5. * Tue Feb 10 2004 Axel Thimm - Update to 1.1.2. * Sat Jul 5 2003 Axel Thimm - Lots of restructuring. - Applied more rpm macros.