]> git.pld-linux.org Git - packages/apache-mod_vhost_limit.git/commitdiff
- cleanup from some template?
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Nov 2006 17:55:41 +0000 (17:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_vhost_limit.spec -> 1.6

apache-mod_vhost_limit.spec

index 120c34f9aa84aa9d4e1059acb47d0fd056696c41..7cc2260ffa819cee77e480ceb2c5d8a8428b5def 100644 (file)
@@ -12,10 +12,7 @@ URL:         http://apache.ivn.cl/#vhostlimit
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.0
 BuildRequires: rpmbuild(macros) >= 1.268
-BuildRequires: sed >= 4.0
 Requires:      apache(modules-api) = %apache_modules_api
-Requires:      crondaemon
-Requires:      procps
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -34,8 +31,8 @@ Restrict the number of simultaneous connections per vhost.
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
-libtool install mod_vhost_limit.la $RPM_BUILD_ROOT%{_pkglibdir}/
-rm -rf $RPM_BUILD_ROOT%{_pkglibdir}/*.{l,}a
+libtool install mod_vhost_limit.la $RPM_BUILD_ROOT%{_pkglibdir}
+rm -f $RPM_BUILD_ROOT%{_pkglibdir}/*.{l,}a
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.083167 seconds and 4 git commands to generate.