Chris Weyl 59726c3
Name:           perl-Test-SharedFork
Chris Weyl 59726c3
Summary:        Fork test
39a2919
Version:        0.16
Jose Pedro Oliveira 946ed26
Release:        1%{?dist}.1
Chris Weyl 59726c3
License:        GPL+ or Artistic
Chris Weyl 59726c3
Group:          Development/Libraries
Chris Weyl 59726c3
Source0:        http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-SharedFork-%{version}.tar.gz 
Chris Weyl 59726c3
URL:            http://search.cpan.org/dist/Test-SharedFork
39a2919
Chris Weyl 59726c3
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Chris Weyl 59726c3
BuildArch:      noarch
Chris Weyl 59726c3
Chris Weyl 59726c3
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
Chris Weyl 59726c3
BuildRequires:  perl(Test::More) >= 0.88
Jose Pedro Oliveira 946ed26
BuildRequires:  perl(Time::HiRes)
Chris Weyl 59726c3
7ea2316
%{?perl_default_filter}
39a2919
39a2919
Obsoletes: perl-Test-SharedFork-tests <= %{version}-%{release}
39a2919
Provides: perl-Test-SharedFork-tests = %{version}-%{release}
7ea2316
Chris Weyl 59726c3
%description
Chris Weyl 59726c3
Test::SharedFork is utility module for Test::Builder. It manages testing
Chris Weyl 59726c3
by keeping the test count consistent between parent and child processes.
Chris Weyl 59726c3
Chris Weyl 59726c3
%prep
Chris Weyl 59726c3
%setup -q -n Test-SharedFork-%{version}
Chris Weyl 59726c3
Chris Weyl 59726c3
%build
Chris Weyl 59726c3
%{__perl} Makefile.PL INSTALLDIRS=vendor
Chris Weyl 59726c3
make %{?_smp_mflags}
Chris Weyl 59726c3
Chris Weyl 59726c3
%install
Chris Weyl 59726c3
make pure_install DESTDIR=%{buildroot}
Chris Weyl 59726c3
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
Chris Weyl 59726c3
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
Chris Weyl 59726c3
Chris Weyl 59726c3
%{_fixperms} %{buildroot}/*
Chris Weyl 59726c3
Chris Weyl 59726c3
%check
Chris Weyl 59726c3
make test
Chris Weyl 59726c3
Chris Weyl 59726c3
%files
Chris Weyl 59726c3
%defattr(-,root,root,-)
Chris Weyl 59726c3
%doc Changes README
Chris Weyl 59726c3
%{perl_vendorlib}/*
Chris Weyl 59726c3
%{_mandir}/man3/*.3*
Chris Weyl 59726c3
Chris Weyl 59726c3
%changelog
Jose Pedro Oliveira 946ed26
* Thu Aug 11 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.16-1.1
Jose Pedro Oliveira 946ed26
- EPEL6: missing BR perl(Time::HiRes)
dc046c8
39a2919
* Fri Feb 18 2011 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.16-1
39a2919
- Update to 0.16.
39a2919
- Abandon perl-Test-SharedFork-tests.
39a2919
- Spec file overhaul.
39a2919
8ab7f13
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15-4
8ab7f13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8ab7f13
96f5989
* Mon Jan 10 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.15-3
7ea2316
- re-add macros. -tests sub-package was missing during update
7ea2316
9df7acb
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.15-2
9df7acb
- 661697 rebuild for fixing problems with vendorach/lib
9df7acb
4c15c13
* Wed Dec 22 2010 Ralf Corsepius <corsepiu@fedoraproject.org> - 0.15-1
4c15c13
- Update to 0.15.
4c15c13
5a693a7
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.11-2
5a693a7
- Mass rebuild with perl-5.12.0
5a693a7
Chris Weyl 59726c3
* Sat Mar 20 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.11-1
Chris Weyl 59726c3
- specfile by Fedora::App::MaintainerTools 0.006
Chris Weyl 59726c3
Chris Weyl 59726c3