[perl-Goo-Canvas] add filtering for provides/requires

Iain Arnell iarnell at fedoraproject.org
Sat Feb 19 08:26:01 UTC 2011


commit 41698c17ec45735d46932ebbca929c3eba777041
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Feb 19 09:15:18 2011 +0100

    add filtering for provides/requires

 perl-Goo-Canvas.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/perl-Goo-Canvas.spec b/perl-Goo-Canvas.spec
index 7b989a0..3d7c6c1 100644
--- a/perl-Goo-Canvas.spec
+++ b/perl-Goo-Canvas.spec
@@ -1,6 +1,6 @@
 Name:           perl-Goo-Canvas
 Version:        0.06
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        Perl interface to the GooCanvas
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -20,6 +20,12 @@ BuildRequires:  perl(Glib::MakeHelper)
 BuildRequires:  perl(Gtk2) >= 1.100
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?filter_setup:
+%filter_from_requires /perl(Tetris/d
+%filter_from_requires /perl(Mine/d
+%?perl_default_filter
+}
+
 %description
 GTK+ does't has an buildin canvas widget. GooCanvas is wonderful. It is easy to use
 and has powerful and extensible way to create items in canvas. Just try it.
@@ -62,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/auto/*
 
 %changelog
+* Sat Feb 19 2011 Iain Arnell <iarnell at gmail.com> 0.06-11
+- add filtering for provides/requires
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list