Do not use Test::Kwalitee on RHEL >= 7 (#815750)
This commit is contained in:
parent
f92a931817
commit
162c187541
@ -1,6 +1,6 @@
|
||||
Name: perl-Variable-Magic
|
||||
Version: 0.48
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Associate user-defined magic to variables from Perl
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -12,7 +12,9 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
||||
BuildRequires: perl(Test::Portability::Files)
|
||||
%if ! 0%{?rhel} >= 7
|
||||
BuildRequires: perl(Test::Kwalitee)
|
||||
%endif
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
|
||||
%{?perl_default_filter}
|
||||
@ -49,6 +51,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 24 2012 Petr Pisar <ppisar@redhat.com> - 0.48-2
|
||||
- Do not use Test::Kwalitee on RHEL >= 7 (#815750)
|
||||
|
||||
* Sat Feb 18 2012 Emmanuel Seyman <emmanuel.seyman@club-internet.fr> - 0.48-1
|
||||
- Update to 0.48
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user