commit a24742768c6f7ea52da6a287ae252a84308f15c9
Author: Nathanael D. Noblet <nathan...@gnat.ca>
Date:   Mon Jun 25 12:47:33 2012 -0600

    fix spec file parse error no require hints

 w3c-markup-validator.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/w3c-markup-validator.spec b/w3c-markup-validator.spec
index 92798f0..c7bbd41 100644
--- a/w3c-markup-validator.spec
+++ b/w3c-markup-validator.spec
@@ -29,7 +29,7 @@ BuildRequires:  %{__perl}
 BuildRequires:  xz
 Requires:       httpd
 Requires:       %{name}-libs = %{version}
-Requires(hint): perl(HTML::Tidy)
+Requires:       perl(HTML::Tidy)
 
 %description
 The W3C Markup Validator checks documents like HTML and XHTML for
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to