Name: perl-Test-Exit Version: 0.11 Release: 1%{?dist} Summary: Test that some code calls exit without terminating testing License: GPL+ or Artistic URL: http://search.cpan.org/dist/Test-Exit/ Source0: http://www.cpan.org/authors/id/A/AR/ARODLAND/Test-Exit-%{version}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: perl-generators BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: BuildRequires: perl(base) BuildRequires: perl(Return::MultiLevel) # Test::Builder::Module version from Test::Builder in META BuildRequires: perl(Test::Builder::Module) >= 0.86 # Tests: BuildRequires: perl(Test::More) # Optional tests: # Pod::Coverage::TrustPod not used # Test::Pod 1.41 not used # Test::Pod::Coverage 1.08 not used Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) # Test::Builder::Module version from Test::Builder in META Requires: perl(Test::Builder::Module) >= 0.86 # Remove under-specified dependencies %global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(Test::Builder::Module\\)$ %description Test::Exit Perl module provides some simple tools for testing code that might call exit(), providing you with the status code without exiting the test file. %prep %setup -q -n Test-Exit-%{version} %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT %{_fixperms} $RPM_BUILD_ROOT/* %check make test %files %license LICENSE %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Wed Aug 09 2017 Petr Pisar 0.11-1 - Specfile autogenerated by cpanspec 1.78.