diff --git a/perl-Object-Accessor.spec b/perl-Object-Accessor.spec index 2b0d61f..c2493f9 100644 --- a/perl-Object-Accessor.spec +++ b/perl-Object-Accessor.spec @@ -1,6 +1,6 @@ Name: perl-Object-Accessor Version: 0.32 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module that allows per object accessors License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Object-Accessor/ Source0: http://www.cpan.org/authors/id/K/KA/KANE/Object-Accessor-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Params::Check) >= 0.23 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -45,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 18 2007 Steven Pritchard 0.32-2 +- BR ExtUtils::MakeMaker. + * Tue Oct 17 2006 Steven Pritchard 0.32-1 - Update to 0.32. - Use fixperms macro instead of our own chmod incantation.