[perl-Moo] filter private requires/provides

Iain Arnell iarnell at fedoraproject.org
Sun Nov 20 07:32:53 UTC 2011


commit 8df614225f7c3a546569b5a9360017a294f258b8
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Nov 20 08:31:25 2011 +0100

    filter private requires/provides

 perl-Moo.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/perl-Moo.spec b/perl-Moo.spec
index 6c861ff..c9f3980 100644
--- a/perl-Moo.spec
+++ b/perl-Moo.spec
@@ -16,6 +16,8 @@ Requires:       perl(Class::Method::Modifiers) >= 1.05
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}perl\\(Moo::_
+%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}perl\\(Moo::_
 
 %description
 This module is an extremely light-weight, high-performance Moose
@@ -49,6 +51,7 @@ make test
 %changelog
 * Sun Nov 20 2011 Iain Arnell <iarnell at gmail.com> 0.009012-1
 - update to latest upstream version
+- filter private requires/provides
 
 * Mon Oct 10 2011 Iain Arnell <iarnell at gmail.com> 0.009011-1
 - update to latest upstream version


More information about the scm-commits mailing list