279592
Name:		perl-parent
279592
Epoch:		1
279592
Version:	0.225
279592
Release:	243%{?dist}
279592
Summary:	Establish an ISA relationship with base classes at compile time
279592
License:	GPL+ or Artistic
279592
Group:		Development/Libraries
279592
URL:		http://search.cpan.org/dist/parent/
279592
Source0:	http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz
279592
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
279592
BuildArch:	noarch
279592
BuildRequires:	perl(ExtUtils::MakeMaker)
279592
BuildRequires:	perl(lib)
279592
BuildRequires:	perl(Test::More) >= 0.4
279592
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
279592
279592
%description
279592
Allows you to both load one or more modules, while setting up inheritance
279592
from those modules at the same time. Mostly similar in effect to:
279592
279592
	package Baz;
279592
279592
	BEGIN {
279592
		require Foo;
279592
		require Bar;
279592
279592
		push @ISA, qw(Foo Bar);
279592
	}
279592
279592
%prep
279592
%setup -q -n parent-%{version}
279592
279592
# Remove spurious exec permissions
279592
chmod -c -x Changes lib/parent.pm
279592
279592
%build
279592
perl Makefile.PL INSTALLDIRS=vendor
279592
make %{?_smp_mflags}
279592
279592
%install
279592
rm -rf %{buildroot}
279592
make pure_install DESTDIR=%{buildroot}
279592
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
279592
%{_fixperms} %{buildroot}
279592
279592
%check
279592
make test
279592
279592
%clean
279592
rm -rf %{buildroot}
279592
279592
%files
279592
%doc Changes
279592
%{perl_vendorlib}/parent.pm
279592
%{_mandir}/man3/parent.3pm*
279592
279592
%changelog
279592
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-243
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
279592
279592
* Sat Aug 25 2012 Paul Howarth <paul@city-fan.org> - 1:0.225-242
279592
- Don't need to remove empty directories from the buildroot
279592
- Drop %%defattr, redundant since rpm 4.4
279592
279592
* Wed Aug 15 2012 Petr Pisar <ppisar@redhat.com> - 1:0.225-241
279592
- Specify all dependencies
279592
279592
* Mon Aug 13 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-240
279592
- bump release to override sub-package from perl.spec
279592
279592
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-8
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
279592
279592
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 1:0.225-7
279592
- Perl 5.16 rebuild
279592
279592
* Tue Feb  7 2012 Paul Howarth <paul@city-fan.org> - 1:0.225-6
279592
- Reinstate compatibility with old distributions like EL-5
279592
  - Add back buildroot definition and cleaning
279592
- Use DESTDIR rather than PERL_INSTALL_ROOT
279592
- Make %%files list more explicit
279592
- Drop redundant %%{?perl_default_filter}
279592
- Don't use macros for commands
279592
- Use tabs
279592
279592
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.225-5
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
279592
279592
* Wed Aug 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-4
279592
- Install to vendor directories rather than perl core directories so as to
279592
  avoid conflicts between our debuginfo and the main perl-debuginfo package
279592
279592
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-3
279592
- Perl mass rebuild
279592
279592
* Tue Jun 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1:0.225-2
279592
- Perl mass rebuild
279592
279592
* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> - 1:0.225-1
279592
- Update to latest upstream version
279592
- Clean up spec for modern rpmbuild
279592
279592
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.224-2
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
279592
279592
* Sun Nov 21 2010 Iain Arnell <iarnell@gmail.com> - 1:0.224-1
279592
- Update to latest upstream version
279592
279592
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1:0.223-4
279592
- Mass rebuild with perl-5.12.0
279592
279592
* Sat Mar 27 2010 Iain Arnell <iarnell@gmail.com> - 1:0.223-3
279592
- Dual-life module
279592
- Add epoch to match that of parent in core
279592
- Use core macros, not vendor
279592
279592
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.223-2
279592
- Rebuild against perl 5.10.1
279592
279592
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 0.223-1
279592
- Update filtering
279592
- Auto-update to 0.223 (by cpan-spec-update 0.01)
279592
- Altered br on perl(Test::More) (0 => 0.4)
279592
279592
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.221-4
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
279592
279592
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.221-3
279592
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
279592
279592
* Thu Jun 19 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.221-2
279592
- Bump
279592
279592
* Wed May 28 2008 Chris Weyl <cweyl@alumni.drew.edu> - 0.221-1
279592
- Specfile autogenerated by cpanspec 1.75