Chris Weyl 7bfa931
Name:           perl-Test-TCP
aca08d4
Version:        2.06
a7c1e72
Release:        1%{?dist}
ca26cf8
Summary:        Testing TCP program
Chris Weyl 7bfa931
License:        GPL+ or Artistic
Chris Weyl 7bfa931
Group:          Development/Libraries
ca26cf8
URL:            http://search.cpan.org/dist/Test-TCP/
ca26cf8
Source0:        http://www.cpan.org/authors/id/T/TO/TOKUHIROM/Test-TCP-%{version}.tar.gz
Chris Weyl 7bfa931
BuildArch:      noarch
Chris Weyl 7bfa931
7aeafd3
BuildRequires:  perl >= 0:5.008001
7aeafd3
BuildRequires:  perl(base)
7aeafd3
BuildRequires:  perl(Carp)
7aeafd3
BuildRequires:  perl(Config)
7aeafd3
BuildRequires:  perl(Exporter)
7aeafd3
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.64
7aeafd3
BuildRequires:  perl(File::Temp)
7aeafd3
BuildRequires:  perl(File::Which)
7aeafd3
BuildRequires:  perl(IO::Socket::INET)
7aeafd3
BuildRequires:  perl(POSIX)
7aeafd3
BuildRequires:  perl(Socket)
7aeafd3
BuildRequires:  perl(strict)
5d9aeb5
BuildRequires:  perl(Test::More) >= 0.98
bd8fb3d
BuildRequires:  perl(Test::SharedFork) >= 0.19
3bc7949
BuildRequires:  perl(Time::HiRes)
7aeafd3
BuildRequires:  perl(warnings)
7aeafd3
ca26cf8
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%description
ca26cf8
Test::TCP is test utilities for TCP/IP program.
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%prep
Chris Weyl 7bfa931
%setup -q -n Test-TCP-%{version}
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%build
7aeafd3
%{__perl} Makefile.PL INSTALLDIRS=vendor
7aeafd3
make %{?_smp_mflags}
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%install
7aeafd3
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
7aeafd3
7aeafd3
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
Chris Weyl 7bfa931
ca26cf8
%{_fixperms} $RPM_BUILD_ROOT/*
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%check
7aeafd3
make test
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%files
400fd7b
%doc Changes README*
Chris Weyl 7bfa931
%{perl_vendorlib}/*
ca26cf8
%{_mandir}/man3/*
Chris Weyl 7bfa931
Chris Weyl 7bfa931
%changelog
aca08d4
* Thu Jul 03 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.06-1
aca08d4
- Upstream update.
aca08d4
- Remove Test-TCP-2.02-Wait-infinitely-if-max_wait-is-negative.patch
aca08d4
  (Patch was incorporated by upstream).
aca08d4
7aeafd3
* Mon Jun 30 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.05-1
7aeafd3
- Upstream update.
7aeafd3
- Reflect upstream having switched to ExtUtils::MakeMaker.
7aeafd3
- Rework deps.
7aeafd3
a7c1e72
* Tue Sep 24 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 2.01-1
a7c1e72
- Upstream update.
a7c1e72
3bc7949
* Tue May 21 2013 Ralf Corsépius <corsepiu@fedoraproject.org> 1.27-1
3bc7949
- Upstream update.
3bc7949
400fd7b
* Wed Apr 17 2013 Ralf Corsépius <corsepiu@fedoraproject.org> 1.26-1
400fd7b
- Upstream update.
400fd7b
- Reflect upstream having switched to perl(Module::Build).
400fd7b
10e47d7
* Mon Mar 11 2013 Ralf Corsépius <corsepiu@fedoraproject.org> 1.21-1
10e47d7
- Upstream update.
10e47d7
- Drop Obs/Prov perl-Test-TCP-tests.
10e47d7
ce61ab5
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.18-2
ce61ab5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
ce61ab5
60625cb
* Thu Nov 08 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 1.18-1
60625cb
- Upstream update.
60625cb
a400525
* Tue Jul 31 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 1.17-1
a400525
- Upstream update.
a400525
22125c3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-3
22125c3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
22125c3
ed4ed34
* Wed Jul 11 2012 Petr Pisar <ppisar@redhat.com> - 1.16-2
ed4ed34
- Perl 5.16 rebuild
ed4ed34
e164a32
* Tue Jul 10 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 1.16-1
e164a32
- Upstream update.
e164a32
f471e98
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.15-2
f471e98
- Perl 5.16 rebuild
f471e98
1fda940
* Sun Feb 05 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 1.15-1
1fda940
- Upstream update.
1fda940
1ea4d24
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
1ea4d24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1ea4d24
bd8fb3d
* Thu Dec 15 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 1.14-1
bd8fb3d
- Upstream update.
bd8fb3d
- BR: perl(Test::Shared::Fork) >= 0.19.
bd8fb3d
efa8757
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.13-2
efa8757
- Perl mass rebuild
efa8757
5d9aeb5
* Fri Jun 03 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 1.13-1
5d9aeb5
- Upstream update.
5d9aeb5
- Spec file cleanup.
5d9aeb5
974897a
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-2
974897a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
974897a
ca26cf8
* Sun Jan 09 2011 Ralf Corsépius <corsepiu@fedoraproject.org> 1.11-1
ca26cf8
- Update to 1.11.
ca26cf8
- Rework spec.
ca26cf8
- Abandon *-tests.
ca26cf8
908ff70
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.16-3
908ff70
- 661697 rebuild for fixing problems with vendorach/lib
908ff70
d9dae92
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.16-2
d9dae92
- Mass rebuild with perl-5.12.0
d9dae92
Chris Weyl 7bfa931
* Sat Mar 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.16-1
Chris Weyl 7bfa931
- specfile by Fedora::App::MaintainerTools 0.006