|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: perl-B-Keywords
|
|
|
|
Name: perl-B-Keywords
|
|
|
|
Version: 1.06
|
|
|
|
Version: 1.08
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Lists of reserved barewords and symbol names
|
|
|
|
Summary: Lists of reserved barewords and symbol names
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
@ -33,16 +33,11 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
|
|
|
|
chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
# Skip the Perl::Critic tests for two reasons:
|
|
|
|
make test
|
|
|
|
# 1) it fails a couple of tests
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -57,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Mar 15 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.08-1
|
|
|
|
|
|
|
|
- update to 1.08
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
|
|
|
|
* Thu Feb 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.06-4
|
|
|
|
- Rebuild normally, second pass
|
|
|
|
- Rebuild normally, second pass
|
|
|
|
|
|
|
|
|
|
|
|