|
|
ee942f |
Name: perl-Exception-Class
|
|
|
ee942f |
Version: 1.37
|
|
|
29c650 |
Release: 3%{?dist}
|
|
|
ee942f |
Summary: Module that allows you to declare real exception classes in Perl
|
|
|
ee942f |
License: GPL+ or Artistic
|
|
|
ee942f |
Group: Development/Libraries
|
|
|
ee942f |
URL: http://search.cpan.org/dist/Exception-Class/
|
|
|
ee942f |
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
|
|
|
ee942f |
BuildArch: noarch
|
|
|
ee942f |
BuildRequires: perl
|
|
|
ee942f |
BuildRequires: perl(base)
|
|
|
ee942f |
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
|
|
|
ee942f |
BuildRequires: perl(Devel::StackTrace) >= 1.20
|
|
|
ee942f |
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
ee942f |
BuildRequires: perl(File::Spec)
|
|
|
ee942f |
BuildRequires: perl(overload)
|
|
|
ee942f |
BuildRequires: perl(Scalar::Util)
|
|
|
ee942f |
BuildRequires: perl(strict)
|
|
|
ee942f |
BuildRequires: perl(Test::More) >= 0.46
|
|
|
ee942f |
BuildRequires: perl(warnings)
|
|
|
ee942f |
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
ee942f |
|
|
|
ee942f |
%description
|
|
|
ee942f |
Exception::Class allows you to declare exception hierarchies in your
|
|
|
ee942f |
modules in a "Java-esque" manner.
|
|
|
ee942f |
|
|
|
ee942f |
%prep
|
|
|
ee942f |
%setup -q -n Exception-Class-%{version}
|
|
|
ee942f |
|
|
|
ee942f |
%build
|
|
|
ee942f |
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
ee942f |
make %{?_smp_mflags}
|
|
|
ee942f |
|
|
|
ee942f |
%install
|
|
|
ee942f |
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
ee942f |
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
ee942f |
%{_fixperms} $RPM_BUILD_ROOT
|
|
|
ee942f |
|
|
|
ee942f |
%check
|
|
|
ee942f |
make test
|
|
|
ee942f |
|
|
|
ee942f |
%files
|
|
|
ee942f |
%doc Changes LICENSE README
|
|
|
ee942f |
%{perl_vendorlib}/Exception/
|
|
|
ee942f |
%{_mandir}/man3/Exception::Class.3pm*
|
|
|
ee942f |
%{_mandir}/man3/Exception::Class::Base.3pm*
|
|
|
ee942f |
|
|
|
ee942f |
%changelog
|
|
|
29c650 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.37-3
|
|
|
29c650 |
- Mass rebuild 2013-12-27
|
|
|
29c650 |
|
|
|
ee942f |
* Wed Jun 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.37-2
|
|
|
ee942f |
- License is GPL+ or Artistic now
|
|
|
ee942f |
- Specify all dependencies
|
|
|
ee942f |
|
|
|
ee942f |
* Sun Feb 24 2013 Paul Howarth <paul@city-fan.org> - 1.37-1
|
|
|
ee942f |
- Update to 1.37
|
|
|
ee942f |
- I now recommend you use Throwable instead of this module; it has a nicer,
|
|
|
ee942f |
more modern interface
|
|
|
ee942f |
- Fixed warning from basic.t on 5.17.x (CPAN RT#79121)
|
|
|
ee942f |
- 1.33 did not declare any prereqs (CPAN RT#79677)
|
|
|
ee942f |
- Require Class::Data::Inheritable ≥ 0.02
|
|
|
ee942f |
- Fixed some stupidity in the tests that appears to have been highlighted by
|
|
|
ee942f |
recent changes to Devel::StackTrace (CPAN RT#81245)
|
|
|
ee942f |
- Fixed various bugs and confusion in the docs
|
|
|
ee942f |
- Don't need to remove empty directories from the buildroot
|
|
|
ee942f |
- Don't use macros for commands
|
|
|
ee942f |
- Make the %%files list more explicit
|
|
|
ee942f |
- Use DESTDIR rather than PERL_INSTALL_ROOT
|
|
|
ee942f |
- Drop release testing (now more extensive and would fail anyway)
|
|
|
ee942f |
- Drop support for distributions older than EL-6 (test suite would need
|
|
|
ee942f |
patching for EL-5 anyway)
|
|
|
ee942f |
|
|
|
ee942f |
|
|
|
ee942f |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-8
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Thu Nov 15 2012 Jitka Plesnikova <jplesnik@redhat.com> - 1.32-7
|
|
|
ee942f |
- Update dependencies
|
|
|
ee942f |
|
|
|
ee942f |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-6
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Wed Jun 13 2012 Petr Pisar <ppisar@redhat.com> - 1.32-5
|
|
|
ee942f |
- Perl 5.16 rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-4
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.32-3
|
|
|
ee942f |
- Perl mass rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.32-2
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Wed Dec 22 2010 Steven Pritchard <steve@kspei.com> 1.32-1
|
|
|
ee942f |
- Update to 1.32.
|
|
|
ee942f |
- License is now Artistic 2.0.
|
|
|
ee942f |
- Switch back to building with ExtUtils::MakeMaker/Makefile.PL. (Dave
|
|
|
ee942f |
Rolsky needs to make up his mind.)
|
|
|
ee942f |
- Add README to docs.
|
|
|
ee942f |
|
|
|
ee942f |
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-5
|
|
|
ee942f |
- Rebuild to fix problems with vendorarch/lib (#661697)
|
|
|
ee942f |
|
|
|
ee942f |
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-4
|
|
|
ee942f |
- Mass rebuild with perl-5.12.0
|
|
|
ee942f |
|
|
|
ee942f |
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.29-3
|
|
|
ee942f |
- Mass rebuild with perl-5.12.0
|
|
|
ee942f |
|
|
|
ee942f |
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.29-2
|
|
|
ee942f |
- rebuild against perl 5.10.1
|
|
|
ee942f |
|
|
|
ee942f |
* Thu Jul 30 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.29-1
|
|
|
ee942f |
- Upstream update (Required by other packages, fix mass rebuild breakdowns).
|
|
|
ee942f |
|
|
|
ee942f |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-3
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-2
|
|
|
ee942f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
ee942f |
|
|
|
ee942f |
* Fri Dec 12 2008 Steven Pritchard <steve@kspei.com> 1.26-1
|
|
|
ee942f |
- Update to 1.26.
|
|
|
ee942f |
- Bump Devel::StackTrace dependency to 1.20.
|
|
|
ee942f |
|
|
|
ee942f |
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 1.24-1
|
|
|
ee942f |
- Update to 1.24.
|
|
|
ee942f |
- Bump Devel::StackTrace dependency to 1.17.
|
|
|
ee942f |
- Clean up to match current cpanspec output.
|
|
|
ee942f |
- Improve Summary and description.
|
|
|
ee942f |
- Build with Module::Build.
|
|
|
ee942f |
- BR Test::Pod and Test::Pod::Coverage and define IS_MAINTAINER.
|
|
|
ee942f |
|
|
|
ee942f |
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.23-6
|
|
|
ee942f |
- Rebuild for perl 5.10 (again)
|
|
|
ee942f |
|
|
|
ee942f |
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.23-5
|
|
|
ee942f |
- rebuild against new perl
|
|
|
ee942f |
|
|
|
ee942f |
* Sat Dec 29 2007 Ralf Corsépius 1.23-4
|
|
|
ee942f |
- BR: perl(Test::More) (BZ 419631).
|
|
|
ee942f |
- Adjust License-tag.
|
|
|
ee942f |
|
|
|
ee942f |
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.23-3
|
|
|
ee942f |
- Use fixperms macro instead of our own chmod incantation.
|
|
|
ee942f |
- BR ExtUtils::MakeMaker.
|
|
|
ee942f |
|
|
|
ee942f |
* Sat Sep 16 2006 Steven Pritchard <steve@kspei.com> 1.23-2
|
|
|
ee942f |
- Canonicalize Source0 URL.
|
|
|
ee942f |
- Fix find option order.
|
|
|
ee942f |
- Drop executable bit from Exception/Class.pm to avoid a rpmlint warning.
|
|
|
ee942f |
|
|
|
ee942f |
* Fri Feb 03 2006 Steven Pritchard <steve@kspei.com> 1.23-1
|
|
|
ee942f |
- Update to 1.23
|
|
|
ee942f |
|
|
|
ee942f |
* Tue Jan 10 2006 Steven Pritchard <steve@kspei.com> 1.22-1
|
|
|
ee942f |
- Update to 1.22
|
|
|
ee942f |
|
|
|
ee942f |
* Mon Sep 05 2005 Steven Pritchard <steve@kspei.com> 1.21-3
|
|
|
ee942f |
- Remove explicit core module dependencies
|
|
|
ee942f |
- Add COPYING and Artistic
|
|
|
ee942f |
|
|
|
ee942f |
* Wed Aug 17 2005 Steven Pritchard <steve@kspei.com> 1.21-2
|
|
|
ee942f |
- Minor spec cleanup
|
|
|
ee942f |
|
|
|
ee942f |
* Tue Aug 16 2005 Steven Pritchard <steve@kspei.com> 1.21-1
|
|
|
ee942f |
- Specfile autogenerated.
|