[perl-QWizard/el5] don't (soft)require perl(Gtk2) since it doesnt exist on el5

Wes Hardaker hardaker at fedoraproject.org
Mon Oct 31 17:47:25 UTC 2011


commit 577dfe132e0d684fba050339c57e53199ddb20b0
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Mon Oct 31 10:46:01 2011 -0700

    don't (soft)require perl(Gtk2) since it doesnt exist on el5

 perl-QWizard.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-QWizard.spec b/perl-QWizard.spec
index 985e651..cd07bac 100644
--- a/perl-QWizard.spec
+++ b/perl-QWizard.spec
@@ -14,7 +14,8 @@ BuildRequires:  perl(CGI)
 # These are not auto-detected since they're technically optional
 # (they're the best of the alternative choices available on linux)
 Requires:       perl(CGI)
-Requires:       perl(Gtk2)
+# this is a soft require and simply makes it better, but Gtk2 isn't on EL5
+#Requires:       perl(Gtk2)
 Requires:       perl(Chart::Lines)
 
 # neither are picked up automagically.


More information about the scm-commits mailing list