671f41
Name:		perl-SUPER
671f41
Version:	1.20141117
671f41
Release:	10%{?dist}
671f41
Summary:	Sane superclass method dispatcher
671f41
License:	GPL+ or Artistic
671f41
URL:		http://search.cpan.org/dist/SUPER/
671f41
Source0:	http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-%{version}.tar.gz
671f41
BuildArch:	noarch
671f41
# =============== Module Build =================
671f41
BuildRequires:	coreutils
671f41
BuildRequires:	findutils
671f41
BuildRequires:	make
671f41
BuildRequires:	perl-interpreter
671f41
BuildRequires:	perl-generators
671f41
BuildRequires:	perl(ExtUtils::MakeMaker)
671f41
# =============== Module Runtime ===============
671f41
BuildRequires:	perl(Carp)
671f41
BuildRequires:	perl(Scalar::Util) >= 1.20
671f41
BuildRequires:	perl(strict)
671f41
BuildRequires:	perl(Sub::Identify) >= 0.03
671f41
BuildRequires:	perl(warnings)
671f41
# =============== Test Suite ===================
671f41
BuildRequires:	perl(base)
671f41
BuildRequires:	perl(lib)
671f41
BuildRequires:	perl(Test::More) >= 0.88
671f41
# =============== Module Runtime ===============
671f41
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
671f41
Requires:	perl(Scalar::Util) >= 1.20
671f41
Requires:	perl(Sub::Identify) >= 0.03
671f41
671f41
%description
671f41
When subclassing a class, you occasionally want to dispatch control to the
671f41
superclass - at least conditionally and temporarily. This module provides
671f41
an easier, cleaner way for class methods to access their ancestor's
671f41
implementation.
671f41
671f41
%prep
671f41
%setup -q -n SUPER-%{version}
671f41
671f41
%build
671f41
perl Makefile.PL INSTALLDIRS=vendor
671f41
make %{?_smp_mflags}
671f41
671f41
%install
671f41
make pure_install DESTDIR=%{buildroot}
671f41
find %{buildroot} -type f -name .packlist -delete
671f41
%{_fixperms} %{buildroot}
671f41
671f41
%check
671f41
make test
671f41
671f41
%files
671f41
%if 0%{?_licensedir:1}
671f41
%license LICENSE
671f41
%else
671f41
%doc LICENSE
671f41
%endif
671f41
%doc Changes README
671f41
%{perl_vendorlib}/SUPER.pm
671f41
%{_mandir}/man3/SUPER.3*
671f41
671f41
%changelog
671f41
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-10
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
671f41
671f41
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-9
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
671f41
671f41
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-8
671f41
- Perl 5.26 rebuild
671f41
671f41
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-7
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
671f41
671f41
* Tue Sep 27 2016 Paul Howarth <paul@city-fan.org> - 1.20141117-6
671f41
- Package LICENSE file
671f41
- Drop legacy spec file elements not needed for EL-6 onwards
671f41
- Simplify find command using -delete
671f41
671f41
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-5
671f41
- Perl 5.24 rebuild
671f41
671f41
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.20141117-4
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
671f41
671f41
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20141117-3
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
671f41
671f41
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.20141117-2
671f41
- Perl 5.22 rebuild
671f41
671f41
* Mon Nov 17 2014 Paul Howarth <paul@city-fan.org> - 1.20141117-1
671f41
- Update to 1.20141117
671f41
  - Improved export mechanism
671f41
  - Removed useless Exporter tests
671f41
  - Improved docs (CPAN RT#79681)
671f41
671f41
* Mon Nov 17 2014 Paul Howarth <paul@city-fan.org> - 1.20141116-1
671f41
- Update to 1.20141116
671f41
  - Resolved Test::More changes (CPAN RT#97939)
671f41
- Switch to ExtUtils::MakeMaker flow
671f41
671f41
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.20120705-7
671f41
- Perl 5.20 rebuild
671f41
671f41
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-6
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
671f41
671f41
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-5
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
671f41
671f41
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.20120705-4
671f41
- Perl 5.18 rebuild
671f41
671f41
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-3
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
671f41
671f41
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20120705-2
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
671f41
671f41
* Fri Jul  6 2012 Paul Howarth <paul@city-fan.org> - 1.20120705-1
671f41
- Update to 1.20120705
671f41
  - Resolved PAUSE packaging nit (CPAN RT#77110)
671f41
  - Converted to dzil
671f41
- Drop provides filter, not needed due to fix for CPAN RT#77110
671f41
- Classify buildreqs by what they are required for
671f41
- BR: perl(Test::Builder::Module) rather than perl(Test::Simple) ≥ 0.61
671f41
- BR: perl(base), perl(lib) and perl(Test::More)
671f41
671f41
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 1.17-8
671f41
- Perl 5.16 rebuild
671f41
671f41
* Tue Mar  6 2012 Paul Howarth <paul@city-fan.org> - 1.17-7
671f41
- Add provides filters that work with all supported distributions
671f41
- BR: perl(Carp) and perl(Exporter)
671f41
- Make %%files list more explicit
671f41
- Drop explicit requires of perl(Exporter) since it's auto-detected by rpm
671f41
  4.9 onwards, and is bundled with perl on all older distributions
671f41
- Don't need to remove empty directories from buildroot
671f41
- Don't use macros for commands
671f41
- %%defattr redundant since rpm 4.4
671f41
- Use tabs
671f41
671f41
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-6
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
671f41
671f41
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.17-5
671f41
- Perl mass rebuild
671f41
671f41
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.17-4
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
671f41
671f41
* Wed Dec 22 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.17-3
671f41
- Rebuild to fix problems with vendorarch/lib (#661697)
671f41
671f41
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.17-2
671f41
- Mass rebuild with perl-5.12.0
671f41
671f41
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.17-1
671f41
- Update filtering
671f41
- Auto-update to 1.17 (by cpan-spec-update 0.01)
671f41
- Added a new br on perl(Scalar::Util) (version 1.20)
671f41
- Altered br on perl(Sub::Identify) (0 => 0.03)
671f41
- Altered br on perl(Test::Simple) (0 => 0.61)
671f41
- Added a new req on perl(Scalar::Util) (version 1.20)
671f41
- Added a new req on perl(Sub::Identify) (version 0.03)
671f41
671f41
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-5
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
671f41
671f41
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.16-4
671f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
671f41
671f41
* Tue Mar 04 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.16-3
671f41
- Rebuild for new perl
671f41
671f41
* Wed Jan 02 2008 Ralf Corsépius <rc040203@freenet.de> - 1.16-2
671f41
- Adjust License-tag
671f41
- BR: perl(Test::Simple) (BZ 419631)
671f41
671f41
* Wed Apr 04 2007 Chris Weyl <cweyl@alumni.drew.edu> - 1.16-1
671f41
- Update to 1.16
671f41
671f41
* Tue Oct 03 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.15-1
671f41
- Update to 1.15
671f41
- Add explict requires on perl(Exporter); missed due to a use base construct
671f41
671f41
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-4
671f41
- Bump
671f41
671f41
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-3
671f41
- Update %%description and %%summary
671f41
671f41
* Thu Sep 07 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-2
671f41
- Filter errant perl(DB) provide
671f41
671f41
* Tue Sep 05 2006 Chris Weyl <cweyl@alumni.drew.edu> - 1.14-1
671f41
- Specfile autogenerated by cpanspec 1.69.1