[perl-Net-STOMP-Client] - Add BR perl(Time::HiRes) on EPEL6.

stevetraylen stevetraylen at fedoraproject.org
Mon Jan 10 19:54:13 UTC 2011


commit 3a6cb5c8e6e6361d306dc2552569168a98ff4d4d
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Mon Jan 10 20:53:55 2011 +0100

    - Add BR perl(Time::HiRes) on EPEL6.

 perl-Net-STOMP-Client.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-STOMP-Client.spec b/perl-Net-STOMP-Client.spec
index 5a87469..8fc21e1 100644
--- a/perl-Net-STOMP-Client.spec
+++ b/perl-Net-STOMP-Client.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-STOMP-Client
 Version:        0.9.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        STOMP object oriented client module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,6 +11,9 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(IO::Socket::SSL)
 BuildRequires:  perl(Test::More)
+%if 0%{?el6} 
+BuildRequires:  perl(Time::HiRes)
+%endif
 Requires:       perl(IO::Socket::SSL)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -50,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 10 2011 Steve Traylen <steve.traylen at cern.ch> - 0.9.5-2
+- Add BR perl(Time::HiRes) on EPEL6.
+
 * Mon Jan 10 2011 Steve Traylen <steve.traylen at cern.ch> - 0.9.5-1
 - New upstream 0.9.5
 


More information about the scm-commits mailing list