12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- Name: perl-IPTables-Parse
- Version: 0.9
- Release: 1%{?_dist_release}
- Summary: Perl extension for parsing iptables firewall rulesets
- License: GPL+ or Artistic
- Group: Development/Libraries
- URL: http://www.cipherdyne.org/modules/
- Source0: http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2
- Source1: http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2.asc
- BuildArch: noarch
- BuildRequires: perl(ExtUtils::MakeMaker)
- Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
- Vendor: Project Vine
- Distribution: Vine Linux
- Packager: shaolin
- %description
- The IPTables::Parse package provides an interface to parse iptables rules
- on Linux systems through the direct execution of iptables commands, or from
- parsing a file that contains an iptables policy listing. You can get the
- current policy applied to a table/chain, look for a specific user-defined
- chain, check for a default DROP policy, or determing whether or not logging
- rules exist.
- %prep
- %setup -q -n IPTables-Parse-%{version}
- %build
- %{__perl} Makefile.PL INSTALLDIRS=vendor
- make %{?_smp_mflags}
- %install
- rm -rf %{buildroot}
- make pure_install PERL_INSTALL_ROOT=%{buildroot}
- find %{buildroot} -type f -name .packlist -exec rm -f {} \;
- find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
- %{_fixperms} %{buildroot}/*
- %check
- make test
- %clean
- rm -rf %{buildroot}
- %files
- %defattr(-,root,root,-)
- %doc Changes README
- %{perl_vendorlib}/*
- %{_mandir}/man3/*
- %changelog
- * Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9-1
- - initial build for Vine Linux
- * Mon Feb 27 2012 Miloslav Trmač <mitr@redhat.com> - 0.9-1
- - Update to IPTables-Parse-0.9
- * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-10
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7-9
- - Perl mass rebuild
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-8
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.7-7
- - 661697 rebuild for fixing problems with vendorach/lib
- * Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com>
- - Mass rebuild with perl-5.12.0
- - Drop no longer required references to BuildRoot
- * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.7-5
- - rebuild against perl 5.10.1
- * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Tue Oct 21 2008 Miloslav Trmač <mitr@redhat.com> - 0.7-1
- - Update to IPTables-Parse-0.7
- * Wed Jul 30 2008 Miloslav Trmač <mitr@redhat.com> 0.6-1
- - Initial package.
|