[perl-Gtk2/f16] filter out bogus Requires on Test::More

Tom Callaway spot at fedoraproject.org
Tue Aug 30 14:11:04 UTC 2011


commit 9048b31802915b2fb77f408b3ba4e4835e2210c3
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Aug 30 10:10:48 2011 -0400

    filter out bogus Requires on Test::More

 perl-Gtk2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-Gtk2.spec b/perl-Gtk2.spec
index 078dc9e..500b4e4 100644
--- a/perl-Gtk2.spec
+++ b/perl-Gtk2.spec
@@ -6,7 +6,7 @@
 
 Name:           perl-Gtk2
 Version:        1.224
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interface to the 2.x series of the Gimp Toolkit library
 
 Group:          Development/Libraries
@@ -37,7 +37,7 @@ Provides:       perl(Gtk2::VBox)
 Provides:       perl(Gtk2::Window)
 Provides:       perl(Gtk2::MessageDialog)
 
-%global __requires_exclude perl\\(Glib\\)
+%global __requires_exclude perl\\(Glib\\)|perl\\(Test::
 
 %description
 This module allows you to write Gtk+ graphical user interfaces in a
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 30 2011 Tom Callaway <spot at fedoraproject.org> - 1.224-2
+- filter out bogus Requires on Test::More
+
 * Wed Aug  3 2011 Tom Callaway <spot at fedoraproject.org> - 1.224-1
 - update to 1.224
 



More information about the perl-devel mailing list