[perl-Dumbbench] Enable SOOT (Perl binding for ROOT) support

Petr Pisar ppisar at fedoraproject.org
Fri Sep 5 12:30:21 UTC 2014


commit 45482322948c8b5ae86171e00d697b6a706288cc
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Sep 5 14:25:40 2014 +0200

    Enable SOOT (Perl binding for ROOT) support

 perl-Dumbbench.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Dumbbench.spec b/perl-Dumbbench.spec
index 5a16f60..1b6c3b1 100644
--- a/perl-Dumbbench.spec
+++ b/perl-Dumbbench.spec
@@ -1,5 +1,5 @@
-# SOOT is not packaged yet
-%bcond_with SOOT
+# SOOT support is optional
+%bcond_without SOOT
 
 Name:           perl-Dumbbench
 Version:        0.09
@@ -44,6 +44,7 @@ does some statistical analysis to discard outliers, and prints the results.
 %if %with SOOT
 %package BoxPlot
 Summary:        Dumbbench visualization using ROOT
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description BoxPlot
 Dumbbench::BoxPlot module provides a way how to plot a Dumbbench timing using
@@ -81,3 +82,4 @@ make test
 %changelog
 * Tue May 14 2013 Petr Pisar <ppisar at redhat.com> 0.09-1
 - Specfile autogenerated by cpanspec 1.78.
+- Enable SOOT (Perl binding for ROOT) support



More information about the perl-devel mailing list