fix br, license

This commit is contained in:
Tom Callaway 2007-10-17 01:58:30 +00:00
parent 0c9397f973
commit fa456d963f

View File

@ -1,10 +1,10 @@
Name: perl-Net-SNMP
Version: 5.2.0
Release: 1%{?dist}
Release: 1%{?dist}.1
Summary: Object oriented interface to SNMP
Group: Development/Libraries
License: GPL or Artistic
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Net-SNMP/
Source0: http://www.cpan.org/authors/id/D/DT/DTOWN/Net-SNMP-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -13,6 +13,7 @@ BuildArch: noarch
BuildRequires: perl(Crypt::DES)
BuildRequires: perl(Digest::HMAC)
BuildRequires: perl(Digest::SHA1)
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
#Requires: perl(Crypt::Rijndael)
#Requires: perl(Socket6)
@ -72,5 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 5.2.0-1.1
- correct license tag
- add BR: perl(ExtUtils::MakeMaker)
* Sat May 13 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.2.0-1
- First build.