Blame SPECS/perl-Error.spec

2783b9
Name:           perl-Error
2783b9
Version:        0.17020
aec401
Release:        2%{?dist}
2783b9
Epoch:          1
2783b9
Summary:        Error/exception handling in an OO-ish way
2783b9
License:        (GPL+ or Artistic) and MIT
2783b9
Group:          Development/Libraries
2783b9
URL:            http://search.cpan.org/dist/Error/
2783b9
Source0:        http://www.cpan.org/authors/id/S/SH/SHLOMIF/Error-%{version}.tar.gz
2783b9
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
2783b9
BuildArch:      noarch
2783b9
BuildRequires:  perl(File::Spec)
2783b9
BuildRequires:  perl(lib)
2783b9
BuildRequires:  perl(Module::Build)
2783b9
# Run-requires:
2783b9
BuildRequires:  perl(Carp)
2783b9
BuildRequires:  perl(Exporter)
2783b9
BuildRequires:  perl(Scalar::Util)
2783b9
# Tests:
2783b9
BuildRequires:  perl(base)
2783b9
BuildRequires:  perl(Test::More)
2783b9
# Optional tests:
2783b9
%if !%{defined perl_bootstrap}
2783b9
BuildRequires:  perl(Test::Pod) >= 1.14
2783b9
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
2783b9
%endif
2783b9
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2783b9
Requires:       perl(Carp)
2783b9
2783b9
# Avoid provides/requires from examples
2783b9
%global __provides_exclude_from ^%{_docdir}
2783b9
%global __requires_exclude_from ^%{_docdir}
2783b9
2783b9
%description
2783b9
The Error package provides two interfaces. Firstly Error provides a
2783b9
procedural interface to exception handling. Secondly Error is a base class
2783b9
for errors/exceptions that can either be thrown, for subsequent catch, or
2783b9
can simply be recorded.
2783b9
2783b9
%prep
2783b9
%setup -q -n Error-%{version}
2783b9
2783b9
%build
2783b9
perl Build.PL installdirs=vendor
2783b9
./Build
2783b9
2783b9
%install
2783b9
rm -rf $RPM_BUILD_ROOT
2783b9
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
2783b9
%{_fixperms} $RPM_BUILD_ROOT
2783b9
2783b9
%check
2783b9
./Build test
2783b9
2783b9
%clean
2783b9
rm -rf $RPM_BUILD_ROOT
2783b9
2783b9
%files
2783b9
# GPL+ or Artistic
2783b9
%doc ChangeLog README examples/
2783b9
%{perl_vendorlib}/Error.pm
2783b9
%{_mandir}/man3/Error.3pm*
2783b9
# MIT
2783b9
%{perl_vendorlib}/Error/
2783b9
%{_mandir}/man3/Error::Simple.3pm*
2783b9
2783b9
%changelog
aec401
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:0.17020-2
aec401
- Mass rebuild 2013-12-27
aec401
2783b9
* Sun May  5 2013 Paul Howarth <paul@city-fan.org> - 1:0.17020-1
2783b9
- Update to 0.17020
2783b9
  - Change to Shlomi Fish's new E-mail and web address
2783b9
  - Clarify the licence of lib/Error/Simple.pm (CPAN RT#81277)
2783b9
  - Correct typos (CPAN RT#85023)
2783b9
- Don't use macros for commands
2783b9
- Don't need to remove empty directories from the buildroot
2783b9
- Make %%files list more explicit
2783b9
- Drop %%defattr, redundant since rpm 4.4
2783b9
- Avoid provides/requires from examples
2783b9
2783b9
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17018-6
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2783b9
2783b9
* Mon Nov 19 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.17018-5
2783b9
- Add MIT license
2783b9
2783b9
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17018-4
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2783b9
2783b9
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1:0.17018-3
2783b9
- Perl 5.16 re-rebuild of bootstrapped packages
2783b9
2783b9
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1:0.17018-2
2783b9
- Perl 5.16 rebuild
2783b9
2783b9
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1:0.17018-1
2783b9
- 0.17018 bump
2783b9
- Specify all dependencies
2783b9
- Skip POD tests on bootstrap
2783b9
2783b9
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17016-7
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2783b9
2783b9
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.17016-6
2783b9
- Perl mass rebuild
2783b9
2783b9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17016-5
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2783b9
2783b9
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.17016-4
2783b9
- Rebuild to fix problems with vendorarch/lib (#661697)
2783b9
2783b9
* Sat May 01 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.17016-3
2783b9
- Mass rebuild with perl-5.12.0
2783b9
2783b9
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.17016-2
2783b9
- Mass rebuild with perl-5.12.0
2783b9
2783b9
* Mon Jan 18 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.1716-1
2783b9
- update
2783b9
2783b9
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1:0.17015-4
2783b9
- rebuild against perl 5.10.1
2783b9
2783b9
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17015-3
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2783b9
2783b9
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.17015-2
2783b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2783b9
2783b9
* Sat Aug 02 2008 Steven Pritchard <steve@kspei.com> 1:0.17015-1
2783b9
- Update to 0.17015.
2783b9
2783b9
* Sat May 31 2008 Steven Pritchard <steve@kspei.com> 1:0.17014-1
2783b9
- Update to 0.17014.
2783b9
2783b9
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1:0.17012-2
2783b9
- rebuild for new perl
2783b9
2783b9
* Mon Jan 28 2008 Steven Pritchard <steve@kspei.com> 1:0.17012-1
2783b9
- Update to 0.17012.
2783b9
2783b9
* Mon Jan 07 2008 Steven Pritchard <steve@kspei.com> 1:0.17011-1
2783b9
- Update to 0.17011.
2783b9
- Canonicalize Source0 URL.
2783b9
- Fix find option order.
2783b9
- Use fixperms macro instead of our own chmod incantation.
2783b9
- Improve Summary.
2783b9
- Reformat to match cpanspec output.
2783b9
- Build with Module::Build.
2783b9
2783b9
* Tue Dec 04 2007 Ralf Corsépius <rc040203@freenet.de> - 1:0.17010-1
2783b9
- Upstream update.
2783b9
- Update license tag.
2783b9
2783b9
* Sat Oct 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17008-1
2783b9
- Update to 0.17008.
2783b9
2783b9
* Wed Oct 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17007-1
2783b9
- Update to 0.17007.
2783b9
2783b9
* Sat Oct  7 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17006-1
2783b9
- Update to 0.17006.
2783b9
- New build requirements: Test::Pod and Test::Pod::Coverage.
2783b9
2783b9
* Wed Oct  4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17005-1
2783b9
- Update to 0.17005.
2783b9
2783b9
* Mon Sep  4 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17004-1
2783b9
- Update to 0.17004.
2783b9
2783b9
* Mon Aug 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17003-1
2783b9
- Update to 0.17003.
2783b9
2783b9
* Wed Aug  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17001-1
2783b9
- Update to 0.17001.
2783b9
2783b9
* Fri Jul 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.17-1
2783b9
- Update to 0.17.
2783b9
2783b9
* Tue Jul 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1:0.16-1
2783b9
- Update to 0.16.
2783b9
2783b9
* Fri Apr 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15009-1
2783b9
- Update to 0.15009.
2783b9
2783b9
* Wed Apr 19 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15008-1
2783b9
- Update to 0.15008.
2783b9
2783b9
* Fri Feb 17 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-4
2783b9
- Rebuild for FC5 (perl 5.8.8).
2783b9
2783b9
* Thu Dec 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.15-3
2783b9
- Dist tag.
2783b9
2783b9
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.15-2
2783b9
- rebuilt
2783b9
2783b9
* Fri Jun 11 2004 Steven Pritchard <steve@kspei.com> 0:0.15-1
2783b9
- Specfile autogenerated.