source: projects/specs/trunk/p/perl-IO-Socket-INET6/perl-IO-Socket-INET6-vl.spec @ 12120

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

perl-5.26 and friends

Line 
1Name:           perl-IO-Socket-INET6
2Version:        2.72
3Release:        2%{?_dist_release}
4Summary:        Perl Object interface for AF_INET|AF_INET6 domain sockets
5Group:          Development/Libraries
6License:        GPL+ or Artistic
7URL:            http://search.cpan.org/~mondejar/IO-Socket-INET6/
8Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-%{version}.tar.gz
9
10Vendor:        Project Vine
11Distribution:  Vine Linux
12
13BuildArch:      noarch
14BuildRequires:  perl(Carp)
15BuildRequires:  perl(ExtUtils::MakeMaker)
16BuildRequires:  perl(IO::Socket)
17BuildRequires:  perl(Socket)
18BuildRequires:  perl(Socket6)
19BuildRequires:  perl(Test::More)
20BuildRequires:  perl(Test::Pod)
21BuildRequires:  perl(Test::Pod::Coverage)
22Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
23
24%description
25Perl Object interface for AF_INET|AF_INET6 domain sockets.
26
27%prep
28%setup -q -n IO-Socket-INET6-%{version}
29
30%build
31perl Makefile.PL INSTALLDIRS=vendor
32make %{?_smp_mflags}
33
34%install
35make pure_install DESTDIR=%{buildroot}
36find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
37%{_fixperms} %{buildroot}
38
39%check
40make test
41
42%files
43%doc README ChangeLog
44%{perl_vendorlib}/IO/
45%{_mandir}/man3/IO::Socket::INET6.3pm*
46
47%changelog
48* Fri May 17 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.72-2
49- new upstream release.
50- rebuilt with perl-5.26.
51
52* Tue Jul  1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.72-1
53- new upstream release.
54
55* Tue Dec 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.69-1
56- initial build for Vine Linux
57
58* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 2.69-4
59- Modernize the spec a bit and add Carp to BRs
60
61* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.69-3
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
63
64* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.69-2
65- Perl 5.16 rebuild
66
67* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 2.69-1
68- Update to 2.69:
69  - Solved symbol clashes in t/io_multihomed6.t (CPAN RT#72769)
70  - Fix the imports on t/io_multihomed6.t (CPAN RT#72769)
71  - Update the link to the repository in Build.PL
72- BR: perl(IO::Socket)
73- BR: perl(Socket)
74- Use %%{_fixperms} macro instead of our own chmod incantation
75
76* Wed Jul 27 2011 Petr Sabata <contyk@redhat.com> - 2.67-1
77- 2.67 bump
78
79* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.66-3
80- Perl mass rebuild
81
82* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.66-2
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
84
85* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.66-1
86- Update to 2.66
87  - Fix inet_pton/inet_ntop import warnings (CPAN RT#55901)
88  - Fix listening on :: or 0.0.0.0 (CPAN RT#54656)
89  - Add test listen_port_only.t
90  - Solved problems with multihomed and family order (CPAN RT#57676)
91  - Fix select timeout issue in t/io_multihomed6.t
92  - Fix t/io_multihomed6.t on systems with broken getaddrinfo() (CPAN RT#58198)
93  - Made the "use Socket" call import constants selectively, and not rely on
94    @EXPORT's whims
95
96* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.57-4
97- s/PERL_INSTALL_ROOT/DESTDIR/
98- re-enable the test suite
99- BR: perl(Test::More), perl(Test::Pod), perl(Test::Pod::Coverage)
100
101* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-3
102- Rebuild to fix problems with vendorarch/lib (#661697)
103
104* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.57-2
105- Mass rebuild with perl-5.12.0
106
107* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.57-1
108- new upstream version
109
110* Wed Jan 27 2010 Stepan Kasal <skasal@redhat.com> - 2.56-4
111- fix the source url
112
113* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 2.56-3
114- rebuild against perl 5.10.1
115
116* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.56-2
117- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
118
119* Mon Apr 13 2009 Warren Togami <wtogami@redhat.com> - 2.56-1
120- 2.56
121
122* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.54-2
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
124
125* Wed Mar 26 2008 Warren Togami <wtogami@redhat.com> - 2.54-1
126- 2.54
127
128* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-5
129- Rebuild for perl 5.10 (again)
130
131* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-4
132- rebuild for new perl
133
134* Fri Nov 16 2007 Parag Nemade <panemade@gmail.com> - 2.51-3
135- Merge Review(#226263) Spec cleanup
136
137* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 2.51-2.1
138- correct license tag
139- add BR: perl(ExtUtils::MakeMaker)
140
141* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-2
142- minor spec fixes (#197821)
143
144* Thu Jul 06 2006 Warren Togami <wtogami@redhat.com> 2.51-1
145- initial Fedora package
Note: See TracBrowser for help on using the repository browser.