Name: perl-Test-Harness Version: 3.17 Release: 1%{?dist} Summary: Run Perl standard test scripts with statistics License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Harness/ Source0: http://www.cpan.org/authors/id/A/AN/ANDYA/Test-Harness-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Module::Build) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Although, for historical reasons, the Test::Harness distribution takes its name from this module it now exists only to provide TAP::Harness with an interface that is somewhat backwards compatible with Test::Harness 2.xx. If you're writing new code consider using TAP::Harness directly instead. %prep %setup -q -n Test-Harness-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build %install rm -rf $RPM_BUILD_ROOT ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check ./Build test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes Changes-2.64 perlcriticrc README %{perl_vendorlib}/* %{_bindir}/prove %{_mandir}/man1/* %{_mandir}/man3/* %changelog * Sat May 09 2009 Dave Cross 3.17-1 - Specfile autogenerated by cpanspec 1.77.