diff --git a/perl-Convert-ASN1.spec b/perl-Convert-ASN1.spec index e60f296..05eac2b 100644 --- a/perl-Convert-ASN1.spec +++ b/perl-Convert-ASN1.spec @@ -1,7 +1,7 @@ Summary: ASN.1 Encode/Decode library Name: perl-Convert-ASN1 Version: 0.21 -Release: 2%{?dist} +Release: 2%{?dist}.1 Group: Development/Libraries License: GPL+ or Artistic @@ -10,6 +10,7 @@ Source0: http://www.cpan.org/authors/id/G/GB/GBARR/Convert-ASN1-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Oct 15 2007 Tom "spot" Callaway 0.21-2.1 +- add BR: perl(ExtUtils::MakeMaker) + * Fri Aug 24 2007 Robin Norwood - 0.21-2 - Fix license tag.