]> TLD Linux GIT Repositories - packages/php.git/commitdiff
- fix builddir
authorMarcin Krol <hawk@tld-linux.org>
Sat, 26 Sep 2020 14:13:33 +0000 (16:13 +0200)
committerMarcin Krol <hawk@tld-linux.org>
Sat, 26 Sep 2020 14:13:33 +0000 (16:13 +0200)
php.spec

index c09e6c97652d942a848ec4e78b45be2a0c94a481..0dffa8a61511962e44bb4097bb8a161020d21331 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -126,7 +126,7 @@ Summary(ru.UTF-8):  PHP Версии 7 - язык препроцессирова
 Summary(uk.UTF-8):     PHP Версії 7 - мова препроцесування HTML-файлів, виконувана на сервері
 Name:          %{orgname}%{php_suffix}
 Version:       7.4.10
-Release:       1
+Release:       2
 Epoch:         4
 # All files licensed under PHP version 3.01, except
 # Zend is licensed under Zend
@@ -2333,7 +2333,7 @@ install -d \
 cp -pf php_config.h.cli main/php_config.h
 cp -pf Makefile.cli Makefile
 %{__make} install \
-       phpbuilddir=%{_libdir}/%{name}/build \
+       phpbuilddir=%{_libdir}/php/php%{php_suffix}/build \
        INSTALL_ROOT=$RPM_BUILD_ROOT
 
 # touch for ghost
@@ -2762,7 +2762,7 @@ fi
 %attr(755,root,root) %{_libdir}/libphp_common%{php_suffix}.so
 %{_libdir}/libphp_common%{php_suffix}.la
 %{_includedir}/php/php%{php_suffix}
-%{_libdir}/%{name}/build
+%{_libdir}/php/php%{php_suffix}/build
 %{_mandir}/man1/php-config%{php_suffix}.1*
 %ghost %{_mandir}/man1/php-config.1*
 %{_mandir}/man1/phpize%{php_suffix}.1*