]> git.pld-linux.org Git - packages/php.git/commitdiff
- created -program package which will be providing /usr/bin/php symlink; rel 14
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 29 Oct 2005 13:42:13 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.506

php.spec

index 7fb9c510bb78e3bd7d900c6d89098ef9932f7059..739fef973ef0bf0fe112f68c674774565c22dcf0 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -84,7 +84,7 @@ Summary(uk):  PHP 
 Name:          php
 Version:       5.0.5
 #define        _snap 200510281645
-%define        _rel 13
+%define        _rel 14
 Release:       %{?_snap:12.11.%{_snap}.}%{_rel}%{?with_hardening:hardened}
 Epoch:         4
 Group:         Libraries
@@ -335,7 +335,6 @@ Summary:    php as FastCGI program
 Summary(pl):   php jako program FastCGI
 Group:         Development/Languages/PHP
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Provides:      php-program = %{epoch}:%{version}-%{release}
 
 %description fcgi
 php as FastCGI program.
@@ -348,7 +347,6 @@ Summary:    php as CGI program
 Summary(pl):   php jako program CGI
 Group:         Development/Languages/PHP
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Provides:      php-program = %{epoch}:%{version}-%{release}
 
 %description cgi
 php as CGI program.
@@ -361,7 +359,6 @@ Summary:    php as CLI interpreter
 Summary(pl):   php jako interpreter dzia³aj±cy z linii poleceñ
 Group:         Development/Languages/PHP
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Provides:      php-program = %{epoch}:%{version}-%{release}
 
 %description cli
 php as CLI interpreter.
@@ -369,6 +366,16 @@ php as CLI interpreter.
 %description cli -l pl
 php jako interpreter dzia³aj±cy z linii poleceñ.
 
+%package program
+Summary:       /usr/bin/php symlink
+Group:         Development/Languages/PHP
+Requires:      %{name}-cli = %{epoch}:%{version}-%{release}
+Provides:      php(program)
+Obsoletes:     php(program)
+
+%description program
+Package providing /usr/bin/php symlink to PHP CLI.
+
 %package common
 Summary:       Common files needed by both apache module and CGI
 Summary(pl):   Wspólne pliki dla modu³u apache'a i programu CGI
@@ -2577,10 +2584,13 @@ fi
 %files cli
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/php.cli
-%attr(755,root,root) %{_bindir}/php
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/php-cli.ini
 %{_mandir}/man1/php.1*
 
+%files program
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/php
+
 %files common
 %defattr(644,root,root,755)
 %doc php.ini-*
This page took 0.0611 seconds and 4 git commands to generate.