source: projects/specs/trunk/p/perl-Net-IP/perl-Net-IP-vl.spec @ 12120

Revision 12120, 3.7 KB checked in by tomop, 5 years ago (diff)

perl-5.26 and friends

Line 
1Name:       perl-Net-IP
2Version:    1.26
3Release:    2%{?_dist_release}
4Summary:    Perl module for manipulation of IPv4 and IPv6 addresses
5Group:      Development/Libraries
6License:    GPL or Artistic
7URL:        http://search.cpan.org/dist/Net-IP/
8Source:     http://www.cpan.org/modules/by-module/Net/Net-IP-%{version}.tar.gz
9BuildRoot:  %{_tmppath}/%{name}-%{version}-root
10BuildArch:  noarch
11BuildRequires: perl
12
13Vendor: Project Vine
14Distribution: Vine Linux
15
16%description
17This is the Net::IP module for Perl, designed to allow easy
18manipulation of IPv4 and IPv6 addresses.  Two applications using the
19Net::IP module are included: ipcount, an IP address mini-calculator,
20it can calculate the number of IP addresses in a prefix or all the
21prefixes contained in a given range; and iptab, which prints out a
22handy IP "cheat sheet".
23
24
25%prep
26%setup -q -n Net-IP-%{version}
27
28%build
29%{__perl} Makefile.PL INSTALLDIRS=vendor
30make %{?_smp_mflags}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34make pure_install DESTDIR=$RPM_BUILD_ROOT
35find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
36find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
37chmod -R u+w $RPM_BUILD_ROOT/*
38
39%check
40make test
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(-,root,root,-)
47%license COPYING
48%doc Changes README
49%{_bindir}/ipcount
50%{_bindir}/iptab
51%{perl_vendorlib}/Net/
52%{_mandir}/man3/Net::IP.3*
53
54
55%changelog
56* Sun May 19 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.26-2
57- rebuilt with perl-5.26.
58
59* Mon Jun 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 1.26-1
60- build with Perl 5.16
61- update to 1.26
62
63* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 1.25-2
64- build with perl 5.12.3
65- add Vendor and Distribution tags
66
67* Tue Apr 29 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.25-1vl5
68- rebuilt with perl-5.10.0
69- applied new versioning policy
70
71* Mon Oct 09 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
72- 1.25-0vl2
73- Build for VineSeed / Vine 4.0
74- changed Group to Development/Languages
75- installs to vendor_arch directory
76
77* Wed Oct 04 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
78- upstream release
79- 1.25-0vl1
80- Build for Vine 3.2
81
82* Fri Jan 06 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>
83- 1.24-2vl0.1
84- Nora Package for Vine 3.2
85
86* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
87- rebuilt for new gcj
88
89* Mon Oct 31 2005 Warren Togami <wtogami@redhat.com> - 1.24-2
90- import into FC5 because perl-Net-DNS needs it
91
92* Wed Oct 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.24-1
93- 1.24.
94
95* Mon Jun  6 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.23-3
96- 1.23, patches applied upstream.
97- Improve description.
98
99* Sun May 29 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.22-2
100- 1.22, include test case for rt.cpan.org #7528 patch.
101- Patch to mute stdout noise from ip_reverse().
102
103* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.21-2
104- rebuilt
105
106* Thu Dec  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.21-1
107- Update to 1.21.
108
109* Sat Nov  6 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.7
110- Apply fixes from rt.cpan.org #3844 and #7528.
111- Some specfile cleanups.
112
113* Sun May  9 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.6
114- BuildRequire perl >= 1:5.6.1-34.99.6 for support for vendor installdirs.
115- Use pure_install to avoid perllocal.pod workarounds.
116
117* Sun Apr 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.5
118- Require perl(:MODULE_COMPAT_*).
119
120* Mon Feb  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.4
121- Reduce directory ownership bloat.
122
123* Mon Dec  1 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.3
124- Specfile cleanup.
125
126* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.2
127- Install into vendor dirs.
128
129* Wed Jul 16 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.20-0.fdr.1
130- First build.
Note: See TracBrowser for help on using the repository browser.