[perl-CGI-FormBuilder] filter optional CGI::SSI from requires

Iain Arnell iarnell at fedoraproject.org
Sat Aug 10 15:44:48 UTC 2013


commit f7d44141d1a990effac175c1555e1c5aa2cc5b35
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Aug 10 09:44:36 2013 -0600

    filter optional CGI::SSI from requires

 perl-CGI-FormBuilder.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-CGI-FormBuilder.spec b/perl-CGI-FormBuilder.spec
index 4e10542..fcbc711 100644
--- a/perl-CGI-FormBuilder.spec
+++ b/perl-CGI-FormBuilder.spec
@@ -1,7 +1,7 @@
 Name:           perl-CGI-FormBuilder
 %global         cpanversion 3.08
 Version:        %{cpanversion}00
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Easily generate and process stateful forms
 
 License:        GPL+ or Artistic
@@ -19,6 +19,7 @@ BuildRequires:  perl(CGI::FastTemplate)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %?perl_default_filter
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(CGI::SSI\\)$
 
 %description
 The goal of CGI::FormBuilder (FormBuilder) is to provide an easy way
@@ -51,6 +52,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Aug 10 2013 Iain Arnell <iarnell at gmail.com> 3.0800-2
+- filter optional CGI::SSI from requires
+
 * Sat Aug 10 2013 Iain Arnell <iarnell at gmail.com> 3.0800-1
 - update to latest upstream version
 - skip failing tests due to hash randomization


More information about the scm-commits mailing list