]> git.pld-linux.org Git - packages/apache-mod_mpm_itk.git/commitdiff
no utf8 in C description
authorElan Ruusamäe <glen@delfi.ee>
Mon, 24 Feb 2014 16:37:09 +0000 (16:37 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 24 Feb 2014 16:37:09 +0000 (16:37 +0000)
apache-mod_mpm_itk.spec

index 86b4e278e0becd140ec0db69b924ca8366b9fe1c..d5485935d19234d3690f693616dc5ad7e6303cee 100644 (file)
@@ -26,7 +26,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing
 Module) for the Apache web server. mpm-itk allows you to run each of
-your vhost under a separate uid and gidin short, the scripts and
+your vhost under a separate uid and gid - in short, the scripts and
 configuration files for one vhost no longer have to be readable for
 all the other vhosts.
 
@@ -44,16 +44,15 @@ extra fork per request.
 %build
 %configure \
        --with-apxs=%{apxs}
-
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_pkglibdir},%{_sysconfdir}/conf.d}
 
-install .libs/mpm_itk.so $RPM_BUILD_ROOT%{_pkglibdir}
-
-echo "LoadModule mpm_itk_module        modules/mod_mpm_itk.so" > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_%{mod_name}.conf
+install -p .libs/mpm_itk.so $RPM_BUILD_ROOT%{_pkglibdir}
+echo "LoadModule mpm_itk_module        modules/mod_mpm_itk.so" \
+       > $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.097267 seconds and 4 git commands to generate.