SPECS: apache-mod_mono.spec - addedd restart httpd - req. xsp >= 2.4

marcus marcus at pld-linux.org
Wed Apr 22 09:45:45 CEST 2009


Author: marcus                       Date: Wed Apr 22 07:45:44 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- addedd restart httpd
- req. xsp >= 2.4

---- Files affected:
SPECS:
   apache-mod_mono.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_mono.spec
diff -u SPECS/apache-mod_mono.spec:1.56 SPECS/apache-mod_mono.spec:1.57
--- SPECS/apache-mod_mono.spec:1.56	Tue Apr 21 21:29:54 2009
+++ SPECS/apache-mod_mono.spec	Wed Apr 22 09:45:39 2009
@@ -25,7 +25,7 @@
 BuildRequires:	pkgconfig
 Requires:	apache(modules-api) = %apache_modules_api
 Requires:	mono-csharp >= 1.0
-Requires:	xsp >= 1.9
+Requires:	xsp >= 2.4
 Obsoletes:	mod_mono
 ExcludeArch:	i386
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -81,6 +81,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%service -q httpd restart
+
+%postun
+if [ "$1" = "0" ]; then
+    %service -q httpd restart
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog INSTALL NEWS README
@@ -94,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2009/04/22 07:45:39  marcus
+- addedd restart httpd
+- req. xsp >= 2.4
+
 Revision 1.56  2009/04/21 19:29:54  marcus
 - up to 2.4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_mono.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list