347b92
Name:           perl-Test-Exception
347b92
Version:        0.43
347b92
Release:        7%{?dist}
347b92
Summary:        Library of test functions for exception based Perl code
347b92
License:        GPL+ or Artistic
347b92
URL:            http://search.cpan.org/dist/Test-Exception/
347b92
Source0:        http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-%{version}.tar.gz
347b92
BuildArch:      noarch
347b92
# Module Build
347b92
BuildRequires:  coreutils
347b92
BuildRequires:  findutils
347b92
BuildRequires:  make
347b92
BuildRequires:  perl-interpreter
347b92
BuildRequires:  perl-generators
347b92
BuildRequires:  perl(ExtUtils::MakeMaker)
347b92
# Module Runtime
347b92
BuildRequires:  perl(base)
347b92
BuildRequires:  perl(Carp)
347b92
BuildRequires:  perl(Exporter)
347b92
BuildRequires:  perl(strict)
347b92
BuildRequires:  perl(Sub::Uplevel) >= 0.18
347b92
BuildRequires:  perl(Test::Builder)
347b92
BuildRequires:  perl(warnings)
347b92
# Test Suite
347b92
BuildRequires:  perl(overload)
347b92
BuildRequires:  perl(Test::Builder::Tester)
347b92
BuildRequires:  perl(Test::Harness)
347b92
BuildRequires:  perl(Test::More)
347b92
# Runtime
347b92
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
347b92
Requires:       perl(Carp)
347b92
347b92
# Avoid bogus perl(DB) provide
347b92
%{?perl_default_filter}
347b92
347b92
%description
347b92
This module provides a few convenience methods for testing exception
347b92
based code. It is built with Test::Builder and plays happily with
347b92
Test::More and friends.
347b92
347b92
%prep
347b92
%setup -q -n Test-Exception-%{version}
347b92
347b92
# Remove unnecessary exec permissions
347b92
chmod -c -x Changes
347b92
347b92
%build
347b92
perl Makefile.PL INSTALLDIRS=vendor
347b92
make %{?_smp_mflags}
347b92
347b92
%install
347b92
make pure_install DESTDIR=%{buildroot}
347b92
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
347b92
%{_fixperms} %{buildroot}
347b92
347b92
%check
347b92
make test
347b92
347b92
%files
347b92
%doc Changes
347b92
%{perl_vendorlib}/Test/
347b92
%{_mandir}/man3/Test::Exception.3*
347b92
347b92
%changelog
347b92
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-7
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
347b92
347b92
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-6
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
347b92
347b92
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-5
347b92
- Perl 5.26 rebuild
347b92
347b92
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-4
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
347b92
347b92
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.43-3
347b92
- Perl 5.24 rebuild
347b92
347b92
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-2
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
347b92
347b92
* Fri Jan  1 2016 Paul Howarth <paul@city-fan.org> - 0.43-1
347b92
- Update to 0.43
347b92
  - Remove Test2/Test-Stream special cases; they are not needed
347b92
347b92
* Tue Dec 22 2015 Paul Howarth <paul@city-fan.org> - 0.41-1
347b92
- Update to 0.41
347b92
  - Updated for Test2
347b92
- This release by EXODIST → update source URL
347b92
347b92
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40-2
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
347b92
347b92
* Thu Jun 11 2015 Tom Callaway <spot@fedoraproject.org> - 0.40-1
347b92
- update to 0.40
347b92
347b92
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-2
347b92
- Perl 5.22 rebuild
347b92
347b92
* Sun Mar  1 2015 Paul Howarth <paul@city-fan.org> - 0.38-1
347b92
- Update to 0.38
347b92
  - Distribution is now managed by ExtUtils::MakeMaker (CPAN RT#102054)
347b92
  - Fixed repository link in metadata
347b92
- This release by ETHER → update source URL
347b92
347b92
* Fri Jan  9 2015 Paul Howarth <paul@city-fan.org> - 0.36-1
347b92
- Update to 0.36
347b92
  - Fix bug when Test::More has been downgraded
347b92
347b92
* Tue Sep 23 2014 Paul Howarth <paul@city-fan.org> - 0.35-1
347b92
- Update to 0.35
347b92
  - Fix a bug when Test::Builder isn't new (better version)
347b92
- Switch to ExtUtils::MakeMaker flow
347b92
- Classify buildreqs by usage
347b92
347b92
* Sat Sep 20 2014 Paul Howarth <paul@city-fan.org> - 0.34-1
347b92
- Update to 0.34
347b92
  - Fixed test broken by changes in Test::Builder and friends
347b92
- This release by EXODIST → update source URL
347b92
- Modernize spec
347b92
347b92
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.32-5
347b92
- Perl 5.20 rebuild
347b92
347b92
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-4
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
347b92
347b92
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-3
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
347b92
347b92
* Sun Jul 21 2013 Petr Pisar <ppisar@redhat.com> - 0.32-2
347b92
- Perl 5.18 rebuild
347b92
347b92
* Mon Apr 29 2013 Paul Howarth <paul@city-fan.org> - 0.32-1
347b92
- Update to 0.32
347b92
  - Fixed tests that broke due to diagnostic changes in Test::More 0.99
347b92
- Don't use macros for commands
347b92
- Don't need to remove empty directories from the buildroot
347b92
- Drop %%defattr, redundant since rpm 4.4
347b92
- Make %%files list more explicit
347b92
- Remove bogus exec permission on Changes file
347b92
347b92
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-9
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
347b92
347b92
* Thu Oct 18 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-8
347b92
- Specify all dependencies.
347b92
347b92
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-7
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
347b92
347b92
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.31-6
347b92
- Perl 5.16 rebuild
347b92
347b92
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-5
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
347b92
347b92
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.31-4
347b92
- Perl mass rebuild
347b92
347b92
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-3
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
347b92
347b92
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.31-2
347b92
- Rebuild to fix problems with vendorarch/lib (#661697)
347b92
347b92
* Fri Dec 10 2010 Steven Pritchard <steve@kspei.com> 0.31-1
347b92
- Update to 0.31.
347b92
347b92
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
347b92
- Mass rebuild with perl-5.12.0
347b92
347b92
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.29-1
347b92
- auto-update to 0.29 (by cpan-spec-update 0.01)
347b92
- altered br on perl(Module::Build) (0 => 0.35)
347b92
- altered br on perl(Test::Builder) (0 => 0.7)
347b92
- altered br on perl(Test::Builder::Tester) (0 => 1.07)
347b92
- added a new br on perl(Test::Harness) (version 2.03)
347b92
- added a new br on perl(Test::More) (version 0.7)
347b92
- added a new br on perl(Test::Simple) (version 0.7)
347b92
347b92
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 0.27-5
347b92
- rebuild against perl 5.10.1
347b92
347b92
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
347b92
347b92
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
347b92
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
347b92
347b92
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.27-2
347b92
- Rebuild for perl 5.10 (again)
347b92
347b92
* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 0.27-1
347b92
- Update to 0.27.
347b92
347b92
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.26-2
347b92
- rebuild for new perl
347b92
347b92
* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 0.26-1
347b92
- Update to 0.26.
347b92
- Update License tag.
347b92
- Use fixperms macro instead of our own chmod incantation.
347b92
- Reformat to match cpanspec output.
347b92
- Drop executable bits.
347b92
347b92
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
347b92
- Rebuild for FC6.
347b92
347b92
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
347b92
- Rebuild for FC5 (perl 5.8.8).
347b92
347b92
* Tue Jun  7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
347b92
- Update to 0.21.
347b92
347b92
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-4
347b92
- Add dist tag.
347b92
347b92
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.20-3
347b92
- Avoid .packlist creation with Module::Build >= 0.2609.
347b92
- Trust that %%{perl_vendorlib} is defined.
347b92
347b92
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.20-2
347b92
- Rebuilt
347b92
347b92
* Fri Nov  5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
347b92
- Update to 0.20.
347b92
347b92
* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
347b92
- First build.