X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php.spec;h=a3681f98062188e324b3653a67bfdcbec93c2a79;hb=8167b2d90af53dccd84ff1374cdbf3326c4427e5;hp=dbc89eb675571b5ddba559dce066e305b84730c7;hpb=7954582fdca3349c5d02a8afcf314795b35db8df;p=packages%2Fphp.git diff --git a/php.spec b/php.spec index dbc89eb..a3681f9 100644 --- a/php.spec +++ b/php.spec @@ -2626,8 +2626,15 @@ cp -p sapi/embed/php_embed.h $RPM_BUILD_ROOT%{_includedir}/php/sapi/embed # versioned suffix is always installed libtool --mode=install install -p sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php%{ver_suffix} cp -p sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php%{ver_suffix}.1 + +%if %{with default_php} +# man for php echo ".so php%{ver_suffix}.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.1 +# link as /usr/bin/php ln -sf php%{ver_suffix} $RPM_BUILD_ROOT%{_bindir}/php +# php.cli link for backward compatibility +ln -sf php $RPM_BUILD_ROOT%{_bindir}/php.cli +%endif cp -p php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini