Rebuild normally, second pass

This commit is contained in:
Tom Callaway 2008-01-14 22:32:09 +00:00
parent 518434ec60
commit 2193e1da27

View File

@ -1,6 +1,6 @@
Name: perl-B-Keywords
Version: 1.06
Release: 1%{?dist}.1
Release: 2%{?dist}
Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries
@ -11,7 +11,7 @@ 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,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jan 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-2
- rebuild normally, second pass
* 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