|
|
722743 |
Summary: Manage IO on many file handles
|
|
|
722743 |
Name: perl-IO-Multiplex
|
|
|
722743 |
Version: 1.16
|
|
|
722743 |
Release: 21%{?dist}
|
|
|
722743 |
License: GPL+ or Artistic
|
|
|
722743 |
URL: https://metacpan.org/release/IO-Multiplex
|
|
|
722743 |
Source0: https://cpan.metacpan.org/modules/by-module/IO/IO-Multiplex-%{version}.tar.gz
|
|
|
722743 |
BuildArch: noarch
|
|
|
722743 |
# Module Build
|
|
|
722743 |
BuildRequires: coreutils
|
|
|
722743 |
BuildRequires: findutils
|
|
|
722743 |
BuildRequires: make
|
|
|
722743 |
BuildRequires: perl-generators
|
|
|
722743 |
BuildRequires: perl-interpreter
|
|
|
722743 |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
722743 |
# Module Runtime
|
|
|
722743 |
BuildRequires: perl(Carp)
|
|
|
722743 |
BuildRequires: perl(constant)
|
|
|
722743 |
BuildRequires: perl(Fcntl)
|
|
|
722743 |
BuildRequires: perl(FileHandle)
|
|
|
722743 |
BuildRequires: perl(IO::Handle)
|
|
|
722743 |
BuildRequires: perl(POSIX)
|
|
|
722743 |
BuildRequires: perl(Socket)
|
|
|
722743 |
BuildRequires: perl(strict)
|
|
|
722743 |
BuildRequires: perl(Tie::Handle)
|
|
|
722743 |
BuildRequires: perl(Time::HiRes)
|
|
|
722743 |
BuildRequires: perl(vars)
|
|
|
722743 |
BuildRequires: perl(warnings)
|
|
|
722743 |
# Test Suite
|
|
|
722743 |
BuildRequires: perl(IO::Socket)
|
|
|
722743 |
BuildRequires: perl(Test)
|
|
|
722743 |
# Runtime
|
|
|
722743 |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
722743 |
Requires: perl(Time::HiRes)
|
|
|
722743 |
|
|
|
722743 |
%description
|
|
|
722743 |
IO::Multiplex is designed to take the effort out of managing multiple file
|
|
|
722743 |
handles. It is essentially a really fancy front end to the select system call.
|
|
|
722743 |
In addition to maintaining the select loop, it buffers all input and output
|
|
|
722743 |
to/from the file handles. It can also accept incoming connections on one or
|
|
|
722743 |
more listen sockets.
|
|
|
722743 |
|
|
|
722743 |
%prep
|
|
|
722743 |
%setup -q -n IO-Multiplex-%{version}
|
|
|
722743 |
|
|
|
722743 |
%build
|
|
|
722743 |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
722743 |
make %{?_smp_mflags}
|
|
|
722743 |
|
|
|
722743 |
%install
|
|
|
722743 |
make pure_install DESTDIR=%{buildroot}
|
|
|
722743 |
find %{buildroot} -type f -name .packlist -delete
|
|
|
722743 |
%{_fixperms} -c %{buildroot}
|
|
|
722743 |
|
|
|
722743 |
%check
|
|
|
722743 |
make test
|
|
|
722743 |
|
|
|
722743 |
%files
|
|
|
722743 |
%doc Changes README TODO
|
|
|
722743 |
%{perl_vendorlib}/IO/
|
|
|
722743 |
%{_mandir}/man3/IO::Multiplex.3*
|
|
|
722743 |
|
|
|
722743 |
%changelog
|
|
|
722743 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.16-21
|
|
|
722743 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
722743 |
Related: rhbz#1991688
|
|
|
722743 |
|
|
|
722743 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.16-20
|
|
|
722743 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
722743 |
|
|
|
722743 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-19
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Jan 8 2021 Paul Howarth <paul@city-fan.org> - 1.16-18
|
|
|
722743 |
- Spec tidy-up
|
|
|
722743 |
- Use author-independent source URL
|
|
|
722743 |
- Specify all build dependencies
|
|
|
722743 |
- Drop redundant buildroot cleaning in %%install section
|
|
|
722743 |
- Simplify find command using -delete
|
|
|
722743 |
- Fix permissions verbosely
|
|
|
722743 |
|
|
|
722743 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-17
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-16
|
|
|
722743 |
- Perl 5.32 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-15
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-14
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-13
|
|
|
722743 |
- Perl 5.30 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-12
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-11
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-10
|
|
|
722743 |
- Perl 5.28 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-9
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-8
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-7
|
|
|
722743 |
- Perl 5.26 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-6
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-5
|
|
|
722743 |
- Perl 5.24 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.16-4
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-3
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.16-2
|
|
|
722743 |
- Perl 5.22 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Apr 10 2015 Paul Howarth <paul@city-fan.org> - 1.16-1
|
|
|
722743 |
- Update to 1.16
|
|
|
722743 |
- Fix descriptor memory leak: Make $mux->close actually untie *$fh
|
|
|
722743 |
|
|
|
722743 |
* Wed Apr 1 2015 Paul Howarth <paul@city-fan.org> - 1.15-1
|
|
|
722743 |
- Update to 1.15
|
|
|
722743 |
- Move untie patch to the right place
|
|
|
722743 |
|
|
|
722743 |
* Tue Mar 31 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
|
|
|
722743 |
- Update to 1.14
|
|
|
722743 |
- Fix 110_ntest to avoid reading from muxed handle
|
|
|
722743 |
- Apply patch to prevent untie warnings (CPAN RT#67846)
|
|
|
722743 |
- This release by BBB → update source URL
|
|
|
722743 |
- Classify buildreqs by usage
|
|
|
722743 |
- Drop %%defattr, redundant since rpm 4.4
|
|
|
722743 |
- Don't need to remove empty directories from the buildroot
|
|
|
722743 |
|
|
|
722743 |
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-10
|
|
|
722743 |
- Perl 5.20 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-9
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-8
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.13-7
|
|
|
722743 |
- Perl 5.18 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-6
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-5
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.13-4
|
|
|
722743 |
- Perl 5.16 rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 1.13-2
|
|
|
722743 |
- Add buildreqs for core modules, which may be dual-lived
|
|
|
722743 |
|
|
|
722743 |
* Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.13-2
|
|
|
722743 |
- Perl mass rebuild
|
|
|
722743 |
|
|
|
722743 |
* Fri Apr 15 2011 Paul Howarth <paul@city-fan.org> - 1.13-1
|
|
|
722743 |
- Update to 1.13
|
|
|
722743 |
- Fix handling of outbuf that contains '0' (CPAN RT#67458)
|
|
|
722743 |
- Nobody else likes macros for commands
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 24 2011 Paul Howarth <paul@city-fan.org> - 1.12-1
|
|
|
722743 |
- Update to 1.12
|
|
|
722743 |
- Fixes for Windows (CPAN RT#66096)
|
|
|
722743 |
|
|
|
722743 |
* Mon Feb 21 2011 Paul Howarth <paul@city-fan.org> - 1.11-1
|
|
|
722743 |
- Update to 1.11
|
|
|
722743 |
- Avoid warning while adding pipe (CPAN RT#16259, CPAN RT#60068)
|
|
|
722743 |
- Add EWOULDBLOCK and non-blocking mode for windows (CPAN RT#23982)
|
|
|
722743 |
- Fix typo in documentation (CPAN RT#21085)
|
|
|
722743 |
- Avoid shutdown after close (CPAN RT#5885, CPAN RT#5715)
|
|
|
722743 |
- Use length of outbuf, not exists to see if it is empty
|
|
|
722743 |
- Turn "use warnings" on
|
|
|
722743 |
- This release by MARKOV -> update source URL
|
|
|
722743 |
- Use %%{_fixperms} rather than our own chmod incantation
|
|
|
722743 |
- Tidy up %%summary and %%description
|
|
|
722743 |
|
|
|
722743 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-9
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Mon Dec 20 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-8
|
|
|
722743 |
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
722743 |
|
|
|
722743 |
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-7
|
|
|
722743 |
- Mass rebuild with perl 5.12.0
|
|
|
722743 |
|
|
|
722743 |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.10-6
|
|
|
722743 |
- Rebuild against perl 5.10.1
|
|
|
722743 |
|
|
|
722743 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-5
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Mon May 11 2009 Paul Howarth <paul@city-fan.org> - 1.10-4
|
|
|
722743 |
- Fix argument order for find with -depth
|
|
|
722743 |
- Include TODO
|
|
|
722743 |
- Cosmetic changes
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
|
|
722743 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
722743 |
|
|
|
722743 |
* Mon Sep 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.10-1
|
|
|
722743 |
- Update to 1.10, upstream found and relicensing has happened!
|
|
|
722743 |
|
|
|
722743 |
* Thu Mar 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.09-1
|
|
|
722743 |
- Rebuild for new perl
|
|
|
722743 |
- 1.09
|
|
|
722743 |
|
|
|
722743 |
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.08-5.1
|
|
|
722743 |
- Add BR: perl(ExtUtils::MakeMaker)
|
|
|
722743 |
|
|
|
722743 |
* Fri Sep 15 2006 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-5
|
|
|
722743 |
- Add dist tag
|
|
|
722743 |
|
|
|
722743 |
* Tue Dec 13 2005 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-4
|
|
|
722743 |
- Changes for fedora xtras compliance
|
|
|
722743 |
|
|
|
722743 |
* Mon Dec 12 2005 Leif O M Bergman <lmb@biosci.ki.se> - 1.08-3
|
|
|
722743 |
- Cosmetic changes for fedora xtras
|
|
|
722743 |
|
|
|
722743 |
* Sun Feb 20 2005 Dag Wieers <dag@wieers.com> - 1.08-2
|
|
|
722743 |
- Cosmetic changes
|
|
|
722743 |
|
|
|
722743 |
* Thu Mar 18 2004 Dag Wieers <dag@wieers.com> - 1.08-1
|
|
|
722743 |
- Updated to release 1.08
|
|
|
722743 |
|
|
|
722743 |
* Mon Jul 14 2003 Dag Wieers <dag@wieers.com> - 1.04-0
|
|
|
722743 |
- Initial package (using DAR)
|