- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 24 Apr 2007 19:45:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv21324
Modified Files:
w3c-markup-validator.spec
Log Message:
Preliminary 0.8.0 adaptations.
Index: w3c-markup-validator.spec
===================================================================
RCS file: /sources/public/validator/misc/w3c-markup-validator.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- w3c-markup-validator.spec 31 Mar 2006 05:51:50 -0000 1.7
+++ w3c-markup-validator.spec 24 Apr 2007 19:45:18 -0000 1.8
@@ -4,8 +4,8 @@
%{expand: %%define tbver %(echo %{version} | tr . _)}
Name: w3c-markup-validator
-Version: 0.7.2
-Release: 1
+Version: 0.8.0
+Release: 0
Summary: W3C Markup Validator
Group: Applications/Internet
@@ -18,9 +18,7 @@
BuildArch: noarch
BuildRequires: perl
Requires: httpd
-Requires: openjade >= 1.3.2
Requires: %{name}-libs = %{version}
-Obsoletes: w3c-validator
%description
The W3C Markup Validator checks documents like HTML and XHTML for
@@ -30,7 +28,6 @@
Summary: SGML and XML DTDs for the W3C Markup Validator
Group: Applications/Text
Requires: sgml-common
-Obsoletes: w3c-validator-libs
%description libs
SGML and XML DTDs for the W3C Markup Validator.
@@ -46,6 +43,7 @@
htdocs/config/validator.conf httpd/conf/httpd.conf httpd/cgi-bin/*
%{__perl} -pi -e \
's|^(\s*Library\s*=\s*).*|${1}%{_datadir}/sgml/%{name}| ;
+ s|^(\s*TidyConf\s*=\s*).*|${1}%{_sysconfdir}/w3c/tidy.conf| ;
s|\bwww-validator\@w3\.org\b|root\@localhost| ;
s|/validator\.w3\.org/|/localhost/w3c-validator/|' \
htdocs/config/validator.conf
@@ -104,7 +102,7 @@
%files
%defattr(-,root,root,-)
-# Configs not "noreplace", they're incompatible in 0.6.x and 0.7.x.
+# Configs not "noreplace", they're incompatible to some extent between releases
%config %{_sysconfdir}/httpd/conf.d/%{name}.conf
%config %{_sysconfdir}/w3c/
%{_datadir}/%{name}/
@@ -116,8 +114,7 @@
%changelog
-
-* Thu Feb 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.72-1
+* Thu Feb 9 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.7.2-1
- 0.7.2.
* Sat Oct 8 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.7.1-1
Received on Tuesday, 24 April 2007 19:45:22 UTC