Notification time stamped 2021-02-19 16:04:27 UTC

From d4e9434db29e6a01edf03d106c89dea2d2587922 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <[email protected]>
Date: Feb 19 2021 16:03:42 +0000
Subject: Control extra test by a build macro


---

diff --git a/perl-List-MoreUtils-XS.spec b/perl-List-MoreUtils-XS.spec
index 4b7ab74..c70cb3c 100644
--- a/perl-List-MoreUtils-XS.spec
+++ b/perl-List-MoreUtils-XS.spec
@@ -1,3 +1,6 @@
+# Run extra tests
+%bcond_without perl_List_MoreUtils_XS_enables_extra_test
+
 Name:          perl-List-MoreUtils-XS
 Version:       0.430
 Release:       2%{?dist}
@@ -36,7 +39,9 @@ BuildRequires:        perl(overload)
 BuildRequires: perl(POSIX)
 BuildRequires: perl(Storable)
 BuildRequires: perl(Test::Builder::Module)
+%if %{with perl_List_MoreUtils_XS_enables_extra_test}
 BuildRequires: perl(Test::LeakTrace)
+%endif
 BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(Tie::Array)
 # Runtime


        
https://src.fedoraproject.org/rpms/perl-List-MoreUtils-XS/c/d4e9434db29e6a01edf03d106c89dea2d2587922?branch=f34
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to