From 8167b2d90af53dccd84ff1374cdbf3326c4427e5 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 15 Sep 2014 11:17:22 +0000 Subject: [PATCH] - missed this one when TLDizing --- php.spec | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.45.1