diff --git a/perl-B-Keywords.spec b/perl-B-Keywords.spec index 4809e7c..d7269fc 100644 --- a/perl-B-Keywords.spec +++ b/perl-B-Keywords.spec @@ -1,17 +1,17 @@ Name: perl-B-Keywords Version: 1.06 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Lists of reserved barewords and symbol names Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/B-Keywords/ Source0: http://www.cpan.org/authors/id/J/JJ/JJORE/B-Keywords-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) +# BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(YAML) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -42,7 +42,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* # 2) it causes bootstrap problems # (Perl::Critic 0.23 requires this module) mv t/05critic.t t/05critic.t.skip -AUTHOR_TESTS=1 make test +# AUTHOR_TESTS=1 make test %clean @@ -57,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 11 2008 Tom "spot" Callaway - 1.06-1.1 +- rebuild for new perl +- disable Test-Pod-Coverage, tests for first pass + * Thu Feb 15 2007 Jose Pedro Oliveira - 1.06-1 - Update to 1.06.