[perl-Crypt-SSLeay] Conditionalize ExtUtils::MakeMaker::Coverage.

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jul 20 12:25:41 UTC 2012


commit 5f725d2ecb68e615b6181d8969ff08d3ae255d80
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jul 20 14:24:24 2012 +0200

    Conditionalize ExtUtils::MakeMaker::Coverage.

 perl-Crypt-SSLeay.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Crypt-SSLeay.spec b/perl-Crypt-SSLeay.spec
index 532a126..5869176 100644
--- a/perl-Crypt-SSLeay.spec
+++ b/perl-Crypt-SSLeay.spec
@@ -1,7 +1,7 @@
 Name:           perl-Crypt-SSLeay
 Summary:        Crypt::SSLeay - OpenSSL glue that provides LWP https support
 Version:        0.58
-Release:        9%{?dist}
+Release:        10%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://www.cpan.org/authors/id/N/NA/NANIS/Crypt-SSLeay-%{version}.tar.gz
@@ -12,7 +12,9 @@ BuildRequires:  openssl-devel
 BuildRequires:  perl(URI)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Pod::Coverage)
+%if 0%{?fedora} 
 BuildRequires:  perl(ExtUtils::MakeMaker::Coverage)
+%endif
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  /etc/pki/tls/certs/ca-bundle.crt
@@ -83,6 +85,9 @@ make test
 
 
 %changelog
+* Fri Jul 20 2012 Marcela Mašláňová <mmaslano at redhat.com> - 0.58-10
+- Conditionalize ExtUtils::MakeMaker::Coverage
+
 * Mon Jun 25 2012 Petr Pisar <ppisar at redhat.com> - 0.58-9
 - Perl 5.16 rebuild
 


More information about the scm-commits mailing list