Avoid trying to pull in Test::TrailingSpace for EL-8 builds

epel9 imports/e9/perl-XML-SemanticDiff-1.0007-5.el9
Paul Howarth 5 years ago
parent b52486534d
commit 35b0a548d6

@ -1,7 +1,7 @@
Name: perl-XML-SemanticDiff
Summary: Perl extension for comparing XML documents
Version: 1.0007
Release: 4%{?dist}
Release: 5%{?dist}
License: GPL+ or Artistic
URL: https://metacpan.org/release/XML-SemanticDiff
Source0: https://cpan.metacpan.org/modules/by-module/XML/XML-SemanticDiff-%{version}.tar.gz
@ -26,7 +26,7 @@ BuildRequires: perl(Test)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars)
# Optional Tests
%if "%{?rhel}" != "6"
%if "%{?rhel}" != "6" && "%{?rhel}" != "8"
BuildRequires: perl(Test::TrailingSpace)
%endif
# Runtime
@ -63,6 +63,9 @@ perl Build.PL --installdirs=vendor
%{_mandir}/man3/XML::SemanticDiff::BasicHandler.3*
%changelog
* Mon Sep 2 2019 Paul Howarth <paul@city-fan.org> - 1.0007-5
- Avoid trying to pull in Test::TrailingSpace for EL-8 builds
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0007-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save