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