From d564a764d16a24e711adb7a7d6c4a9666231d494 Mon Sep 17 00:00:00 2001 From: pascalek Date: Mon, 16 Dec 2002 07:35:18 +0000 Subject: [PATCH] - new compiler subpackages Changed files: fwbuilder.spec -> 1.8 --- fwbuilder.spec | 58 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 54 insertions(+), 4 deletions(-) diff --git a/fwbuilder.spec b/fwbuilder.spec index f9952a1..4ed2acb 100644 --- a/fwbuilder.spec +++ b/fwbuilder.spec @@ -3,17 +3,17 @@ Summary: Firewall Builder Summary(pl): Narzêdzie do tworzenia firewalli URL: http://www.fwbuilder.org/ Version: 1.0.7 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/System Source0: http://belnet.dl.sourceforge.net/sourceforge/fwbuilder/%{name}-%{version}.tar.gz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) BuildRequires: automake BuildRequires: gdk-pixbuf-devel -BuildRequires: gtkmm1-devel >= 1.2.3 +BuildRequires: gtkmm-devel >= 1.2.3 BuildRequires: imlib-devel BuildRequires: libfwbuilder-devel >= 0.10.11 -BuildRequires: libsigc++1-devel +BuildRequires: libsigc++-devel BuildRequires: libstdc++-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel @@ -29,6 +29,44 @@ Firewall administration toolkit. %description -l pl Narzêdzie do tworzenia i administracji firewallami. +%package compiler-ipfilter +Summary: ipfilter compiler for Firewall Builder +Summary(pl): Kompilator ipfilter dla Firewall Buildera +Group: Applications/System +Requires: %{name} = %{version} + +%description compiler-ipfilter +ipfilter compiler for Firewall Builder. + +%description compiler-ipfilter -l pl +Kompilator ipfilter dla Firewall Buildera. + + +%package compiler-iptables +Summary: iptables compiler for Firewall Builder +Summary(pl): Kompilator iptables dla Firewall Buildera +Group: Applications/System +Requires: %{name} = %{version} + +%description compiler-iptables +iptables compiler for Firewall Builder. + +%description compiler-iptables -l pl +Kompilator iptables dla Firewall Buildera. + + +%package compiler-openbsd-pf +Summary: OpenBSD pf compiler for Firewall Builder +Summary(pl): Kompilator OpenBSD pf dla Firewall Buildera +Group: Applications/System +Requires: %{name} = %{version} + +%description compiler-openbsd-pf +OpenBSD pf compiler for Firewall Builder. + +%description compiler-openbsd-pf -l pl +Kompilator OpenBSD pf dla Firewall Buildera. + %prep %setup -q @@ -60,10 +98,22 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(644,root,root,755) %doc doc/* -%attr(755,root,root) %{_bindir}/* +%attr(755,root,root) %{_bindir}/fwbuilder %{_datadir}/fwbuilder %{_datadir}/bug-buddy/bugzilla/* %{_datadir}/bug-buddy/xml/* %{_datadir}/bug-buddy/*.* %{_pixmapsdir}/fwbuilder %{_mandir}/man1/* + +%files compiler-iptables +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/fwb_ipt + +%files compiler-ipfilter +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/fwb_ipf + +%files compiler-openbsd-pf +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/fwb_pf -- 2.44.0