Name: perl-Test-Exception Version: 0.43 Release: 1%{?_dist_release} Summary: Library of test functions for exception based Perl code License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Exception/ Source0: http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch # BuildRequires: perl, perl-Pod-Coverage, perl-Sub-Uplevel, perl-Test-Tester BuildRequires: perl(Module::Build) BuildRequires: perl(Pod::Coverage) BuildRequires: perl(Sub::Uplevel) BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder::Tester) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Vendor: Project Vine Distribution: Vine Linux %description This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends. %prep %setup -q -n Test-Exception-%{version} find . -type f -perm +100 -exec chmod a-x {} \; %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 README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Fri May 17 2019 Tomohiro "Tomo-p" KATO 0.43-1 - new upstream release. - rebuilt with perl-5.26. * Mon Jun 30 2014 IWAI, Masaharu 0.31-2 - build with Perl 5.16 * Mon Mar 28 2011 IWAI, Masaharu 0.31-1 - new upstream release - add Vendor and Distribution tags * Sat Nov 8 2008 Ryoichi INAGAKI - 0.27-3 - Initial build for Vine Linux * Wed Feb 27 2008 Tom "spot" Callaway - 0.27-2 - Rebuild for perl 5.10 (again) * Wed Feb 20 2008 Steven Pritchard 0.27-1 - Update to 0.27. * Sun Jan 20 2008 Tom "spot" Callaway 0.26-2 - rebuild for new perl * Sat Jan 12 2008 Steven Pritchard 0.26-1 - Update to 0.26. - Update License tag. - Use fixperms macro instead of our own chmod incantation. - Reformat to match cpanspec output. - Drop executable bits. * Thu Sep 14 2006 Jose Pedro Oliveira - 0.21-3 - Rebuild for FC6. * Fri Feb 24 2006 Jose Pedro Oliveira - 0.21-2 - Rebuild for FC5 (perl 5.8.8). * Tue Jun 7 2005 Jose Pedro Oliveira - 0.21-1 - Update to 0.21. * Thu May 12 2005 Jose Pedro Oliveira - 0.20-4 - Add dist tag. * Sat Apr 16 2005 Ville Skyttä - 0.20-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. * Thu Apr 7 2005 Michael Schwendt - 0.20-2 - rebuilt * Fri Nov 5 2004 Jose Pedro Oliveira - 0.20-1 - Update to 0.20. * Sun Jul 04 2004 Jose Pedro Oliveira - 0:0.15-0.fdr.1 - First build.