Name: perl-Test-SharedFork Summary: Fork test Version: 0.15 Release: 2%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/Test-SharedFork-%{version}.tar.gz URL: http://search.cpan.org/dist/Test-SharedFork BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(Test::More) >= 0.88 %{?perl_default_filter} %{?perl_default_subpackage_tests} %description Test::SharedFork is utility module for Test::Builder. It manages testing by keeping the test count consistent between parent and child processes. %prep %setup -q -n Test-SharedFork-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install 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 make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Mon Jan 10 2011 Marcela Mašláňová - 0.15-2 - re-add macros for tests and filter * Wed Dec 22 2010 Ralf Corsepius - 0.15-1 - Update to 0.15. * Fri May 07 2010 Marcela Maslanova - 0.11-2 - Mass rebuild with perl-5.12.0 * Sat Mar 20 2010 Chris Weyl 0.11-1 - specfile by Fedora::App::MaintainerTools 0.006