#Module-Specific definitions %define mod_name mod_limitipconn %define mod_conf 85_%{mod_name}.conf %define mod_so %{mod_name}.so Summary: DSO module for the apache web server Name: apache-%{mod_name} Version: 0.24 Release: 2 Group: System/Servers License: Apache License URL: http://dominia.org/djao/limitipconn.html Source0: http://dominia.org/djao/limit/%{mod_name}-%{version}.tar.bz2 Source1: %{mod_conf} Requires(pre): rpm-helper Requires(postun): rpm-helper Requires(pre): apache-conf >= 2.2.0 Requires(pre): apache >= 2.2.0 Requires: apache-conf >= 2.2.0 Requires: apache >= 2.2.0 BuildRequires: apache-devel >= 2.2.0 BuildRequires: file Epoch: 1 %description %{mod_name} is a DSO module for the apache web server to limit the maximum number of simultaneous connections per IP address. Allows inclusion and exclusion of files based on MIME type. %prep %setup -q -n %{mod_name}-%{version} # strip away annoying ^M find . -type f|xargs file|grep 'CRLF'|cut -d: -f1|xargs perl -p -i -e 's/\r//' find . -type f|xargs file|grep 'text'|cut -d: -f1|xargs perl -p -i -e 's/\r//' cp %{SOURCE1} %{mod_conf} mv README mod_limitipconn-README.txt %build %{_bindir}/apxs -c %{mod_name}.c %install install -d %{buildroot}%{_libdir}/apache-extramodules install -d %{buildroot}%{_sysconfdir}/httpd/modules.d install -m0755 .libs/*.so %{buildroot}%{_libdir}/apache-extramodules/ install -m0644 %{mod_conf} %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf} install -d %{buildroot}%{_var}/www/html/addon-modules ln -s ../../../..%{_docdir}/%{name} %{buildroot}%{_var}/www/html/addon-modules/%{name} # make the example work... (ugly, but it works...) NEW_URL=/addon-modules/%{name} perl -pi -e "s|_REPLACE_ME_|$NEW_URL|g" %{buildroot}%{_sysconfdir}/httpd/modules.d/%{mod_conf} %post if [ -f %{_var}/lock/subsys/httpd ]; then %{_initrddir}/httpd restart 1>&2; fi %postun if [ "$1" = "0" ]; then if [ -f %{_var}/lock/subsys/httpd ]; then %{_initrddir}/httpd restart 1>&2 fi fi %files %doc ChangeLog INSTALL mod_limitipconn-README.txt %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/httpd/modules.d/%{mod_conf} %attr(0755,root,root) %{_libdir}/apache-extramodules/%{mod_so} %{_var}/www/html/addon-modules/* %changelog * Sat Feb 11 2012 Oden Eriksson 1:0.23-9mdv2012.0 + Revision: 772673 - rebuild * Tue May 24 2011 Oden Eriksson 1:0.23-8 + Revision: 678332 - mass rebuild * Sun Oct 24 2010 Oden Eriksson 1:0.23-7mdv2011.0 + Revision: 588016 - rebuild * Mon Mar 08 2010 Oden Eriksson 1:0.23-6mdv2010.1 + Revision: 516134 - rebuilt for apache-2.2.15 * Sat Aug 01 2009 Oden Eriksson 1:0.23-5mdv2010.0 + Revision: 406603 - rebuild * Tue Jan 06 2009 Oden Eriksson 1:0.23-4mdv2009.1 + Revision: 325804 - rebuild * Mon Jul 14 2008 Oden Eriksson 1:0.23-3mdv2009.0 + Revision: 234967 - rebuild * Fri Jun 20 2008 Oden Eriksson 1:0.23-2mdv2009.0 + Revision: 227406 - fix correct license * Thu Jun 19 2008 Oden Eriksson 1:0.23-1mdv2009.0 + Revision: 226646 - 0.23 * Thu Jun 05 2008 Oden Eriksson 1:0.22-9mdv2009.0 + Revision: 215595 - fix rebuild * Fri Mar 07 2008 Oden Eriksson 1:0.22-8mdv2008.1 + Revision: 181793 - rebuild * Mon Feb 18 2008 Thierry Vignaud 1:0.22-7mdv2008.1 + Revision: 170732 - rebuild - fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake * Sat Jan 05 2008 Oden Eriksson 1:0.22-6mdv2008.1 + Revision: 145833 - fix the config + Olivier Blin - restore BuildRoot + Thierry Vignaud - kill re-definition of %%buildroot on Pixel's request * Sat Sep 08 2007 Oden Eriksson 1:0.22-5mdv2008.0 + Revision: 82602 - rebuild * Sat Mar 10 2007 Oden Eriksson 0.22-4mdv2007.1 + Revision: 140709 - rebuild * Thu Nov 09 2006 Oden Eriksson 1:0.22-3mdv2007.1 + Revision: 79449 - Import apache-mod_limitipconn * Mon Aug 07 2006 Oden Eriksson 1:0.22-3mdv2007.0 - rebuild * Sat Dec 17 2005 Oden Eriksson 1:0.22-2mdk - rebuilt against apache-2.2.0 * Mon Nov 28 2005 Oden Eriksson 1:0.22-1mdk - fix versioning * Sun Jul 31 2005 Oden Eriksson 2.0.54_0.22-2mdk - fix deps * Fri Jun 03 2005 Oden Eriksson 2.0.54_0.22-1mdk - rename the package - the conf.d directory is renamed to modules.d - use new rpm-4.4.x pre,post magic * Sun Mar 20 2005 Oden Eriksson 2.0.53_0.22-4mdk - use the %1 * Mon Feb 28 2005 Oden Eriksson 2.0.53_0.22-3mdk - fix %%post and %%postun to prevent double restarts - fix bug #6574 * Wed Feb 16 2005 Oden Eriksson 2.0.53_0.22-2mdk - spec file cleanups, remove the ADVX-build stuff * Tue Feb 08 2005 Oden Eriksson 2.0.53_0.22-1mdk - rebuilt for apache 2.0.53 * Wed Sep 29 2004 Oden Eriksson 2.0.52_0.22-1mdk - built for apache 2.0.52 * Fri Sep 17 2004 Oden Eriksson 2.0.51_0.22-1mdk - built for apache 2.0.51 * Tue Jul 13 2004 Oden Eriksson 2.0.50_0.22-1mdk - built for apache 2.0.50 - remove redundant provides * Tue Jun 15 2004 Oden Eriksson 2.0.49_0.22-1mdk - built for apache 2.0.49