[w3c-markup-validator/el5] fix spec file parse error no require hints

Nathanael Noblet gnat at fedoraproject.org
Mon Jun 25 19:13:09 UTC 2012


commit a24742768c6f7ea52da6a287ae252a84308f15c9
Author: Nathanael D. Noblet <nathanael at 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



More information about the perl-devel mailing list