2005-03-04 03:07:31 +00:00
|
|
|
Name: perl-Test-Exception
|
2013-04-29 12:24:40 +00:00
|
|
|
Version: 0.32
|
|
|
|
Release: 1%{?dist}
|
2005-03-04 03:48:44 +00:00
|
|
|
Summary: Library of test functions for exception based Perl code
|
2008-01-13 00:19:57 +00:00
|
|
|
License: GPL+ or Artistic
|
2005-03-04 03:07:31 +00:00
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Test-Exception/
|
2010-02-28 05:14:40 +00:00
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-%{version}.tar.gz
|
2013-04-29 12:24:40 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
2005-03-04 03:07:31 +00:00
|
|
|
BuildArch: noarch
|
2012-10-19 08:00:01 +00:00
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Exporter)
|
2013-04-29 12:24:40 +00:00
|
|
|
BuildRequires: perl(Module::Build) >= 0.38
|
2008-01-13 00:19:57 +00:00
|
|
|
BuildRequires: perl(Sub::Uplevel) >= 0.18
|
2010-02-28 05:14:40 +00:00
|
|
|
BuildRequires: perl(Test::Builder) >= 0.7
|
|
|
|
BuildRequires: perl(Test::Builder::Tester) >= 1.07
|
|
|
|
BuildRequires: perl(Test::Harness) >= 2.03
|
|
|
|
BuildRequires: perl(Test::More) >= 0.7
|
2008-01-13 00:19:57 +00:00
|
|
|
BuildRequires: perl(Test::Pod)
|
2010-02-28 05:14:40 +00:00
|
|
|
BuildRequires: perl(Test::Simple) >= 0.7
|
2013-04-29 12:24:40 +00:00
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
2005-03-04 03:07:31 +00:00
|
|
|
|
2010-02-28 05:14:40 +00:00
|
|
|
%{?perl_default_filter}
|
|
|
|
|
2005-03-04 03:07:31 +00:00
|
|
|
%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}
|
|
|
|
|
2013-04-29 12:24:40 +00:00
|
|
|
# Remove unnecessary exec permissions
|
|
|
|
chmod -c -x Changes
|
2005-03-04 03:07:31 +00:00
|
|
|
|
|
|
|
%build
|
2013-04-29 12:24:40 +00:00
|
|
|
perl Build.PL installdirs=vendor
|
2005-03-04 03:07:31 +00:00
|
|
|
./Build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-04-16 12:04:58 +00:00
|
|
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
2013-04-29 12:24:40 +00:00
|
|
|
%{_fixperms} $RPM_BUILD_ROOT
|
2005-03-04 03:07:31 +00:00
|
|
|
|
2006-02-24 16:00:13 +00:00
|
|
|
%check
|
2005-03-04 03:07:31 +00:00
|
|
|
./Build test
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc Changes README
|
2013-04-29 12:24:40 +00:00
|
|
|
%{perl_vendorlib}/Test/
|
|
|
|
%{_mandir}/man3/Test::Exception.3pm*
|
2005-03-04 03:07:31 +00:00
|
|
|
|
|
|
|
%changelog
|
2013-04-29 12:24:40 +00:00
|
|
|
* Mon Apr 29 2013 Paul Howarth <paul@city-fan.org> - 0.32-1
|
|
|
|
- Update to 0.32
|
|
|
|
- Fixed tests that broke due to diagnostic changes in Test::More 0.99
|
|
|
|
- Don't use macros for commands
|
|
|
|
- Don't need to remove empty directories from the buildroot
|
|
|
|
- Drop %%defattr, redundant since rpm 4.4
|
|
|
|
- Make %%files list more explicit
|
|
|
|
- Remove bogus exec permission on Changes file
|
|
|
|
|
2013-02-14 15:29:45 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-10-19 08:00:01 +00:00
|
|
|
* Thu Oct 18 2012 Jitka Plesnikova <jplesnik@redhat.com> - 0.31-8
|
|
|
|
- Specify all dependencies.
|
|
|
|
|
2012-07-20 21:21:51 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-13 19:24:51 +00:00
|
|
|
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 0.31-6
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
2012-01-13 19:51:05 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-06-20 21:56:26 +00:00
|
|
|
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.31-4
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-02-09 07:55:48 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.31-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-22 17:42:16 +00:00
|
|
|
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.31-2
|
2013-04-29 12:24:40 +00:00
|
|
|
- Rebuild to fix problems with vendorarch/lib (#661697)
|
2010-12-22 17:42:16 +00:00
|
|
|
|
2010-12-10 17:23:22 +00:00
|
|
|
* Fri Dec 10 2010 Steven Pritchard <steve@kspei.com> 0.31-1
|
|
|
|
- Update to 0.31.
|
|
|
|
|
2010-05-06 20:23:06 +00:00
|
|
|
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.29-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-02-28 05:14:40 +00:00
|
|
|
* Sun Feb 28 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.29-1
|
|
|
|
- auto-update to 0.29 (by cpan-spec-update 0.01)
|
|
|
|
- altered br on perl(Module::Build) (0 => 0.35)
|
|
|
|
- altered br on perl(Test::Builder) (0 => 0.7)
|
|
|
|
- altered br on perl(Test::Builder::Tester) (0 => 1.07)
|
|
|
|
- added a new br on perl(Test::Harness) (version 2.03)
|
|
|
|
- added a new br on perl(Test::More) (version 0.7)
|
|
|
|
- added a new br on perl(Test::Simple) (version 0.7)
|
|
|
|
|
2009-12-04 02:08:21 +00:00
|
|
|
* Fri Dec 4 2009 Stepan Kasal <skasal@redhat.com> - 0.27-5
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-07-26 16:49:15 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-27 02:25:52 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.27-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-02-28 13:08:01 +00:00
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.27-2
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
2008-02-20 16:55:03 +00:00
|
|
|
* Wed Feb 20 2008 Steven Pritchard <steve@kspei.com> 0.27-1
|
|
|
|
- Update to 0.27.
|
|
|
|
|
2008-01-20 18:50:24 +00:00
|
|
|
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 0.26-2
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2008-01-13 00:19:57 +00:00
|
|
|
* Sat Jan 12 2008 Steven Pritchard <steve@kspei.com> 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.
|
|
|
|
|
2006-09-14 21:17:53 +00:00
|
|
|
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
|
|
|
|
- Rebuild for FC6.
|
|
|
|
|
2006-02-24 16:00:13 +00:00
|
|
|
* Fri Feb 24 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-2
|
|
|
|
- Rebuild for FC5 (perl 5.8.8).
|
|
|
|
|
2005-06-07 13:47:13 +00:00
|
|
|
* Tue Jun 7 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-1
|
|
|
|
- Update to 0.21.
|
|
|
|
|
2005-05-12 15:12:30 +00:00
|
|
|
* Thu May 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-4
|
|
|
|
- Add dist tag.
|
|
|
|
|
2005-04-16 12:04:58 +00:00
|
|
|
* Sat Apr 16 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.20-3
|
|
|
|
- Avoid .packlist creation with Module::Build >= 0.2609.
|
|
|
|
- Trust that %%{perl_vendorlib} is defined.
|
|
|
|
|
2013-04-29 12:24:40 +00:00
|
|
|
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.20-2
|
|
|
|
- Rebuilt
|
2005-04-06 22:13:08 +00:00
|
|
|
|
2005-03-04 03:48:44 +00:00
|
|
|
* Fri Nov 5 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.20-1
|
2005-03-04 03:07:31 +00:00
|
|
|
- Update to 0.20.
|
|
|
|
|
|
|
|
* Sun Jul 04 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.15-0.fdr.1
|
|
|
|
- First build.
|