[perl-PPIx-Regexp] add new filter

Marcela Mašláňová mmaslano at fedoraproject.org
Mon Jul 25 12:04:38 UTC 2011


commit dd2c10b6e1658f16640f7e2b117914f968cae678
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Jul 25 14:01:01 2011 +0200

    add new filter

 perl-PPIx-Regexp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 92993f6..62bcbb1 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,6 +1,6 @@
 Name:           perl-PPIx-Regexp
 Version:        0.020
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,6 +19,8 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 %filter_from_requires /^perl(PPI::Document)$/d
 %filter_setup
 
+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(PPI::Document\\)$
+
 %description
 The purpose of the PPIx-Regexp package is to parse regular expressions in a
 manner similar to the way the PPI package parses Perl. This class forms the
@@ -48,6 +50,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 25 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.020-3
+- add new filter
+
 * Wed Jun 29 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.020-2
 - Perl mass rebuild
 


More information about the scm-commits mailing list