033acd7
Summary:	Manage IO on many file handles
018da94
Name:		perl-IO-Multiplex
11fa923
Version:	1.16
eb097cd
Release:	8%{?dist}
018da94
License:	GPL+ or Artistic
018da94
Group:		Development/Libraries
018da94
URL:		http://search.cpan.org/dist/IO-Multiplex/
2e7667e
Source0:	http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
6cf54b3
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
018da94
BuildArch:	noarch
2e7667e
# Module Build
d9f6a6a
BuildRequires:	perl-interpreter
336451c
BuildRequires:	perl-generators
2e7667e
BuildRequires:	perl(ExtUtils::MakeMaker)
2e7667e
# Module Runtime
a091740
BuildRequires:	perl(Carp)
2e7667e
BuildRequires:	perl(constant)
a091740
BuildRequires:	perl(Fcntl)
a091740
BuildRequires:	perl(FileHandle)
a091740
BuildRequires:	perl(IO::Handle)
a091740
BuildRequires:	perl(POSIX)
a091740
BuildRequires:	perl(Socket)
2e7667e
BuildRequires:	perl(strict)
a091740
BuildRequires:	perl(Tie::Handle)
2e7667e
BuildRequires:	perl(Time::HiRes)
2e7667e
BuildRequires:	perl(vars)
2e7667e
BuildRequires:	perl(warnings)
2e7667e
# Test Suite
2e7667e
BuildRequires:	perl(IO::Socket)
2e7667e
BuildRequires:	perl(Test)
2e7667e
# Runtime
6cf54b3
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2e7667e
Requires:	perl(Time::HiRes)
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%description
018da94
IO::Multiplex is designed to take the effort out of managing multiple file
033acd7
handles. It is essentially a really fancy front end to the select system call.
033acd7
In addition to maintaining the select loop, it buffers all input and output
033acd7
to/from the file handles. It can also accept incoming connections on one or
033acd7
more listen sockets.
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%prep
018da94
%setup -q -n IO-Multiplex-%{version}
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%build
6cf54b3
perl Makefile.PL INSTALLDIRS=vendor
6cf54b3
make %{?_smp_mflags}
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%install
6cf54b3
rm -rf %{buildroot}
6cf54b3
make pure_install DESTDIR=%{buildroot}
6cf54b3
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
033acd7
%{_fixperms} %{buildroot}
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%check
6cf54b3
make test
Leif O M Bergman 0e28b02
033acd7
%clean
6cf54b3
rm -rf %{buildroot}
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%files
018da94
%doc Changes README TODO
Leif O M Bergman 0e28b02
%{perl_vendorlib}/IO/
2e7667e
%{_mandir}/man3/IO::Multiplex.3*
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
%changelog
eb097cd
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-8
eb097cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
eb097cd
f119fed
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-7
f119fed
- Perl 5.26 rebuild
f119fed
71ed002
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-6
71ed002
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
71ed002
3e8587b
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-5
3e8587b
- Perl 5.24 rebuild
3e8587b
d3f5a59
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
d3f5a59
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d3f5a59
e418557
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-3
e418557
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e418557
914b20b
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-2
914b20b
- Perl 5.22 rebuild
914b20b
11fa923
* Fri Apr 10 2015 Paul Howarth <paul@city-fan.org> - 1.16-1
11fa923
- Update to 1.16
11fa923
  - Fix descriptor memory leak: Make $mux->close actually untie *$fh
11fa923
dd897b7
* Wed Apr  1 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
dd897b7
- Update to 1.15
dd897b7
  - Move untie patch to the right place
dd897b7
2e7667e
* Tue Mar 31 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
2e7667e
- Update to 1.14
2e7667e
  - Fix 110_ntest to avoid reading from muxed handle
2e7667e
  - Apply patch to prevent untie warnings (CPAN RT#67846)
2e7667e
- This release by BBB → update source URL
2e7667e
- Classify buildreqs by usage
2e7667e
- Drop %%defattr, redundant since rpm 4.4
2e7667e
- Don't need to remove empty directories from the buildroot
2e7667e
94d678c
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-10
94d678c
- Perl 5.20 rebuild
94d678c
014b6c6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-9
014b6c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
014b6c6
4add86b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-8
4add86b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4add86b
657bb64
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.13-7
657bb64
- Perl 5.18 rebuild
657bb64
e249df9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-6
e249df9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e249df9
7d740e3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-5
7d740e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7d740e3
5317689
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.13-4
5317689
- Perl 5.16 rebuild
5317689
a091740
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 1.13-2
a091740
- Add buildreqs for core modules, which may be dual-lived
a091740
03c5878
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.13-2
03c5878
- Perl mass rebuild
03c5878
6cf54b3
* Fri Apr 15 2011 Paul Howarth <paul@city-fan.org> - 1.13-1
6cf54b3
- Update to 1.13
6cf54b3
  - Fix handling of outbuf that contains '0' (CPAN RT#67458)
6cf54b3
- Nobody else likes macros for commands
6cf54b3
6cf54b3
* Thu Feb 24 2011 Paul Howarth <paul@city-fan.org> - 1.12-1
35446dd
- Update to 1.12
35446dd
  - Fixes for Windows (CPAN RT#66096)
35446dd
033acd7
* Mon Feb 21 2011 Paul Howarth <paul@city-fan.org> - 1.11-1
033acd7
- Update to 1.11
033acd7
  - Avoid warning while adding pipe (CPAN RT#16259, CPAN RT#60068)
033acd7
  - Add EWOULDBLOCK and non-blocking mode for windows (CPAN RT#23982)
033acd7
  - Fix typo in documentation (CPAN RT#21085)
033acd7
  - Avoid shutdown after close (CPAN RT#5885, CPAN RT#5715)
033acd7
  - Use length of outbuf, not exists to see if it is empty
033acd7
  - Turn "use warnings" on
033acd7
- This release by MARKOV -> update source URL
033acd7
- Use %%{_fixperms} rather than our own chmod incantation
033acd7
- Tidy up %%summary and %%description
033acd7
49eb83c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-9
49eb83c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
49eb83c
e702d16
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-8
7a89d34
- Rebuild to fix problems with vendorarch/lib (#661697)
e702d16
2ccedbe
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-7
1ca60a7
- Mass rebuild with perl 5.12.0
2ccedbe
ae1ff69
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.10-6
1ca60a7
- Rebuild against perl 5.10.1
ae1ff69
664b885
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
664b885
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
664b885
018da94
* Mon May 11 2009 Paul Howarth <paul@city-fan.org> - 1.10-4
018da94
- Fix argument order for find with -depth
018da94
- Include TODO
018da94
- Cosmetic changes
018da94
7d086c4
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
7d086c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7d086c4
d8151ac
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
d8151ac
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d8151ac
adf679c
* Mon Sep 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-1
018da94
- Update to 1.10, upstream found and relicensing has happened!
adf679c
402bd94
* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.09-1
018da94
- Rebuild for new perl
402bd94
- 1.09
402bd94
b0da3cc
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5.1
018da94
- Add BR: perl(ExtUtils::MakeMaker)
b0da3cc
Leif O M Bergman f8f263a
* Fri Sep 15 2006 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-5
Leif O M Bergman f8f263a
- Add dist tag
Leif O M Bergman f8f263a
Leif O M Bergman 0e28b02
* Tue Dec 13 2005 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-4
Leif O M Bergman 0e28b02
- Changes for fedora xtras compliance
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
* Mon Dec 12 2005 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-3
Leif O M Bergman 0e28b02
- Cosmetic changes for fedora xtras
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
* Sun Feb 20 2005 Dag Wieers <dag@wieers.com> - 1.08-2
1ca60a7
- Cosmetic changes
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
* Thu Mar 18 2004 Dag Wieers <dag@wieers.com> - 1.08-1
1ca60a7
- Updated to release 1.08
Leif O M Bergman 0e28b02
Leif O M Bergman 0e28b02
* Mon Jul 14 2003 Dag Wieers <dag@wieers.com> - 1.04-0
1ca60a7
- Initial package (using DAR)