rebuild, pass one

This commit is contained in:
Tom Callaway 2008-01-11 19:23:21 +00:00
parent 5fc7eaa00e
commit 518434ec60

View File

@ -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 <tcallawa@redhat.com> - 1.06-1.1
- rebuild for new perl
- disable Test-Pod-Coverage, tests for first pass
* Thu Feb 15 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.06-1
- Update to 1.06.