X-Git-Url: http://git.pld-linux.org/?p=packages%2Fapache-mod_vhost_limit.git;a=blobdiff_plain;f=apache-mod_vhost_limit.spec;h=7cc2260ffa819cee77e480ceb2c5d8a8428b5def;hp=a988f7f4c447d1b76290e540358f279c9c0c8758;hb=710bb851dfab40da05d4f9183e22c109bc8a9467;hpb=c11710c4bf93e8d15a3e9a035ce061bfc77ff65f diff --git a/apache-mod_vhost_limit.spec b/apache-mod_vhost_limit.spec index a988f7f..7cc2260 100644 --- a/apache-mod_vhost_limit.spec +++ b/apache-mod_vhost_limit.spec @@ -1,59 +1,42 @@ %define mod_name vhost_limit %define apxs /usr/sbin/apxs -Summary: Apache module: vhost_limit limits -Summary(pl): Modu³ do apache: limity pasma +Summary: Apache module: clients restriction per vhost Name: apache-mod_%{mod_name} -Version: 0.4 +Version: 0.1 Release: 1 License: Apache Group: Networking/Daemons -Source0: http://www.nowhere-land.org/programs/mod_vhost_limit/mod_%{mod_name}-%{version}.tar.gz -URL: http://www.nowhere-land.org/programs/mod_vhost_limit/ -BuildRequires: apache(EAPI)-devel -Requires(post,preun): %{apxs} -Requires(post,preun): grep -Requires(preun): fileutils -Requires: apache(EAPI) -Requires: crondaemon -Requires: procps +Source0: http://apache.ivn.cl/files/source/mod_vhost_limit-%{version}.tgz +# Source0-md5: 58e86dfe8f3813f693652ee6740c1c1b +URL: http://apache.ivn.cl/#vhostlimit +BuildRequires: %{apxs} +BuildRequires: apache-devel >= 2.0.0 +BuildRequires: rpmbuild(macros) >= 1.268 +Requires: apache(modules-api) = %apache_modules_api BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _pkglibdir %(%{apxs} -q LIBEXECDIR) -%define _sysconfdir /etc/httpd +%define _pkglibdir %(%{apxs} -q LIBEXECDIR 2>/dev/null) +%define _sysconfdir %(%{apxs} -q SYSCONFDIR 2>/dev/null) %description -This is the module for Apache Web Server to restrict the number of simultaneous connections per a virtual host. +Restrict the number of simultaneous connections per vhost. %prep -%setup -q -n mod_%{mod_name}-%{version} +%setup -q -n mod_vhost_limit-%{version} %build -%{apxs} -c mod_%{mod_name}.c -o mod_%{mod_name}.so +%{apxs} -c mod_vhost_limit.c %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}} +install -d $RPM_BUILD_ROOT%{_pkglibdir} -install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} +libtool install mod_vhost_limit.la $RPM_BUILD_ROOT%{_pkglibdir} +rm -f $RPM_BUILD_ROOT%{_pkglibdir}/*.{l,}a %clean rm -rf $RPM_BUILD_ROOT -%post -%{apxs} -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 -if [ -f /var/lock/subsys/httpd ]; then - /etc/rc.d/init.d/httpd restart 1>&2 -fi - -%preun -if [ "$1" = "0" ]; then - %{apxs} -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 - if [ -f /var/lock/subsys/httpd ]; then - /etc/rc.d/init.d/httpd restart 1>&2 - fi -fi - %files %defattr(644,root,root,755) -%doc */*html -%attr(755,root,root) %{_pkglibdir}/* +%attr(755,root,root) %{_pkglibdir}/*.so