]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.spec
- fix install
[packages/apache.git] / apache.spec
index a331e8a7f89cf5c7d5652bc83b5de135f3b35c18..2b87bd8a9b48121133409f803ead95b3a7c13fb1 100644 (file)
@@ -35,12 +35,12 @@ Summary(pt_BR.UTF-8):       Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):     Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
-Version:       2.4.33
-Release:       2
+Version:       2.4.34
+Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-# Source0-md5: 6ef469d3f16fffeb688bc6e0346823e5
+# Source0-md5: 818adca52f3be187fe45d6822755be95
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
@@ -2801,7 +2801,7 @@ install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
        $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \
        $RPM_BUILD_ROOT%{_datadir}/{cgi-bin,vhosts}
 
-%{__make} -C build install \
+%{__make} -j 1 -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 # clean "ccache" prefix. confuses other build systems (like php)