b10ee6
# MRO is part of the Perl core since 5.9.5
b10ee6
%if 0%{?fedora} < 9 && 0%{?rhel} < 6
b10ee6
%global mro_in_core 0
b10ee6
%else
b10ee6
%global mro_in_core 1
b10ee6
%endif
b10ee6
b10ee6
Name:		perl-MRO-Compat
b10ee6
Version:	0.13
b10ee6
Release:	4%{?dist}
b10ee6
Summary:	Mro::* interface compatibility for Perls < 5.9.5
b10ee6
License:	GPL+ or Artistic
b10ee6
Group:		Development/Libraries
b10ee6
URL:		http://search.cpan.org/dist/MRO-Compat/
b10ee6
Source0:	http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/MRO-Compat-%{version}.tar.gz
b10ee6
BuildArch:	noarch
b10ee6
# Build
b10ee6
BuildRequires:	coreutils
b10ee6
BuildRequires:	findutils
b10ee6
BuildRequires:	make
b10ee6
BuildRequires:	perl-interpreter
b10ee6
BuildRequires:	perl-generators
b10ee6
BuildRequires:	perl(ExtUtils::MakeMaker)
b10ee6
# Module
b10ee6
%if ! %{mro_in_core}
b10ee6
BuildRequires:	perl(Class::C3) >= 0.24
b10ee6
BuildRequires:	perl(Class::C3::XS) >= 0.08
b10ee6
%endif
b10ee6
BuildRequires:	perl(strict)
b10ee6
BuildRequires:	perl(warnings)
b10ee6
# Test
b10ee6
BuildRequires:	perl(Test::More) >= 0.47
b10ee6
# Dependencies
b10ee6
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
b10ee6
%if ! %{mro_in_core}
b10ee6
Requires:	perl(Class::C3) >= 0.24
b10ee6
Requires:	perl(Class::C3::XS) >= 0.08
b10ee6
%endif
b10ee6
b10ee6
%description
b10ee6
The "mro" namespace provides several utilities for dealing with method
b10ee6
resolution order and method caching in general in Perl 5.9.5 and higher.
b10ee6
This module provides those interfaces for earlier versions of Perl (back
b10ee6
to 5.6.0 anyways).
b10ee6
b10ee6
It is a harmless no-op to use this module on 5.9.5+. That is to say,
b10ee6
code which properly uses MRO::Compat will work unmodified on both older
b10ee6
Perls and 5.9.5+.
b10ee6
b10ee6
If you're writing a piece of software that would like to use the parts
b10ee6
of 5.9.5+'s mro:: interfaces that are supported here, and you want
b10ee6
compatibility with older Perls, this is the module for you.
b10ee6
b10ee6
%prep
b10ee6
%setup -q -n MRO-Compat-%{version}
b10ee6
b10ee6
# Fix script interpreter
b10ee6
perl -MExtUtils::MakeMaker -e 'ExtUtils::MM_Unix->fixin(q{t/15pkg_gen.t})'
b10ee6
b10ee6
%build
b10ee6
perl Makefile.PL INSTALLDIRS=vendor
b10ee6
make %{?_smp_mflags}
b10ee6
b10ee6
%install
b10ee6
rm -rf %{buildroot}
b10ee6
make pure_install DESTDIR=%{buildroot}
b10ee6
find %{buildroot} -type f -name .packlist -delete
b10ee6
%{_fixperms} -c %{buildroot}
b10ee6
b10ee6
%check
b10ee6
make test
b10ee6
b10ee6
%files
b10ee6
%doc Changes README t/
b10ee6
%{perl_vendorlib}/MRO/
b10ee6
%{_mandir}/man3/MRO::Compat.3*
b10ee6
b10ee6
%changelog
b10ee6
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-4
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b10ee6
b10ee6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.13-3
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b10ee6
b10ee6
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.13-2
b10ee6
- Perl 5.26 rebuild
b10ee6
b10ee6
* Wed Mar 29 2017 Paul Howarth <paul@city-fan.org> - 0.13-1
b10ee6
- Update to 0.13
b10ee6
  - Don't run pod tests on user installs
b10ee6
  - Stop using Module::Install to fix installation when @INC doesn't have the
b10ee6
    current directory (CPAN RT#119016)
b10ee6
  - Repository migrated to the github moose organization
b10ee6
- This release by HAARG → update source URL
b10ee6
- Simplify find command using -delete
b10ee6
b10ee6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-13
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b10ee6
b10ee6
* Fri Jul 22 2016 Petr Pisar <ppisar@redhat.com> - 0.12-12
b10ee6
- Use distribution instead of perl version to control build-requires
b10ee6
b10ee6
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-11
b10ee6
- Perl 5.24 rebuild
b10ee6
b10ee6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12-10
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b10ee6
b10ee6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-9
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b10ee6
b10ee6
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-8
b10ee6
- Perl 5.22 rebuild
b10ee6
b10ee6
* Thu Jan 15 2015 Petr Pisar <ppisar@redhat.com> - 0.12-7
b10ee6
- Do not hard-code interpreter name
b10ee6
b10ee6
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.12-6
b10ee6
- Perl 5.20 rebuild
b10ee6
b10ee6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-5
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b10ee6
b10ee6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-4
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b10ee6
b10ee6
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 0.12-3
b10ee6
- Perl 5.18 rebuild
b10ee6
b10ee6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12-2
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b10ee6
b10ee6
* Wed Dec  5 2012 Paul Howarth <paul@city-fan.org> - 0.12-1
b10ee6
- Update to 0.12
b10ee6
  - Bump Class::C3 dependency on 5.8, which in turn will automatically install
b10ee6
    Class::C3::XS if possible
b10ee6
  - Fix nonfunctional SYNOPSIS (CPAN RT#78325)
b10ee6
- This release by BOBTFISH -> update source URL
b10ee6
- Don't need to remove empty directories from the buildroot
b10ee6
- Drop %%defattr, redundant since rpm 4.4
b10ee6
- BR: perl(Cwd), perl(File::Path), perl(File::Spec) for bundled Module::Install
b10ee6
- Bump perl(Class::C3) version requirement to 0.24
b10ee6
- Drop unnecessary version requirement for perl(ExtUtils::MakeMaker)
b10ee6
b10ee6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-11
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b10ee6
b10ee6
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.11-10
b10ee6
- Perl 5.16 rebuild
b10ee6
b10ee6
* Thu Jan 26 2012 Paul Howarth <paul@city-fan.org> - 0.11-9
b10ee6
- Spec clean-up:
b10ee6
  - Only require Class::C3 with perl < 5.9.5
b10ee6
  - Require Class::C3::XS for performance and consistency, but only with
b10ee6
    perl < 5.9.5
b10ee6
  - Use DESTDIR rather than PERL_INSTALL_ROOT
b10ee6
  - Make %%files list more explicit
b10ee6
  - Classify buildreqs by build/module/test
b10ee6
  - Don't use macros for commands
b10ee6
  - Use tabs
b10ee6
b10ee6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-8
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b10ee6
b10ee6
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11-7
b10ee6
- Perl mass rebuild
b10ee6
b10ee6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-6
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b10ee6
b10ee6
* Tue Dec 21 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.11-5
b10ee6
- Rebuild to fix problems with vendorarch/lib (#661697)
b10ee6
b10ee6
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.11-4
b10ee6
- Mass rebuild with perl-5.12.0
b10ee6
b10ee6
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.11-3
b10ee6
- Rebuild against perl 5.10.1
b10ee6
b10ee6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b10ee6
b10ee6
* Tue Jun 02 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.11-1
b10ee6
- Auto-update to 0.11 (by cpan-spec-update 0.01)
b10ee6
- Altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
b10ee6
- Altered br on perl(Class::C3) (0.19 => 0.20)
b10ee6
b10ee6
* Thu Apr 02 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.10-1
b10ee6
- Update to 0.10
b10ee6
b10ee6
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.09-2
b10ee6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b10ee6
b10ee6
* Sat Jun 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.09
b10ee6
- Update to 0.09
b10ee6
b10ee6
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.07-1
b10ee6
- Update to 0.07
b10ee6
b10ee6
* Wed Mar 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.05-6
b10ee6
- Rebuild for new perl
b10ee6
b10ee6
* Thu Dec 06 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.05-5
b10ee6
- Bump
b10ee6
b10ee6
* Wed Dec 05 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.05-4
b10ee6
- Update INstall -> install
b10ee6
b10ee6
* Wed Dec 05 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.05-3
b10ee6
- Add Test::Pod deps
b10ee6
b10ee6
* Tue Dec 04 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.05-2
b10ee6
- Make Class::C3 dep explicit
b10ee6
b10ee6
* Tue Sep 18 2007 Chris Weyl <cweyl@alumni.drew.edu> - 0.05-1
b10ee6
- Specfile autogenerated by cpanspec 1.71