Name: perl-Test-Most Version: 0.33 Release: 1%{?dist} Summary: Most commonly needed test functions and features License: CHECK(Distributable) Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Most/ Source0: file:///home/dave/mirrors/minicpan//authors/id/O/OV/OVID/Test-Most-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Exception::Class) >= 1.14 BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::Deep) >= 0.106 BuildRequires: perl(Test::Differences) >= 0.61 BuildRequires: perl(Test::Exception) >= 0.31 BuildRequires: perl(Test::Harness) >= 3.21 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Warn) >= 0.23 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Test::Most exists to reduce boilerplate and to make your testing life easier. We provide "one stop shopping" for most commonly used testing modules. In fact, we often require the latest versions so that you get bug fixes through Test::Most and don't have to keep upgrading these modules separately. %prep %setup -q -n Test-Most-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes META.json README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Mon Mar 03 2014 Dave Cross 0.33-1 - Specfile autogenerated by cpanspec 1.78.