]> git.pld-linux.org Git - packages/php.git/commitdiff
- added man redirection, rel. 15
authorankry <ankry@pld-linux.org>
Mon, 7 Nov 2005 09:30:01 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.509

php.spec

index d8760c60017e887af0c86bd74aab5d561f95d02e..ddf3421ce72f34bff24a4f90a4eb93863055618a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -83,8 +83,8 @@ Summary(ru):  PHP 
 Summary(uk):   PHP ÷ÅÒÓ¦§ 5 - ÍÏ×Á ÐÒÅÐÒÏÃÅÓÕ×ÁÎÎÑ HTML-ÆÁÊ̦×, ×ÉËÏÎÕ×ÁÎÁ ÎÁ ÓÅÒ×ÅÒ¦
 Name:          php
 Version:       5.0.5
-#define        _snap 200510281645
-%define        _rel 14
+#define        _snap   200510281645
+%define        _rel    15
 Release:       %{?_snap:12.11.%{_snap}.}%{_rel}%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
@@ -1798,6 +1798,7 @@ libtool --silent --mode=install install sapi/fcgi/php $RPM_BUILD_ROOT%{_bindir}/
 # install CLI
 libtool --silent --mode=install install sapi/cli/php $RPM_BUILD_ROOT%{_bindir}/php.cli
 install sapi/cli/php.1 $RPM_BUILD_ROOT%{_mandir}/man1/php.1
+echo ".so php.1" >$RPM_BUILD_ROOT%{_mandir}/man1/php.cli.1
 
 # TODO:
 # Why make install doesn't install libphp5.so ?
@@ -2598,6 +2599,7 @@ fi
 %attr(755,root,root) %{_bindir}/php.cli
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
 %{_mandir}/man1/php.1*
+%{_mandir}/man1/php.cli.1*
 
 %files program
 %defattr(644,root,root,755)
This page took 0.048855 seconds and 4 git commands to generate.