[packages/php/PHP_5_6] fix phar manual packaging

glen glen at pld-linux.org
Sun Jan 31 14:06:58 CET 2016


commit 123d843b86ea08d8fc7451ade9e7df479e5d4170
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Jan 31 15:05:46 2016 +0200

    fix phar manual packaging
    
    phar.1 and phar.phar.1 are links
    pharXY.1 is the real man page

 php.spec | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/php.spec b/php.spec
index ba51100..ab5c5e1 100644
--- a/php.spec
+++ b/php.spec
@@ -2611,9 +2611,10 @@ cp -pf Makefile.cli Makefile
 
 # version the .phar files
 mv $RPM_BUILD_ROOT%{_bindir}/phar{,%{ver_suffix}}.phar
-mv $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{ver_suffix}}.phar.1
+mv $RPM_BUILD_ROOT%{_mandir}/man1/phar{,%{ver_suffix}}.1
 # make link relative
 ln -sfn phar%{ver_suffix}.phar $RPM_BUILD_ROOT%{_bindir}/phar
+ln -sfn phar%{ver_suffix}.1 $RPM_BUILD_ROOT%{_mandir}/man1/phar.1
 
 # version suffix
 v=$(echo %{version} | cut -d. -f1-2)
@@ -3404,8 +3405,9 @@ fi
 %attr(755,root,root) %{php_extensiondir}/phar.so
 %attr(755,root,root) %{_bindir}/phar
 %attr(755,root,root) %{_bindir}/phar%{ver_suffix}.phar
-%{_mandir}/man1/phar.1*
-%{_mandir}/man1/phar%{ver_suffix}.phar.1
+%{_mandir}/man1/phar.1
+%{_mandir}/man1/phar.phar.1
+%{_mandir}/man1/phar%{ver_suffix}.1*
 %endif
 
 %if %{with posix}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/123d843b86ea08d8fc7451ade9e7df479e5d4170



More information about the pld-cvs-commit mailing list