Name: perl-IPTables-Parse Version: 1.1 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 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 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 * Wed Dec 24 2014 Ryoichi INAGAKI - 1.1-1 - updated to 1.1 - built with perl 5.16.3 * Thu Mar 01 2012 MATSUBAYASHI Kohji - 0.9-1 - initial build for Vine Linux * Mon Feb 27 2012 Miloslav Trmač - 0.9-1 - Update to IPTables-Parse-0.9 * Fri Jan 13 2012 Fedora Release Engineering - 0.7-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 17 2011 Marcela Mašláňová - 0.7-9 - Perl mass rebuild * Tue Feb 08 2011 Fedora Release Engineering - 0.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Dec 20 2010 Marcela Maslanova - 0.7-7 - 661697 rebuild for fixing problems with vendorach/lib * Sun May 02 2010 Marcela Maslanova - Mass rebuild with perl-5.12.0 - Drop no longer required references to BuildRoot * Mon Dec 7 2009 Stepan Kasal - 0.7-5 - rebuild against perl 5.10.1 * Sun Jul 26 2009 Fedora Release Engineering - 0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering - 0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Oct 21 2008 Miloslav Trmač - 0.7-1 - Update to IPTables-Parse-0.7 * Wed Jul 30 2008 Miloslav Trmač 0.6-1 - Initial package.