]> git.pld-linux.org Git - packages/apache-mod_vhost_limit.git/blobdiff - apache-mod_vhost_limit.spec
- cleanup from some template?
[packages/apache-mod_vhost_limit.git] / apache-mod_vhost_limit.spec
index e2919084560b038e484351754d4a29c02ad7e772..7cc2260ffa819cee77e480ceb2c5d8a8428b5def 100644 (file)
@@ -1,65 +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 dla serwerów wirtualnych
+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
-# Source0-md5: bae36a7174e184804b91356ef67d0b5d
-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.
-
-%description -l pl
-Ten pakiet zawiera modu³ dla serwera WWW Apache s³u¿±cy do
-ograniczania liczby jednoczesnych po³±czeñ dla serwerów wirtualnych.
+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
This page took 0.070431 seconds and 4 git commands to generate.