This commit is contained in:
Tom Callaway 2007-10-15 18:54:58 +00:00
parent b9b9669fa8
commit ed71ec6d40

View File

@ -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 <tcallawa@redhat.com> 0.21-2.1
- add BR: perl(ExtUtils::MakeMaker)
* Fri Aug 24 2007 Robin Norwood <rnorwood@redhat.com> - 0.21-2
- Fix license tag.