[packages/apache-mod_mpm_itk] no utf8 in C description

glen glen at pld-linux.org
Mon Feb 24 17:37:12 CET 2014


commit ae0cdc1e02156d9a9cc6d58ced6d95b125571059
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 24 16:37:09 2014 +0000

    no utf8 in C description

 apache-mod_mpm_itk.spec | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/apache-mod_mpm_itk.spec b/apache-mod_mpm_itk.spec
index 86b4e27..d548593 100644
--- a/apache-mod_mpm_itk.spec
+++ b/apache-mod_mpm_itk.spec
@@ -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 gid—in 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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_mpm_itk.git/commitdiff/ae0cdc1e02156d9a9cc6d58ced6d95b125571059



More information about the pld-cvs-commit mailing list