Blame SPECS/php-pear.spec

04b387
%if 0%{?scl:1}
04b387
%scl_package php-pear
04b387
%else
04b387
%global pkg_name         %{name}
04b387
%global _root_sysconfdir %{_sysconfdir}
04b387
%endif
04b387
%if 0%{?nfsmountable}
04b387
%global metadir          %{_scl_root}/var/lib/pear
04b387
%else
04b387
%global metadir          %{_localstatedir}/lib/pear
04b387
%endif
04b387
04b387
%global peardir %{_datadir}/pear
04b387
04b387
%global getoptver 1.3.1
04b387
%global arctarver 1.3.13
04b387
# https://pear.php.net/bugs/bug.php?id=19367
04b387
# Structures_Graph 1.0.4 - incorrect FSF address
04b387
%global structver 1.0.4
04b387
%global xmlutil   1.2.3
04b387
04b387
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_root_sysconfdir}/rpm; echo $d)
04b387
04b387
#global pearprever dev1
04b387
04b387
Summary: PHP Extension and Application Repository framework
04b387
Name: %{?scl_prefix}php-pear
04b387
Version: 1.9.5
208322
Release: 4%{?dist}
04b387
Epoch: 1
04b387
# PEAR, Archive_Tar, XML_Util are BSD
04b387
# Console_Getopt is PHP
04b387
# Structures_Graph is LGPLv2+
04b387
License: BSD and PHP and LGPLv2+
04b387
Group: Development/Languages
04b387
URL: http://pear.php.net/package/PEAR
04b387
Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz
04b387
# wget https://raw.github.com/pear/pear-core/master/install-pear.php
04b387
Source1: install-pear.php
208322
Source3: cleanup.php
04b387
Source10: pear.sh
04b387
Source11: pecl.sh
04b387
Source12: peardev.sh
04b387
Source13: macros.pear
04b387
Source21: http://pear.php.net/get/Archive_Tar-%{arctarver}.tgz
04b387
Source22: http://pear.php.net/get/Console_Getopt-%{getoptver}.tgz
04b387
Source23: http://pear.php.net/get/Structures_Graph-%{structver}.tgz
04b387
Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz
04b387
# Man pages
04b387
# https://github.com/pear/pear-core/pull/14
04b387
Source30: pear.1
04b387
Source31: pecl.1
04b387
Source32: peardev.1
04b387
# https://github.com/pear/pear-core/pull/16
04b387
Source33: pear.conf.5
04b387
04b387
# From RHEL: ignore REST cache creation failures as non-root user (#747361)
04b387
# TODO See https://github.com/pear/pear-core/commit/dfef86e05211d2abc7870209d69064d448ef53b3#PEAR/REST.php
04b387
Patch0: php-pear-1.9.4-restcache.patch
04b387
# Relocate Metadata
04b387
Patch1: php-pear-metadata.patch
208322
# Fix hhtps connexion via proxy
208322
Patch2: php-pear-proxy.patch
04b387
04b387
BuildArch: noarch
04b387
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
04b387
BuildRequires: %{?scl_prefix}php-cli >= 5.1.0-1
04b387
BuildRequires: %{?scl_prefix}php-xml
04b387
BuildRequires: gnupg
04b387
04b387
Provides:  %{?scl_prefix}php-pear(Console_Getopt) = %{getoptver}
04b387
Provides:  %{?scl_prefix}php-pear(Archive_Tar) = %{arctarver}
04b387
Provides:  %{?scl_prefix}php-pear(PEAR) = %{version}
04b387
Provides:  %{?scl_prefix}php-pear(Structures_Graph) = %{structver}
04b387
Provides:  %{?scl_prefix}php-pear(XML_Util) = %{xmlutil}
04b387
04b387
Requires:  %{?scl_prefix}php-cli
04b387
# phpci detected extension
04b387
# PEAR (date, spl always builtin):
04b387
Requires:  %{?scl_prefix}php-ftp
04b387
Requires:  %{?scl_prefix}php-pcre
04b387
Requires:  %{?scl_prefix}php-posix
04b387
Requires:  %{?scl_prefix}php-tokenizer
04b387
Requires:  %{?scl_prefix}php-xml
04b387
Requires:  %{?scl_prefix}php-zlib
04b387
# Console_Getopt: pcre
04b387
# Archive_Tar: pcre, posix, zlib
04b387
Requires:  %{?scl_prefix}php-bz2
04b387
# Structures_Graph: none
04b387
# XML_Util: pcre
04b387
# optional: overload and xdebug
04b387
%if 0%{?fedora} >= 21 && 0%{!?scl:1}
04b387
%global with_html_dir 0
04b387
# for /var/www/html ownership
04b387
Requires: httpd-filesystem
04b387
%else
04b387
%global with_html_dir 1
04b387
%endif
04b387
04b387
04b387
%description
04b387
PEAR is a framework and distribution system for reusable PHP
04b387
components.  This package contains the basic PEAR components.
04b387
04b387
%prep
04b387
%setup -cT
04b387
04b387
# Create a usable PEAR directory (used by install-pear.php)
04b387
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}
04b387
do
04b387
    tar xzf  $archive --strip-components 1 || tar xzf  $archive --strip-path 1
04b387
    file=${archive##*/}
04b387
    [ -f LICENSE ] && mv LICENSE LICENSE-${file%%-*}
04b387
    [ -f README ]  && mv README  README-${file%%-*}
04b387
04b387
    tar xzf $archive 'package*xml'
04b387
    [ -f package2.xml ] && mv package2.xml ${file%%-*}.xml \
04b387
                        || mv package.xml  ${file%%-*}.xml
04b387
done
04b387
cp %{SOURCE1} %{SOURCE30} %{SOURCE31} %{SOURCE32} %{SOURCE33} .
04b387
04b387
# apply patches on used PEAR during install
04b387
%patch1 -p0 -b .metadata
04b387
04b387
sed -e 's/@SCL@/%{?scl:php56_}/' \
04b387
    -e 's:@METADIR@:%{metadir}:' \
04b387
    -e 's:@BINDIR@:%{_bindir}:' \
04b387
    %{SOURCE13} | tee macros.pear
04b387
04b387
04b387
%build
04b387
# This is an empty build section.
04b387
04b387
04b387
%install
04b387
rm -rf $RPM_BUILD_ROOT
04b387
04b387
export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}
04b387
export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys
04b387
export PHP_PEAR_SIG_BIN=%{_root_bindir}/gpg
04b387
export PHP_PEAR_INSTALL_DIR=%{peardir}
04b387
04b387
# 1.4.11 tries to write to the cache directory during installation
04b387
# so it's not possible to set a sane default via the environment.
04b387
# The ${PWD} bit will be stripped via relocate.php later.
04b387
export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
04b387
export PHP_PEAR_TEMP_DIR=/var/tmp
04b387
04b387
install -d $RPM_BUILD_ROOT%{peardir} \
04b387
           $RPM_BUILD_ROOT%{_localstatedir}/cache/php-pear \
04b387
           $RPM_BUILD_ROOT%{_localstatedir}/www/html \
04b387
           $RPM_BUILD_ROOT%{metadir}/pkgxml \
04b387
           $RPM_BUILD_ROOT%{_docdir}/pecl \
04b387
           $RPM_BUILD_ROOT%{_datadir}/tests/pecl \
04b387
           $RPM_BUILD_ROOT%{_sysconfdir}/pear
04b387
04b387
export INSTALL_ROOT=$RPM_BUILD_ROOT
04b387
04b387
%{_bindir}/php --version
04b387
04b387
%{_bindir}/php -dmemory_limit=64M -dshort_open_tag=0 -dsafe_mode=0 \
04b387
         -d 'error_reporting=E_ALL&~E_DEPRECATED' -ddetect_unicode=0 \
04b387
         install-pear.php --force \
04b387
                 --dir      %{peardir} \
04b387
                 --cache    %{_localstatedir}/cache/php-pear \
04b387
                 --config   %{_sysconfdir}/pear \
04b387
                 --bin      %{_bindir} \
04b387
                 --www      %{_localstatedir}/www/html \
04b387
                 --doc      %{_docdir}/pear \
04b387
                 --test     %{_datadir}/tests/pear \
04b387
                 --data     %{_datadir}/pear-data \
04b387
                 --metadata %{metadir} \
04b387
                 %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}
04b387
04b387
# Replace /usr/bin/* with simple scripts:
04b387
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pear
04b387
install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_bindir}/pecl
04b387
install -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_bindir}/peardev
04b387
# Fix path in SCL
04b387
for exe in pear pecl peardev; do
04b387
    sed -e 's:/usr:%{_prefix}:' \
04b387
        -i $RPM_BUILD_ROOT%{_bindir}/$exe
04b387
done
04b387
04b387
# Sanitize the pear.conf
208322
%{_bindir}/php %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf %{_datadir}
04b387
208322
# Display configuration for debug
04b387
%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('$RPM_BUILD_ROOT%{_sysconfdir}/pear.conf'),17)));"
04b387
04b387
04b387
install -m 644 -D macros.pear \
04b387
           $RPM_BUILD_ROOT%{macrosdir}/macros.%{?scl_prefix}pear
04b387
04b387
# apply patches on installed PEAR tree
04b387
pushd $RPM_BUILD_ROOT%{peardir} 
04b387
 pushd PEAR
208322
  %__patch --no-backup --fuzz 0 -p0 < %{PATCH0}
04b387
 popd
208322
  %__patch --no-backup --fuzz 0 -p0 < %{PATCH1}
208322
  %__patch --no-backup --fuzz 0 -p1 < %{PATCH2}
04b387
popd
04b387
04b387
# Why this file here ?
04b387
rm -rf $RPM_BUILD_ROOT/.depdb* $RPM_BUILD_ROOT/.lock $RPM_BUILD_ROOT/.channels $RPM_BUILD_ROOT/.filemap
04b387
04b387
# Need for re-registrying XML_Util
04b387
install -m 644 *.xml $RPM_BUILD_ROOT%{metadir}/pkgxml
04b387
04b387
# The man pages
04b387
install -d $RPM_BUILD_ROOT%{_mandir}/man1
04b387
install -p -m 644 pear.1 pecl.1 peardev.1 $RPM_BUILD_ROOT%{_mandir}/man1/
04b387
install -d $RPM_BUILD_ROOT%{_mandir}/man5
04b387
install -p -m 644 pear.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5/
04b387
04b387
%if 0%{?nfsmountable:1}
04b387
install -d \
04b387
    $RPM_BUILD_ROOT%{_scl_scripts}/register.content%{_sysconfdir}/pear \
04b387
    $RPM_BUILD_ROOT%{_scl_scripts}/register.content%{_localstatedir}/www/html \
04b387
    $RPM_BUILD_ROOT%{_scl_scripts}/register.content%{_localstatedir}/cache/php-pear
04b387
04b387
install -m 644 -D $RPM_BUILD_ROOT%{macrosdir}/macros.%{?scl_prefix}pear \
04b387
    $RPM_BUILD_ROOT%{_scl_scripts}/register.content%{macrosdir}/macros.%{?scl_prefix}pear
04b387
04b387
install -m 644 -D $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf \
04b387
    $RPM_BUILD_ROOT%{_scl_scripts}/register.content%{_sysconfdir}/pear.conf
04b387
%endif
04b387
04b387
04b387
%check
04b387
# Check that no bogus paths are left in the configuration, or in
04b387
# the generated registry files.
04b387
grep $RPM_BUILD_ROOT $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
04b387
grep %{_libdir} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
04b387
grep '"/tmp"' $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
04b387
grep /usr/local $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
04b387
grep -rl $RPM_BUILD_ROOT $RPM_BUILD_ROOT && exit 1
04b387
04b387
04b387
%clean
04b387
rm -rf $RPM_BUILD_ROOT
04b387
04b387
04b387
%postun
04b387
if [ $1 -eq 0 -a -d %{metadir}/.registry ] ; then
04b387
  rm -rf %{metadir}/.registry
04b387
fi
04b387
04b387
04b387
%files
04b387
%defattr(-,root,root,-)
04b387
%{peardir}
04b387
%dir %{metadir}
04b387
%{metadir}/.channels
04b387
%verify(not mtime size md5) %{metadir}/.depdb
04b387
%verify(not mtime)          %{metadir}/.depdblock
04b387
%verify(not mtime size md5) %{metadir}/.filemap
04b387
%verify(not mtime)          %{metadir}/.lock
04b387
%if 0%{?nfsmountable}
04b387
%dir %{_scl_root}/var
04b387
%dir %{_scl_root}/var/lib
04b387
%endif
04b387
%{metadir}/.registry
04b387
%{metadir}/pkgxml
04b387
%{_bindir}/*
04b387
%config(noreplace) %{_sysconfdir}/pear.conf
04b387
%{macrosdir}/macros.%{?scl_prefix}pear
04b387
%dir %{_localstatedir}/cache/php-pear
04b387
%if %{with_html_dir}
04b387
%dir %{_localstatedir}/www/html
04b387
%endif
04b387
%dir %{_sysconfdir}/pear
04b387
%{!?_licensedir:%global license %%doc}
04b387
%license LICENSE*
04b387
%doc README*
04b387
%dir %{_docdir}/pear
04b387
%doc %{_docdir}/pear/*
04b387
%dir %{_docdir}/pecl
04b387
%dir %{_datadir}/tests
04b387
%dir %{_datadir}/tests/pecl
04b387
%{_datadir}/tests/pear
04b387
%{_datadir}/pear-data
04b387
%if 0%{?scl:1}
04b387
%dir %{_localstatedir}/www
04b387
%endif
04b387
%{_mandir}/man1/pear.1*
04b387
%{_mandir}/man1/pecl.1*
04b387
%{_mandir}/man1/peardev.1*
04b387
%{_mandir}/man5/pear.conf.5*
04b387
%{?nfsmountable:%{_scl_scripts}/register.content/*}
04b387
04b387
04b387
%changelog
208322
* Tue Sep  6 2016 Remi Collet <remi@fedoraproject.org> 1:1.10.1-3
208322
- fix https connexion via proxy #1322260
208322
- improve default config, to avoid change in scriptlet #1356933
208322
- remove unneeded scriplets
208322
04b387
* Mon Mar 16 2015 Remi Collet <rcollet@redhat.com> 1:1.9.5-3
04b387
- rebuild to remove scls directory #1200056
04b387
04b387
* Mon Jan 26 2015 Remi Collet <rcollet@redhat.com> 1:1.9.5-2
04b387
- add register.content
04b387
04b387
* Thu Jan 15 2015 Remi Collet <rcollet@redhat.com> 1:1.9.5-1
04b387
- initial package for rh-php56 in RHSCL-2.0
04b387
- adapt for nfsmountable, metadir is readonly
04b387
04b387
* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-4.1
04b387
- Fedora 21 SCL mass rebuild
04b387
- cleanup registry after removal
04b387
04b387
* Mon Sep  8 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-4
04b387
- rebuild for SCL
04b387
04b387
* Thu Sep  4 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-3
04b387
- update Archive_Tar to 1.3.13
04b387
- merge with SCL spec file
04b387
- requires httpd-filesystem for /var/www/html ownership (F21+)
04b387
04b387
* Mon Aug  4 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-2
04b387
- update Archive_Tar to 1.3.12
04b387
04b387
* Tue Jul 15 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-1
04b387
- update to 1.9.5
04b387
04b387
* Tue Jul  8 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.5-0.1
04b387
- update to 1.9.5dev1
04b387
04b387
* Sat Jun  7 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.4-28
04b387
- update XML_Util to 1.2.3
04b387
04b387
* Thu Apr 17 2014 Remi Collet <remi@fedoraproject.org> 1:1.9.4-27
04b387
- revert previous, was a bad solution
04b387
04b387
* Thu Apr 10 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-26.1
04b387
- better fix to detect xml.so
04b387
04b387
* Thu Apr 10 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-26
04b387
- fix xml.so is shared only with php 5.5+
04b387
04b387
* Wed Apr  9 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-25
04b387
- only enable needed extensions for pear/pecl commands
04b387
- fix typo in pear man page
04b387
04b387
* Tue Feb 11 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-24
04b387
- Expand path in macros.pear
04b387
- Install macros to /usr/lib/rpm/macros.d where available
04b387
04b387
* Tue Oct 15 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-23
04b387
- set pecl test_dir to /usr/share/tests/pecl
04b387
04b387
* Mon Oct 14 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-22
04b387
- set pecl doc_dir to /usr/share/doc/pecl
04b387
04b387
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-21
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
04b387
04b387
* Wed Jul 10 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-20
04b387
- add man page for pear.conf file
04b387
04b387
* Tue Jun 18 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-19
04b387
- add man pages for pear, peardev and pecl commands
04b387
04b387
* Fri May  3 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-18
04b387
- don't verify metadata file content
04b387
04b387
* Thu Apr 25 2013 Remi Collet <rcollet@redhat.com> 1:1.9.4-17
04b387
- improve post scriptlet to avoid updating pear.conf
04b387
  when not needed
04b387
04b387
* Wed Mar 20 2013 Remi Collet <remi@fedoraproject.org> 1:1.9.4-16
04b387
- sync with rawhide
04b387
04b387
* Tue Mar 12 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1:1.9.4-16
04b387
- Remove %%config from /etc/rpm/macros.pear
04b387
04b387
* Sat Feb  9 2013 Remi Collet <remi@fedoraproject.org> 1:1.9.4-15
04b387
- update Archive_Tar to 1.3.11
04b387
- drop php 5.5 patch merged upstream
04b387
04b387
* Tue Dec 11 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-14
04b387
- add explicit requires on all needed extensions (phpci)
04b387
- fix pecl launcher (need ini to be parsed for some
04b387
  extenstions going to be build as shared, mainly simplexml)
04b387
- add fix for new unpack format (php 5.5)
04b387
04b387
* Fri Nov  9 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-12
04b387
- provides value for %%{pear_metadir}
04b387
04b387
* Wed Sep 26 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-12
04b387
- drop relocate stuff, no more needed
04b387
04b387
* Thu Sep  6 2012 Remi Collet <RPMS@famillecollet.com> 1:1.9.4-11.1
04b387
- obsoletes php53* php54* on EL
04b387
04b387
* Sun Aug 19 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-11
04b387
- move data to /usr/share/pear-data
04b387
- provides all package.xml
04b387
04b387
* Wed Aug 15 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-10
04b387
- enforce test_dir on update
04b387
04b387
* Mon Aug 13 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-9
04b387
- move tests to /usr/share/tests/pear
04b387
- move pkgxml to /var/lib/pear
04b387
- remove XML_RPC
04b387
- refresh installer
04b387
04b387
* Mon Aug 13 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-9
04b387
- remove XML_RPC
04b387
04b387
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-8
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
04b387
04b387
* Wed Apr 11 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-7
04b387
- Update Archive_Tar to 1.3.10
04b387
04b387
* Wed Apr 04 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-6
04b387
- fix Obsoletes version for XML_Util (#226295)
04b387
- add link to upstream bug - please Provides LICENSE file
04b387
  https://pear.php.net/bugs/bug.php?id=19368
04b387
- add link to upstream bug - Incorrect FSF address
04b387
  https://pear.php.net/bugs/bug.php?id=19367
04b387
04b387
* Mon Feb 27 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-5
04b387
- Update Archive_Tar to 1.3.9
04b387
- add patch from RHEL (Joe Orton)
04b387
- fix install-pear.php URL (with our patch for doc_dir applied)
04b387
04b387
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-4
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
04b387
04b387
* Sat Oct 15 2011 Remi Collet <remi@fedoraproject.org> 1:1.9.4-3
04b387
- update Archive_Tar to 1.3.8
04b387
- allow to build with "tests" option
04b387
04b387
* Sat Aug 27 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.4-2
04b387
- update to XML_RPC-1.5.5
04b387
04b387
* Thu Jul 07 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.4-1
04b387
- update to 1.9.4
04b387
04b387
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-2
04b387
- fix pecl launcher
04b387
04b387
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-1
04b387
- update to 1.9.3
04b387
- sync options in launcher (pecl, pear, peardev) with upstream
04b387
04b387
* Wed Mar 16 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-3
04b387
- move %%{pear_docdir} to %%{_docdir}/pear
04b387
  https://fedorahosted.org/fpc/ticket/69
04b387
04b387
* Tue Mar  8 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-2
04b387
- update Console_Getopt to 1.3.1 (no change)
04b387
04b387
* Mon Feb 28 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-1
04b387
- update to 1.9.2 (bug + security fix)
04b387
  http://pear.php.net/advisory-20110228.txt
04b387
04b387
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.1-7
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
04b387
04b387
* Sun Dec 12 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-6
04b387
- update Console_Getopt to 1.3.0
04b387
- don't require php-devel (#657812)
04b387
- update install-pear.php
04b387
04b387
* Tue Oct 26 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-5
04b387
- update Structures_Graph to 1.0.4
04b387
04b387
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 1:1.9.1-4
04b387
- ship LICENSE file for XML_RPC
04b387
04b387
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 1:1.9.1-3
04b387
- require php-devel (without which pecl doesn't work)
04b387
04b387
* Mon Jul 05 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-2
04b387
- update to XML_RPC-1.5.4
04b387
04b387
* Thu May 27 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-1
04b387
- update to 1.9.1
04b387
04b387
* Thu Apr 29 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-5
04b387
- update to Archive_Tar-1.3.7 (only metadata fix)
04b387
04b387
* Tue Mar 09 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-4
04b387
- update to Archive_Tar-1.3.6
04b387
04b387
* Sat Jan 16 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-3
04b387
- update to XML_RPC-1.5.3
04b387
- fix licenses (multiple)
04b387
- provide bundled LICENSE files
04b387
04b387
* Fri Jan 01 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-2
04b387
- update to Archive_Tar-1.3.5, Structures_Graph-1.0.3
04b387
04b387
* Sat Sep 05 2009 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-1
04b387
- update to PEAR 1.9.0, XML_RPC 1.5.2
04b387
04b387
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1-2
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
04b387
04b387
* Sat May 30 2009 Remi Collet <Fedora@FamilleCollet.com> 1:1.8.1-1
04b387
- update to 1.8.1
04b387
- Update install-pear.php script (1.39)
04b387
- add XML_Util
04b387
04b387
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.2-3
04b387
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
04b387
04b387
* Sun May 18 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.2-2
04b387
- revert to install-pear.php script 1.31 (for cfg_dir)
04b387
04b387
* Sun May 18 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.2-1
04b387
- update to 1.7.2
04b387
- Update install-pear.php script (1.32)
04b387
04b387
* Tue Mar 11 2008 Tim Jackson <rpm@timj.co.uk> 1:1.7.1-2
04b387
- Set cfg_dir to be %%{_sysconfdir}/pear (and own it)
04b387
- Update install-pear.php script
04b387
- Add %%pear_cfgdir and %%pear_wwwdir macros
04b387
04b387
* Sun Feb  3 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.1-1
04b387
- update to 1.7.1
04b387
04b387
* Fri Feb  1 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.0-1
04b387
- update to 1.7.0
04b387
04b387
* Thu Oct  4 2007 Joe Orton <jorton@redhat.com> 1:1.6.2-2
04b387
- require php-cli not php
04b387
04b387
* Sun Sep  9 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.6.2-1
04b387
- update to 1.6.2
04b387
- remove patches merged upstream
04b387
- Fix : "pear install" hangs on non default channel (#283401)
04b387
04b387
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 1:1.6.1-2
04b387
- fix License
04b387
04b387
* Thu Jul 19 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.6.1-1
04b387
- update to PEAR-1.6.1 and Console_Getopt-1.2.3
04b387
04b387
* Thu Jul 19 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.5.4-5
04b387
- new SPEC using install-pear.php instead of install-pear-nozlib-1.5.4.phar
04b387
04b387
* Mon Jul 16 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.5.4-4
04b387
- update macros.pear (without define)
04b387
04b387
* Mon Jul 16 2007 Joe Orton <jorton@redhat.com> 1:1.5.4-3
04b387
- add pecl_{un,}install macros to macros.pear (from Remi)
04b387
04b387
* Fri May 11 2007 Joe Orton <jorton@redhat.com> 1:1.5.4-2
04b387
- update to 1.5.4
04b387
04b387
* Tue Mar  6 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-3
04b387
- add redundant build section (#226295)
04b387
- BR php-cli not php (#226295)
04b387
04b387
* Mon Feb 19 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-2
04b387
- update builtin module provides (Remi Collet, #226295)
04b387
- drop patch 0
04b387
04b387
* Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-1
04b387
- update to 1.5.0
04b387
04b387
* Mon Feb  5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-4
04b387
- fix Group, mark pear.conf noreplace (#226295)
04b387
04b387
* Mon Feb  5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-3
04b387
- use BuildArch not BuildArchitectures (#226925)
04b387
- fix to use preferred BuildRoot (#226925)
04b387
- strip more buildroot-relative paths from *.reg
04b387
- force correct gpg path in default pear.conf
04b387
04b387
* Thu Jan  4 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-2
04b387
- update to 1.4.11
04b387
04b387
* Fri Jul 14 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-4
04b387
- update to XML_RPC-1.5.0
04b387
- really package macros.pear
04b387
04b387
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-3
04b387
- require php-cli
04b387
- add /etc/rpm/macros.pear (Christopher Stone)
04b387
04b387
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.9-2.1
04b387
- rebuild
04b387
04b387
* Mon May  8 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-2
04b387
- update to 1.4.9 (thanks to Remi Collet, #183359)
04b387
- package /usr/share/pear/.pkgxml (#190252)
04b387
- update to XML_RPC-1.4.8
04b387
- bundle the v3.0 LICENSE file
04b387
04b387
* Tue Feb 28 2006 Joe Orton <jorton@redhat.com> 1:1.4.6-2
04b387
- set cache_dir directory, own /var/cache/php-pear
04b387
04b387
* Mon Jan 30 2006 Joe Orton <jorton@redhat.com> 1:1.4.6-1
04b387
- update to 1.4.6
04b387
- require php >= 5.1.0 (#178821)
04b387
04b387
* Fri Dec 30 2005 Tim Jackson <tim@timj.co.uk> 1:1.4.5-6
04b387
- Patches to fix "pear makerpm"
04b387
04b387
* Wed Dec 14 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-5
04b387
- set default sig_keydir to /etc/pearkeys
04b387
- remove ext_dir setting from /etc/pear.conf (#175673)
04b387
04b387
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
04b387
- rebuilt
04b387
04b387
* Tue Dec  6 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-4
04b387
- fix virtual provide for PEAR package (#175074)
04b387
04b387
* Sun Dec  4 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-3
04b387
- fix /usr/bin/{pecl,peardev} (#174882)
04b387
04b387
* Thu Dec  1 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-2
04b387
- add virtual provides (#173806) 
04b387
04b387
* Wed Nov 23 2005 Joe Orton <jorton@redhat.com> 1.4.5-1
04b387
- initial build (Epoch: 1 to allow upgrade from php-pear-5.x)