Update to 1.14
- New upstream release 1.14 - Fix 110_ntest to avoid reading from muxed handle - Apply patch to prevent untie warnings (CPAN RT#67846) - This release by BBB → update source URL - Classify buildreqs by usage - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot
This commit is contained in:
parent
94d678c56d
commit
2e7667e48e
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/IO-Multiplex-1.13.tar.gz
|
||||
/IO-Multiplex-[0-9.]*.tar.gz
|
||||
|
||||
@ -1,22 +1,35 @@
|
||||
Summary: Manage IO on many file handles
|
||||
Name: perl-IO-Multiplex
|
||||
Version: 1.13
|
||||
Release: 10%{?dist}
|
||||
Version: 1.14
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/IO-Multiplex/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/IO-Multiplex-%{version}.tar.gz
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/B/BB/BBB/IO-Multiplex-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Fcntl)
|
||||
# Module Build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
# Module Runtime
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Fcntl)
|
||||
BuildRequires: perl(FileHandle)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(Tie::Handle)
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(IO::Socket)
|
||||
BuildRequires: perl(Test)
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Time::HiRes)
|
||||
|
||||
%description
|
||||
IO::Multiplex is designed to take the effort out of managing multiple file
|
||||
@ -36,7 +49,6 @@ make %{?_smp_mflags}
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -46,12 +58,20 @@ make test
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README TODO
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::Multiplex.3pm*
|
||||
%{_mandir}/man3/IO::Multiplex.3*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 31 2015 Paul Howarth <paul@city-fan.org> - 1.14-1
|
||||
- Update to 1.14
|
||||
- Fix 110_ntest to avoid reading from muxed handle
|
||||
- Apply patch to prevent untie warnings (CPAN RT#67846)
|
||||
- This release by BBB → update source URL
|
||||
- Classify buildreqs by usage
|
||||
- Drop %%defattr, redundant since rpm 4.4
|
||||
- Don't need to remove empty directories from the buildroot
|
||||
|
||||
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.13-10
|
||||
- Perl 5.20 rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user