fix license, br

This commit is contained in:
Tom Callaway 2007-10-17 02:03:27 +00:00
parent 40ac4f0f1b
commit e32a7c644a

View File

@ -5,11 +5,11 @@
Name: perl-Net-SSLeay
Version: 1.30
Release: 5%{?dist}
Release: 5%{?dist}.1
Summary: Perl extension for using OpenSSL
Group: Development/Libraries
License: BSDish
License: OpenSSL
URL: http://search.cpan.org/dist/Net_SSLeay.pm/
Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Net_SSLeay.pm-%{version}.tar.gz
Patch0: %{name}-test14.patch
@ -17,6 +17,7 @@ Patch1: perl-Net-SSLeay-1.2.5-CVE-2005-0106.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: openssl-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -72,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.30-5.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Tue Aug 21 2007 Warren Togami <wtogami@redhat.com> - 1.30-5
- rebuild