]> git.pld-linux.org Git - packages/apache1-mod_throttle.git/blobdiff - apache1-mod_throttle.spec
- some pld.org.pl->pld-linux.org cosmetics
[packages/apache1-mod_throttle.git] / apache1-mod_throttle.spec
index 0e7420387f93a72bf1b4f5753808c280478dffb5..680be9884b128723a7dd01a70cd564fc1291a592 100644 (file)
@@ -7,14 +7,15 @@ Summary(fr):  Module qui met en oeuvre la bande passante et l'
 Summary(it):   Modulo che implementa la larghezza di banda e la richiesta di throttling per Apache
 Summary(ja):   Apache ÍÑÂÓ°èÉý¤ª¤è¤ÓÍ׵᥹¥í¥Ã¥È¥ë¤ò¼ÂÁõ¤¹¤ë¥â¥¸¥å¡¼¥ë
 Summary(pl):   T³umienie przepustowo¶ci i zapytañ dla Apache'a
-Summary(pt_BR): Descompressão "On-the-fly" de arquivos HTML para o Apache
+Summary(pt_BR):        Descompressão "On-the-fly" de arquivos HTML para o Apache
 Summary(sv):   En modul som implementerar bandvidd- och begäranbegränsningar i Apache
 Name:          apache-mod_throttle
 Version:       3.1.2
-Release:       3
+Release:       6
 License:       Anthony Howe
 Group:         Networking/Daemons
 Source0:       http://www.snert.com/Software/mod_throttle/mod_throttle312.tgz
+Patch0:                %{name}-PLD-v6stuff.patch
 URL:           http://www.snert.com/Software/mod_throttle/
 BuildRequires: apache-devel
 BuildRequires: %{apxs}
@@ -85,26 +86,24 @@ v
 
 %prep
 %setup -q -n mod_throttle-%{version}
+%patch0 -p1
 
 %build
-%{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c *.c
-# to don't bother about ssi counter inside
-mv -f index.shtml index.html
+%{apxs} -DSUEXEC_BIN="\"\\\"%{_sbindir}/suexec\\\"\"" -o mod_throttle.so -c mod_throttle.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_libexecdir},%{_htmldocdir}}
 
 install mod_throttle.so $RPM_BUILD_ROOT%{_libexecdir}
-install *.html $RPM_BUILD_ROOT%{_htmldocdir}
 
-gzip -9nf *.txt
+sed -e 's/<!--#/<!--/g' index.shtml > mod_throttle.html
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/apxs -e -a -n throttle %{_libexecdir}/mod_throttle.so 1>&2
+%{apxs} -e -a -n throttle %{_libexecdir}/mod_throttle.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 else
@@ -113,7 +112,7 @@ fi
 
 %preun
 if [ "$1" = "0" ]; then
-       %{_sbindir}/apxs -e -A -n throttle %{_libexecdir}/mod_throttle.so 1>&2
+       %{apxs} -e -A -n throttle %{_libexecdir}/mod_throttle.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
@@ -121,6 +120,5 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
-%doc %{_htmldocdir}/index.html
+%doc *.txt *.html
 %attr(755,root,root) %{_libexecdir}/*
This page took 0.058815 seconds and 4 git commands to generate.