@ -1,5 +1,5 @@
Name: perl-Class-Load
Name: perl-Class-Load
Version: 0.18
Version: 0.19
Release: 1%{?dist}
Release: 1%{?dist}
Summary: A working (require "Class::Name") and more
Summary: A working (require "Class::Name") and more
Group: Development/Libraries
Group: Development/Libraries
@ -17,6 +17,7 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(base)
BuildRequires: perl(base)
BuildRequires: perl(Carp)
BuildRequires: perl(Carp)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Exporter)
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Module::Implementation) >= 0.04
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Module::Runtime) >= 0.012
BuildRequires: perl(Package::Stash) >= 0.14
BuildRequires: perl(Package::Stash) >= 0.14
@ -77,7 +78,6 @@ make %{?_smp_mflags}
%install
%install
make pure_install DESTDIR=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot}
%{_fixperms} %{buildroot}
%check
%check
@ -89,6 +89,12 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%{_mandir}/man3/Class::Load.3pm*
%{_mandir}/man3/Class::Load.3pm*
%changelog
%changelog
* Tue Apr 3 2012 Paul Howarth <paul@city-fan.org> - 0.19-1
- Update to 0.19 (no functional changes)
- This release by DOY -> update source URL
- BR: perl(Exporter)
- Don't need to remove empty directories from buildroot
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 0.18-1
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 0.18-1
- Update to 0.18:
- Update to 0.18:
- Require Package::Stash ≥ 0.14 (CPAN RT#75095)
- Require Package::Stash ≥ 0.14 (CPAN RT#75095)