Add buildreqs for optional tests now they're available

This commit is contained in:
Paul Howarth 2014-04-25 15:02:54 +01:00
parent bad9bfbc76
commit ecf8c6c018
1 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
Name: perl-MouseX-Getopt
Summary: Mouse role for processing command line options
Version: 0.35
Release: 2%{?dist}
Release: 3%{?dist}
License: GPL+ or Artistic
# Hotfix release with different case, expected to revert to normal in subsequent releases
#URL: http://search.cpan.org/dist/MouseX-Getopt/
@ -35,9 +35,8 @@ BuildRequires: perl(Test::Mouse)
BuildRequires: perl(Test::Warn) >= 0.21
# Optional Tests (have circular dependencies)
%if 0%{!?perl_bootstrap:1}
# Not yet in Fedora
#BuildRequires: perl(MouseX::ConfigFromFile)
#BuildRequires: perl(MouseX::SimpleConfig) >= 0.07
BuildRequires: perl(MouseX::ConfigFromFile)
BuildRequires: perl(MouseX::SimpleConfig) >= 0.07
%endif
# Runtime
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -81,6 +80,9 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/MouseX::Getopt::Strict.3*
%changelog
* Fri Apr 25 2014 Paul Howarth <paul@city-fan.org> - 0.35-3
- Add buildreqs for optional tests now they're available
* Thu Apr 17 2014 Paul Howarth <paul@city-fan.org> - 0.35-2
- Incorporate feedback from package review (#1088856)
- Don't ship bogus LICENSE file