- fix virtual provide for PEAR package (#175074)

This commit is contained in:
jorton 2005-12-06 17:40:15 +00:00
parent c4b9d17417
commit 977b82db26

View File

@ -6,7 +6,7 @@
Summary: PHP Extension and Application Repository framework Summary: PHP Extension and Application Repository framework
Name: php-pear Name: php-pear
Version: 1.4.5 Version: 1.4.5
Release: 3 Release: 4
Epoch: 1 Epoch: 1
License: PHP License: PHP
Group: System Group: System
@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: php >= 5.1.0-1 BuildRequires: php >= 5.1.0-1
Provides: php-pear(Archive_Tar) = 1.3.1 Provides: php-pear(Archive_Tar) = 1.3.1
Provides: php-pear(Console_Getopt) = 1.2 Provides: php-pear(Console_Getopt) = 1.2
Provides: php-pear(PEAR_PEAR) = %{version} Provides: php-pear(PEAR) = %{version}
Provides: php-pear(XML_RPC) = %{xmlrpcver} Provides: php-pear(XML_RPC) = %{xmlrpcver}
%description %description
@ -36,6 +36,7 @@ components. This package contains the basic PEAR components.
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
export PHP_PEAR_SYSCONF_DIR=`pwd` export PHP_PEAR_SYSCONF_DIR=`pwd`
export PEAR_CONFIG_DEFAULT_DOC_DIR=$RPM_BUILD_ROOT%{_docdir}/php-pear-%{version}
%{_bindir}/php -n -dshort_open_tag=0 -dsafe_mode=0 \ %{_bindir}/php -n -dshort_open_tag=0 -dsafe_mode=0 \
-derror_reporting=E_ALL -ddetect_unicode=0 \ -derror_reporting=E_ALL -ddetect_unicode=0 \
@ -78,6 +79,9 @@ rm pear.conf
%config %{_sysconfdir}/pear.conf %config %{_sysconfdir}/pear.conf
%changelog %changelog
* Tue Dec 6 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-4
- fix virtual provide for PEAR package (#175074)
* Sun Dec 4 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-3 * Sun Dec 4 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-3
- fix /usr/bin/{pecl,peardev} (#174882) - fix /usr/bin/{pecl,peardev} (#174882)