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

Revision 7204, 4.5 KB checked in by daisuke, 11 years ago (diff)

new package, perl::IO::Socket::INET6

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