validator/misc w3c-markup-validator.spec,1.1.2.14,1.1.2.15

Update of /sources/public/validator/misc
In directory hutz:/tmp/cvs-serv8743/misc

Modified Files:
      Tag: validator-0_6_0-branch
	w3c-markup-validator.spec 
Log Message:
Make httpd reload its config after install, upgrade and erase, and fix a
couple of paths for beta2.


Index: w3c-markup-validator.spec
===================================================================
RCS file: /sources/public/validator/misc/w3c-markup-validator.spec,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- w3c-markup-validator.spec	17 Apr 2004 10:12:48 -0000	1.1.2.14
+++ w3c-markup-validator.spec	24 Apr 2004 17:04:58 -0000	1.1.2.15
@@ -3,7 +3,7 @@
 
 Name:           w3c-markup-validator
 Version:        0.6.5
-Release:        0.beta2.1
+Release:        0.beta2.2
 Epoch:          0
 Summary:        W3C Markup Validator
 
@@ -34,8 +34,8 @@
 
 
 %prep
-%setup -q -a 1 -n validator-0.6.5b1
-mv validator-0.6.5b1/htdocs/sgml-lib .
+%setup -q -a 1 -n validator-0.6.5b2
+mv validator-0.6.5b2/htdocs/sgml-lib .
 
 # Localize config files
 perl -pi -e \
@@ -101,6 +101,14 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+if [ $1 -eq 1 ] ; then
+  %{_initrddir}/httpd reload &>/dev/null || :
+fi
+
+%postun
+%{_initrddir}/httpd reload &>/dev/null || :
+
 %post libs
 for catalog in "mathml.soc sgml.soc svg.soc xhtml.soc xml.soc"; do
   install-catalog --add \
@@ -129,6 +137,10 @@
 
 
 %changelog
+* Sat Apr 24 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.5-0.beta2.2
+- Make httpd reload its config after install, upgrade and erase.
+- Fix a couple of paths for beta2.
+
 * Sat Apr 17 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.5-0.beta2.1
 - Update to 0.6.5 beta 2.
 

Received on Saturday, 24 April 2004 13:05:03 UTC