- From: Ville Skytta <ville@dev.w3.org>
- Date: Thu, 14 Oct 2004 09:51:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv32422
Modified Files:
w3c-markup-validator.spec
Log Message:
Bring -libs post(un)install scriptlets up to date with sgml-lib/*.soc.
Index: w3c-markup-validator.spec
===================================================================
RCS file: /sources/public/validator/misc/w3c-markup-validator.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- w3c-markup-validator.spec 10 Oct 2004 16:35:28 -0000 1.4
+++ w3c-markup-validator.spec 14 Oct 2004 09:51:20 -0000 1.5
@@ -3,7 +3,7 @@
Name: w3c-markup-validator
Version: 0.7.0
-Release: 0.cvs
+Release: 0.1.cvs
Epoch: 0
Summary: W3C Markup Validator
@@ -108,14 +108,14 @@
%{_initrddir}/httpd reload &>/dev/null || :
%post libs
-for catalog in "mathml.soc sgml.soc svg.soc xhtml.soc xml.soc"; do
+for catalog in sgml.soc xml.soc ; do
install-catalog --add \
%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
%{_datadir}/sgml/%{name}/$catalog >/dev/null 2>&1 || :
done
%preun libs
-for catalog in "mathml.soc sgml.soc svg.soc xhtml.soc xml.soc"; do
+for catalog in sgml.soc xml.soc ; do
install-catalog --remove \
%{_sysconfdir}/sgml/%{name}-%{version}-%{release}.cat \
%{_datadir}/sgml/%{name}/$catalog >/dev/null 2>&1 || :
@@ -139,7 +139,10 @@
%changelog
-* Sun Oct 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0
+* Thu Oct 14 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.1.cvs
+- Bring -libs post(un)install scriptlets up to date with sgml-lib/*.soc.
+
+* Sun Oct 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.7.0-0.cvs
- Update to 0.7.0 (CVS HEAD as of today).
* Wed Jul 21 2004 Terje Bless <link@pobox.com> - 0:0.6.7-1
Received on Thursday, 14 October 2004 09:51:23 UTC