source: projects/specs/trunk/p/perl-IPTables-Parse/perl-IPTables-Parse-vl.spec @ 5792

Revision 5792, 3.1 KB checked in by shaolin, 12 years ago (diff)

new packages:

  • perl-IPTables-ChainMgr?
  • perl-IPTables-Parse
  • perl-NetPacket?
  • perl-Net-Telnet
  • perl-Regexp-Common
  • perl-Text-CSV
  • perl-Try-Tiny
Line 
1Name:           perl-IPTables-Parse
2Version:        0.9
3Release:        1%{?_dist_release}
4Summary:        Perl extension for parsing iptables firewall rulesets
5License:        GPL+ or Artistic
6Group:          Development/Libraries
7URL:            http://www.cipherdyne.org/modules/
8Source0:        http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2
9Source1:        http://www.cipherdyne.org/modules/IPTables-Parse-%{version}.tar.bz2.asc
10BuildArch:      noarch
11BuildRequires:  perl(ExtUtils::MakeMaker)
12Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
13
14Vendor:         Project Vine
15Distribution:   Vine Linux
16Packager:       shaolin
17
18%description
19The IPTables::Parse package provides an interface to parse iptables rules
20on Linux systems through the direct execution of iptables commands, or from
21parsing a file that contains an iptables policy listing. You can get the
22current policy applied to a table/chain, look for a specific user-defined
23chain, check for a default DROP policy, or determing whether or not logging
24rules exist.
25
26%prep
27%setup -q -n IPTables-Parse-%{version}
28
29%build
30%{__perl} Makefile.PL INSTALLDIRS=vendor
31make %{?_smp_mflags}
32
33%install
34rm -rf %{buildroot}
35make pure_install PERL_INSTALL_ROOT=%{buildroot}
36
37find %{buildroot} -type f -name .packlist -exec rm -f {} \;
38find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
39
40%{_fixperms} %{buildroot}/*
41
42%check
43make test
44
45%clean
46rm -rf %{buildroot}
47
48%files
49%defattr(-,root,root,-)
50%doc Changes README
51%{perl_vendorlib}/*
52%{_mandir}/man3/*
53
54%changelog
55* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.9-1
56- initial build for Vine Linux
57
58* Mon Feb 27 2012 Miloslav Trmač <mitr@redhat.com> - 0.9-1
59- Update to IPTables-Parse-0.9
60
61* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-10
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
63
64* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.7-9
65- Perl mass rebuild
66
67* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-8
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
69
70* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.7-7
71- 661697 rebuild for fixing problems with vendorach/lib
72
73* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com>
74- Mass rebuild with perl-5.12.0
75
76- Drop no longer required references to BuildRoot
77
78* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.7-5
79- rebuild against perl 5.10.1
80
81* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-4
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
83
84* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
85- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
86
87* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Tue Oct 21 2008 Miloslav Trmač <mitr@redhat.com> - 0.7-1
91- Update to IPTables-Parse-0.7
92
93* Wed Jul 30 2008 Miloslav Trmač <mitr@redhat.com> 0.6-1
94- Initial package.
Note: See TracBrowser for help on using the repository browser.