- From: Ville Skytta <ville@hutz.w3.org>
- Date: Thu, 20 May 2004 18:18:33 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv28394
Modified Files:
Tag: validator-0_6_0-branch
w3c-markup-validator.spec
Log Message:
Update to 0.6.6, include source/index.html in the package.
Index: w3c-markup-validator.spec
===================================================================
RCS file: /sources/public/validator/misc/w3c-markup-validator.spec,v
retrieving revision 1.1.2.18
retrieving revision 1.1.2.19
diff -u -d -r1.1.2.18 -r1.1.2.19
--- w3c-markup-validator.spec 6 May 2004 19:33:05 -0000 1.1.2.18
+++ w3c-markup-validator.spec 20 May 2004 18:18:31 -0000 1.1.2.19
@@ -2,7 +2,7 @@
# $Id$
Name: w3c-markup-validator
-Version: 0.6.5
+Version: 0.6.6
Release: 1
Epoch: 0
Summary: W3C Markup Validator
@@ -10,8 +10,8 @@
Group: Applications/Internet
License: W3C Software License
URL: http://validator.w3.org/
-Source0: http://validator.w3.org/validator-0_6_5.tar.gz
-Source1: http://validator.w3.org/sgml-lib-0_6_5.tar.gz
+Source0: http://validator.w3.org/validator-0_6_6.tar.gz
+Source1: http://validator.w3.org/sgml-lib-0_6_6.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -50,17 +50,11 @@
httpd/conf/httpd.conf
# Cleanup of unused files
-rm -rf htdocs/source htdocs/config/verbosemsg.rc
+rm -rf htdocs/config/verbosemsg.rc
# Move config out of the way
mv htdocs/config __config
-# Point to http://validator.w3.org/source/ for source code
-perl -pi -e \
- 's|href=".*?\bsource/|href="http://validator.w3.org/source/|' \
- htdocs/about.html htdocs/whatsnew.html htdocs/docs/devel.html \
- htdocs/docs/index.html htdocs/docs/install.html httpd/cgi-bin/check
-
# Fixup permissions
find . -type d | xargs chmod 755
find . -type f | xargs chmod 644
@@ -135,6 +129,10 @@
%changelog
+* 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.
+
* Thu May 6 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.5-1
- Update to 0.6.5.
Received on Thursday, 20 May 2004 14:20:48 UTC