From 62e3bda455a52275a4daaa693996739f2a632e28 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 17 2007 04:36:35 +0000 Subject: fix br, license --- diff --git a/perl-WWW-Bugzilla.spec b/perl-WWW-Bugzilla.spec index f3c61ea..6149697 100644 --- a/perl-WWW-Bugzilla.spec +++ b/perl-WWW-Bugzilla.spec @@ -6,11 +6,11 @@ Name: perl-WWW-Bugzilla Version: 0.9 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Handles submission/update of bugzilla bugs via WWW::Mechanize Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/WWW-Bugzilla/ Source0: http://www.cpan.org/authors/id/B/BM/BMC/WWW-Bugzilla-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Class::MethodMaker) >= 1.08 BuildRequires: perl(WWW::Mechanize) >= 1.22 +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(Class::MethodMaker) >= 1.08 @@ -61,6 +62,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 17 2007 Tom "spot" Callaway - 0.9-1.1 +- correct license tag +- add BR: perl(ExtUtils::MakeMaker) + * Sat Apr 21 2007 Jose Pedro Oliveira - 0.9-1 - Update to 0.9.