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

Revision 521, 3.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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