Don't include perl(Test::Pod) during modular build
This commit is contained in:
parent
baa12fc0a4
commit
7683597b47
@ -1,6 +1,6 @@
|
||||
Name: perl-Data-UUID
|
||||
Version: 1.221
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
Group: Development/Libraries
|
||||
# Upstream says BSD but LICENSE file looks more like MIT
|
||||
@ -31,9 +31,11 @@ BuildRequires: perl(strict)
|
||||
# Test Suite
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(threads)
|
||||
%if ! 0%{?_module_build}
|
||||
# Optional Tests
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.06
|
||||
%endif
|
||||
# Runtime
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
|
||||
@ -88,6 +90,9 @@ perl smp-test/collision.t
|
||||
%{_mandir}/man3/Data::UUID.3*
|
||||
|
||||
%changelog
|
||||
* Fri Apr 21 2017 Petr Hracek <phracek@redhat.com> - 1.221-6
|
||||
- Don't include perl(Test::Pod) during modular build
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.221-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user