- From: Ville Skytta <ville@dev.w3.org>
- Date: Fri, 04 Jun 2004 06:47:25 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv7182/misc
Modified Files:
Tag: validator-0_6_0-branch
w3c-markup-validator.spec
Log Message:
Link fixing + gratuitous whitespace tweaks.
Index: w3c-markup-validator.spec
===================================================================
RCS file: /sources/public/validator/misc/w3c-markup-validator.spec,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -d -r1.1.2.19 -r1.1.2.20
--- w3c-markup-validator.spec 20 May 2004 18:18:31 -0000 1.1.2.19
+++ w3c-markup-validator.spec 4 Jun 2004 06:47:23 -0000 1.1.2.20
@@ -3,7 +3,7 @@
Name: w3c-markup-validator
Version: 0.6.6
-Release: 1
+Release: 2
Epoch: 0
Summary: W3C Markup Validator
@@ -40,7 +40,7 @@
# Localize config files
perl -pi -e \
's|\bwww-validator\@w3\.org\b|root\@localhost| ;
- s|/validator\.w3\.org/|/localhost/%{name}/| ;
+ s|/validator\.w3\.org/|/localhost/w3c-validator/| ;
s|/usr/local/validator/htdocs/config/|%{_sysconfdir}/w3c/| ;
s|/usr/local/validator/htdocs/|%{_datadir}/%{name}/| ;
s|^(SGML\s+Library\s+).*|${1}%{_datadir}/sgml/%{name}|' \
@@ -129,6 +129,9 @@
%changelog
+* Fri Jun 4 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.6-2
+- Fix Home Page and Msg FAQ URI in %%{_sysconfdir}/w3c/validator.conf.
+
* Thu May 20 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.6-1
- Update to 0.6.6.
- Include local source/index.html in the package.
Received on Friday, 4 June 2004 02:47:26 UTC