]> git.pld-linux.org Git - packages/apache1-mod_watch.git/commitdiff
- missing html file, example config; release 3
authorradek <radek@pld-linux.org>
Fri, 30 Aug 2002 18:55:28 +0000 (18:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_watch.spec -> 1.7

apache1-mod_watch.spec

index 48550baf4bad2b4d1b072b3d7525dc994e7feb99..af18f621fc17da33cffa7e2cd12db7360226d8c2 100644 (file)
@@ -4,7 +4,7 @@ Summary:        Apache module: Monitoring Interface for MRTG
 Summary(pl):   ModuĀ³ do apache: Interfejs do monitorowania za pomocĀ± MRTG
 Name:          apache-mod_%{mod_name}
 Version:       3.13
-Release:       2
+Release:       3
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://www.snert.com/Software/mod_watch/mod_watch%(echo %{version} | sed -e "s#\.##g").tgz
@@ -49,6 +49,9 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd}
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/httpd/mod_watch.conf
 
+mv mod_watch.html mod_watch_pl.html
+sed -e 's/<!--#/<!--/g' index.shtml > mod_watch.html
+
 %post
 %{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f %{_sysconfdir}/httpd/httpd.conf ] && \
This page took 0.071185 seconds and 4 git commands to generate.