|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-UNIVERSAL-can
|
|
|
|
|
Version: 1.11
|
|
|
|
|
Version: 1.12
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Hack around people calling UNIVERSAL::can() as a function
|
|
|
|
|
|
|
|
|
@ -11,7 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: perl(Module::Build)
|
|
|
|
|
BuildRequires: perl(Test::Warn) >= 0.08
|
|
|
|
|
BuildRequires: perl(Test::Simple) >= 0.60
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.14
|
|
|
|
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
|
|
@ -44,7 +43,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
./Build test
|
|
|
|
|
mv t/developer/0-signature.t t/developer/0-signature.t.disable
|
|
|
|
|
PERL_RUN_ALL_TESTS=1 ./Build test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Apr 5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
|
|
|
|
|
- Update to 1.12.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
|
|
|
|
|
- Update to 1.11.
|
|
|
|
|
- No longer build requires perl(Test::Exception).
|
|
|
|
|