source: projects/specs/trunk/p/perl-Net-Netmask/perl-Net-Netmask-vl.spec @ 5791

Revision 5791, 3.6 KB checked in by shaolin, 12 years ago (diff)
  • new packages
    • perl-Net-Netmask
    • perl-Net-Pcap
    • perl-Text-Iconv
    • perl-XML-Filter-BufferText?
    • perl-XML-SAX-Base
    • perl-XML-SAX-Writer
  • perl-XML-SAX: new upstream release; spec file revamped
  • perl-LDAP: renamed from perl-ldap; new upstream release
Line 
1Name:           perl-Net-Netmask
2Version:        1.9015
3Release:        1%{?dist}
4Summary:        Perl module for manipulation and lookup of IP network blocks
5
6Group:          Development/Libraries
7License:        Copyright only
8URL:            http://search.cpan.org/dist/Net-Netmask/
9Source0:        http://www.cpan.org/authors/id/M/MU/MUIR/modules/Net-Netmask-%{version}.tar.gz
10BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
11
12BuildArch:      noarch
13BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
14Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
15
16%description
17Net::Netmask parses and understands IPv4 CIDR blocks. It's built with
18an object-oriented interface. Nearly all functions are methods that
19operate on a Net::Netmask object.
20
21
22%prep
23%setup -q -n Net-Netmask-%{version}
24
25
26%build
27%{__perl} Makefile.PL INSTALLDIRS=vendor
28make %{?_smp_mflags}
29
30
31%install
32rm -rf %{buildroot}
33make pure_install PERL_INSTALL_ROOT=%{buildroot}
34find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
35find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
36chmod -R u+w %{buildroot}/*
37
38
39%check
40make test
41
42
43%clean
44rm -rf %{buildroot}
45
46
47%files
48%defattr(-,root,root,-)
49%doc CHANGELOG README
50%{perl_vendorlib}/Net/
51%{_mandir}/man3/*.3*
52
53
54%changelog
55* Thu Mar 01 2012 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.9015-1
56- initial build for Vine Linux
57
58* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-10
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
60
61* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.9015-9
62- Perl mass rebuild
63
64* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-8
65- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
66
67* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9015-7
68- 661697 rebuild for fixing problems with vendorach/lib
69
70* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.9015-6
71- Mass rebuild with perl-5.12.0
72
73* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.9015-5
74- rebuild against perl 5.10.1
75
76* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-4
77- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
78
79* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9015-3
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81
82* Mon Jun 30 2008 Paul Howarth <paul@city-fan.org> - 1.9015-2
83- Add perl(:MODULE_COMPAT...) dependency (#449362)
84- Remove redundant buildreq perl
85- Fix "make check" syntax
86- Fix argument order for find with -depth
87
88* Thu Sep 27 2007 Warren Togami <wtogami@redhat.com> - 1.9015-1
89- 1.9015, update license tag
90
91* Thu Sep 14 2006 Warren Togami <wtogami@redhat.com> - 1.9012-3
92- rebuild for FC6
93
94* Fri May 20 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.9012-2
95- 1.9012, use canonical CPAN URL in Source0.
96
97* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9011-2
98- rebuilt
99
100* Sun Aug 15 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9011-1
101- Update to 1.9011.
102- Bring up to date with current fedora.us Perl spec template.
103
104* Sun Feb  8 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9007-0.fdr.2
105- Reduce directory ownership bloat.
106- Run tests in the %%check section.
107
108* Sat Feb 07 2004 Warren Togami <warren@togami.com> - 0:1.9007-0.fdr.1
109- upgrade to 1.9007
110
111* Thu Nov 13 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.9004-0.fdr.2
112- Specfile rewrite.
113
114* Fri Sep 19 2003 Warren Togami <warren@togami.com> - 1.9004-0.fdr.1
115- Specfile autogenerated.
Note: See TracBrowser for help on using the repository browser.