[packages/php/dev-7.1] version phpdbg binary/man to allow parallel install

glen glen at pld-linux.org
Mon Jul 4 19:16:51 CEST 2016


commit 26ef07cf8fb8e85f6c83280b633c784236073675
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Jul 4 20:13:32 2016 +0300

    version phpdbg binary/man to allow parallel install
    
    d770f49

 php.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index a317f21..91eca23 100644
--- a/php.spec
+++ b/php.spec
@@ -2564,6 +2564,10 @@ libtool --mode=install install -p sapi/litespeed/php $RPM_BUILD_ROOT%{_sbindir}/
 %{__make} -f Makefile.phpdbg install-phpdbg \
 	INSTALL="libtool --mode=install install -p" \
 	INSTALL_ROOT=$RPM_BUILD_ROOT
+
+# version the .phar files
+mv $RPM_BUILD_ROOT%{_bindir}/phpdbg{,%{ver_suffix}}
+mv $RPM_BUILD_ROOT%{_mandir}/man1/phpdbg{,%{ver_suffix}}.1
 %endif
 
 %if %{with milter}
@@ -2923,8 +2927,8 @@ fi
 %if %{with phpdbg}
 %files phpdbg
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/phpdbg
-%{_mandir}/man1/phpdbg.1*
+%attr(755,root,root) %{_bindir}/phpdbg%{ver_suffix}
+%{_mandir}/man1/phpdbg%{ver_suffix}.1*
 %endif
 
 %if %{with milter}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/26ef07cf8fb8e85f6c83280b633c784236073675



More information about the pld-cvs-commit mailing list