2009-05-30 08:19:19 +00:00
|
|
|
%global peardir %{_datadir}/pear
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2011-03-08 17:04:31 +00:00
|
|
|
%global getoptver 1.3.1
|
2012-04-11 15:54:01 +00:00
|
|
|
%global arctarver 1.3.10
|
2012-04-04 15:46:17 +00:00
|
|
|
# https://pear.php.net/bugs/bug.php?id=19367
|
|
|
|
# Structures_Graph 1.0.4 - incorrect FSF address
|
2010-10-26 17:38:41 +00:00
|
|
|
%global structver 1.0.4
|
2009-05-30 08:19:19 +00:00
|
|
|
%global xmlutil 1.2.1
|
2005-12-01 17:38:15 +00:00
|
|
|
|
2011-10-15 07:24:28 +00:00
|
|
|
# Tests are only run with rpmbuild --with tests
|
|
|
|
# Can't be run in mock / koji because PEAR is the first package
|
|
|
|
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
Summary: PHP Extension and Application Repository framework
|
|
|
|
Name: php-pear
|
2011-07-07 04:54:15 +00:00
|
|
|
Version: 1.9.4
|
2012-08-14 10:05:26 +00:00
|
|
|
Release: 9%{?dist}
|
2005-12-01 17:12:57 +00:00
|
|
|
Epoch: 1
|
2010-01-16 08:58:09 +00:00
|
|
|
# PEAR, Archive_Tar, XML_Util are BSD
|
2012-08-14 10:05:26 +00:00
|
|
|
# Console_Getopt is PHP
|
2010-09-10 15:45:45 +00:00
|
|
|
# Structures_Graph is LGPLv2+
|
2010-01-16 08:58:09 +00:00
|
|
|
License: BSD and PHP and LGPLv2+
|
2007-02-05 19:01:54 +00:00
|
|
|
Group: Development/Languages
|
2005-12-01 17:12:57 +00:00
|
|
|
URL: http://pear.php.net/package/PEAR
|
2007-07-19 18:31:05 +00:00
|
|
|
Source0: http://download.pear.php.net/package/PEAR-%{version}.tgz
|
2012-02-27 14:21:03 +00:00
|
|
|
# wget https://raw.github.com/pear/pear-core/master/install-pear.php
|
2007-07-19 18:31:05 +00:00
|
|
|
Source1: install-pear.php
|
2005-12-01 17:12:57 +00:00
|
|
|
Source2: relocate.php
|
2005-12-14 09:06:39 +00:00
|
|
|
Source3: strip.php
|
2005-12-04 16:12:18 +00:00
|
|
|
Source10: pear.sh
|
|
|
|
Source11: pecl.sh
|
|
|
|
Source12: peardev.sh
|
2006-07-13 12:15:27 +00:00
|
|
|
Source13: macros.pear
|
2007-07-19 18:31:05 +00:00
|
|
|
Source21: http://pear.php.net/get/Archive_Tar-%{arctarver}.tgz
|
|
|
|
Source22: http://pear.php.net/get/Console_Getopt-%{getoptver}.tgz
|
|
|
|
Source23: http://pear.php.net/get/Structures_Graph-%{structver}.tgz
|
2009-05-30 08:19:19 +00:00
|
|
|
Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz
|
2012-02-27 14:21:03 +00:00
|
|
|
# From RHEL: ignore REST cache creation failures as non-root user (#747361)
|
2012-08-14 10:05:26 +00:00
|
|
|
# TODO See https://github.com/pear/pear-core/commit/dfef86e05211d2abc7870209d69064d448ef53b3#PEAR/REST.php
|
2012-02-27 14:21:03 +00:00
|
|
|
Patch0: php-pear-1.9.4-restcache.patch
|
2007-07-19 18:31:05 +00:00
|
|
|
|
2007-02-05 12:33:03 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-07-19 18:31:05 +00:00
|
|
|
BuildRequires: php-cli >= 5.1.0-1, php-xml, gnupg
|
2011-10-15 07:24:28 +00:00
|
|
|
%if %{with_tests}
|
|
|
|
BuildRequires: php-pear(pear.phpunit.de/PHPUnit)
|
|
|
|
%endif
|
2010-12-12 08:40:58 +00:00
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
Provides: php-pear(Console_Getopt) = %{getoptver}
|
|
|
|
Provides: php-pear(Archive_Tar) = %{arctarver}
|
2005-12-06 17:40:15 +00:00
|
|
|
Provides: php-pear(PEAR) = %{version}
|
2007-07-19 18:31:05 +00:00
|
|
|
Provides: php-pear(Structures_Graph) = %{structver}
|
2009-05-30 08:19:19 +00:00
|
|
|
Provides: php-pear(XML_Util) = %{xmlutil}
|
2012-04-04 15:46:17 +00:00
|
|
|
Obsoletes: php-pear-XML-Util < %{xmlutil}-%{release}
|
2009-05-30 08:19:19 +00:00
|
|
|
Provides: php-pear-XML-Util = %{xmlutil}-%{release}
|
2010-12-12 08:40:58 +00:00
|
|
|
Requires: php-cli >= 5.1.0-1
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
PEAR is a framework and distribution system for reusable PHP
|
|
|
|
components. This package contains the basic PEAR components.
|
|
|
|
|
|
|
|
%prep
|
2007-07-19 18:31:05 +00:00
|
|
|
%setup -cT
|
|
|
|
|
|
|
|
# Create a usable PEAR directory (used by install-pear.php)
|
2009-05-30 08:19:19 +00:00
|
|
|
for archive in %{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}
|
2007-07-19 18:31:05 +00:00
|
|
|
do
|
2008-02-03 17:45:23 +00:00
|
|
|
tar xzf $archive --strip-components 1 || tar xzf $archive --strip-path 1
|
2010-01-16 08:58:09 +00:00
|
|
|
file=${archive##*/}
|
|
|
|
[ -f LICENSE ] && mv LICENSE LICENSE-${file%%-*}
|
|
|
|
[ -f README ] && mv README README-${file%%-*}
|
2007-07-19 18:31:05 +00:00
|
|
|
done
|
2009-05-30 08:19:19 +00:00
|
|
|
tar xzf %{SOURCE24} package.xml
|
|
|
|
mv package.xml XML_Util.xml
|
2007-07-19 18:31:05 +00:00
|
|
|
|
2007-09-09 19:35:42 +00:00
|
|
|
# apply patches on used PEAR during install
|
|
|
|
# -- no patch
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2007-03-06 13:58:57 +00:00
|
|
|
%build
|
|
|
|
# This is an empty build section.
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir}
|
|
|
|
export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys
|
|
|
|
export PHP_PEAR_SIG_BIN=%{_bindir}/gpg
|
|
|
|
export PHP_PEAR_INSTALL_DIR=%{peardir}
|
2007-01-04 11:49:53 +00:00
|
|
|
|
|
|
|
# 1.4.11 tries to write to the cache directory during installation
|
|
|
|
# so it's not possible to set a sane default via the environment.
|
|
|
|
# The ${PWD} bit will be stripped via relocate.php later.
|
|
|
|
export PHP_PEAR_CACHE_DIR=${PWD}%{_localstatedir}/cache/php-pear
|
|
|
|
export PHP_PEAR_TEMP_DIR=/var/tmp
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
install -d $RPM_BUILD_ROOT%{peardir} \
|
2006-05-08 09:33:59 +00:00
|
|
|
$RPM_BUILD_ROOT%{_localstatedir}/cache/php-pear \
|
2009-05-30 08:19:19 +00:00
|
|
|
$RPM_BUILD_ROOT%{_localstatedir}/www/html \
|
2012-08-14 10:05:26 +00:00
|
|
|
$RPM_BUILD_ROOT%{_localstatedir}/lib/pear/pkgxml \
|
2008-03-11 22:16:25 +00:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/rpm \
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/pear
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
export INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
|
2007-08-21 11:34:25 +00:00
|
|
|
%{_bindir}/php -n -dmemory_limit=32M -dshort_open_tag=0 -dsafe_mode=0 \
|
2007-07-19 18:31:05 +00:00
|
|
|
-derror_reporting=E_ALL -ddetect_unicode=0 \
|
2012-08-14 10:05:26 +00:00
|
|
|
%{SOURCE1} --dir %{peardir} \
|
|
|
|
--config %{_sysconfdir}/pear \
|
|
|
|
--bin %{_bindir} \
|
|
|
|
--www %{_localstatedir}/www/html \
|
|
|
|
--doc %{_docdir}/pear \
|
|
|
|
--test %{_datarootdir}/tests/pear \
|
|
|
|
%{SOURCE0} %{SOURCE21} %{SOURCE22} %{SOURCE23} %{SOURCE24}
|
2007-07-19 18:31:05 +00:00
|
|
|
|
|
|
|
# Replace /usr/bin/* with simple scripts:
|
|
|
|
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pear
|
|
|
|
install -m 755 %{SOURCE11} $RPM_BUILD_ROOT%{_bindir}/pecl
|
|
|
|
install -m 755 %{SOURCE12} $RPM_BUILD_ROOT%{_bindir}/peardev
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2005-12-14 09:06:39 +00:00
|
|
|
# Sanitize the pear.conf
|
2007-07-19 18:31:05 +00:00
|
|
|
%{_bindir}/php -n %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf $RPM_BUILD_ROOT |
|
2007-01-04 11:49:53 +00:00
|
|
|
%{_bindir}/php -n %{SOURCE2} php://stdin $PWD > new-pear.conf
|
2008-02-01 17:30:35 +00:00
|
|
|
%{_bindir}/php -n %{SOURCE3} new-pear.conf ext_dir |
|
|
|
|
%{_bindir}/php -n %{SOURCE3} php://stdin http_proxy > $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf
|
|
|
|
|
|
|
|
%{_bindir}/php -r "print_r(unserialize(substr(file_get_contents('$RPM_BUILD_ROOT%{_sysconfdir}/pear.conf'),17)));"
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2010-09-10 15:45:45 +00:00
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
install -m 644 -c %{SOURCE13} \
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/rpm/macros.pear
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2007-09-09 19:35:42 +00:00
|
|
|
# apply patches on installed PEAR tree
|
2009-05-30 08:19:19 +00:00
|
|
|
pushd $RPM_BUILD_ROOT%{peardir}
|
2012-02-27 14:21:03 +00:00
|
|
|
pushd PEAR
|
|
|
|
%__patch -s --no-backup --fuzz 0 -p0 < %{PATCH0}
|
|
|
|
popd
|
2009-05-30 08:19:19 +00:00
|
|
|
popd
|
2006-05-08 09:33:59 +00:00
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
# Why this file here ?
|
|
|
|
rm -rf $RPM_BUILD_ROOT/.depdb* $RPM_BUILD_ROOT/.lock $RPM_BUILD_ROOT/.channels $RPM_BUILD_ROOT/.filemap
|
2006-07-13 12:15:27 +00:00
|
|
|
|
2009-05-30 08:19:19 +00:00
|
|
|
# Need for re-registrying XML_Util
|
2012-08-14 10:05:26 +00:00
|
|
|
install -m 644 XML_Util.xml $RPM_BUILD_ROOT%{_localstatedir}/lib/pear/pkgxml
|
2009-05-30 08:19:19 +00:00
|
|
|
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
%check
|
2007-02-05 12:33:03 +00:00
|
|
|
# Check that no bogus paths are left in the configuration, or in
|
|
|
|
# the generated registry files.
|
2005-12-01 17:12:57 +00:00
|
|
|
grep $RPM_BUILD_ROOT $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
|
2005-12-14 09:06:39 +00:00
|
|
|
grep %{_libdir} $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
|
2007-01-04 11:49:53 +00:00
|
|
|
grep '"/tmp"' $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
|
2007-02-05 12:33:03 +00:00
|
|
|
grep /usr/local $RPM_BUILD_ROOT%{_sysconfdir}/pear.conf && exit 1
|
|
|
|
grep -rl $RPM_BUILD_ROOT $RPM_BUILD_ROOT && exit 1
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2009-05-30 08:19:19 +00:00
|
|
|
|
2011-10-15 07:24:28 +00:00
|
|
|
%if %{with_tests}
|
|
|
|
cd $RPM_BUILD_ROOT%{pear_phpdir}/test/Structures_Graph/tests
|
|
|
|
phpunit \
|
|
|
|
-d date.timezone=UTC \
|
|
|
|
-d include_path=.:$RPM_BUILD_ROOT%{pear_phpdir}:%{pear_phpdir}: \
|
|
|
|
AllTests || exit 1
|
|
|
|
|
|
|
|
cd $RPM_BUILD_ROOT%{pear_phpdir}/test/XML_Util/tests
|
|
|
|
phpunit \
|
|
|
|
-d date.timezone=UTC \
|
|
|
|
-d include_path=.:$RPM_BUILD_ROOT%{pear_phpdir}:%{pear_phpdir}: \
|
|
|
|
AllTests || exit 1
|
|
|
|
%else
|
|
|
|
echo 'Test suite disabled (missing "--with tests" option)'
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-07-19 18:31:05 +00:00
|
|
|
rm new-pear.conf
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2009-05-30 08:19:19 +00:00
|
|
|
|
|
|
|
%triggerpostun -- php-pear-XML-Util
|
|
|
|
# re-register extension unregistered during postun of obsoleted php-pear-XML-Util
|
2012-08-14 10:05:26 +00:00
|
|
|
%{_bindir}/pear install --nodeps --soft --force --register-only \
|
|
|
|
%{_localstatedir}/lib/pear/pkgxml/XML_Util.xml >/dev/null || :
|
2009-05-30 08:19:19 +00:00
|
|
|
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{peardir}
|
|
|
|
%{_bindir}/*
|
2007-02-05 19:01:54 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/pear.conf
|
2006-07-14 13:21:27 +00:00
|
|
|
%config %{_sysconfdir}/rpm/macros.pear
|
2006-02-28 13:46:12 +00:00
|
|
|
%dir %{_localstatedir}/cache/php-pear
|
2009-05-30 08:19:19 +00:00
|
|
|
%dir %{_localstatedir}/www/html
|
2008-03-11 22:16:25 +00:00
|
|
|
%dir %{_sysconfdir}/pear
|
2010-01-16 08:58:09 +00:00
|
|
|
%doc README* LICENSE*
|
2011-03-24 17:33:18 +00:00
|
|
|
%dir %{_docdir}/pear
|
|
|
|
%doc %{_docdir}/pear/*
|
2012-08-14 10:05:26 +00:00
|
|
|
%dir %{_datarootdir}/tests
|
|
|
|
%{_datarootdir}/tests/pear
|
|
|
|
%{_localstatedir}/lib/pear
|
2005-12-01 17:12:57 +00:00
|
|
|
|
2009-05-30 08:19:19 +00:00
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
%changelog
|
2012-08-14 10:05:26 +00:00
|
|
|
* Mon Aug 13 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-9
|
|
|
|
- move tests to /usr/share/tests/pear
|
|
|
|
- move pkgxml to /var/lib/pear
|
|
|
|
- remove XML_RPC
|
|
|
|
- refresh installer
|
|
|
|
|
2012-07-20 23:38:10 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-11 15:54:01 +00:00
|
|
|
* Wed Apr 11 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-7
|
|
|
|
- Update Archive_Tar to 1.3.10
|
|
|
|
|
2012-04-04 15:46:17 +00:00
|
|
|
* Wed Apr 04 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-6
|
|
|
|
- fix Obsoletes version for XML_Util (#226295)
|
|
|
|
- add link to upstream bug - please Provides LICENSE file
|
|
|
|
https://pear.php.net/bugs/bug.php?id=19368
|
|
|
|
- add link to upstream bug - Incorrect FSF address
|
|
|
|
https://pear.php.net/bugs/bug.php?id=19367
|
|
|
|
|
2012-02-27 14:21:03 +00:00
|
|
|
* Mon Feb 27 2012 Remi Collet <remi@fedoraproject.org> 1:1.9.4-5
|
|
|
|
- Update Archive_Tar to 1.3.9
|
|
|
|
- add patch from RHEL (Joe Orton)
|
|
|
|
- fix install-pear.php URL (with our patch for doc_dir applied)
|
|
|
|
|
2012-01-14 00:27:48 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-15 07:24:28 +00:00
|
|
|
* Sat Oct 15 2011 Remi Collet <remi@fedoraproject.org> 1:1.9.4-3
|
|
|
|
- update Archive_Tar to 1.3.8
|
|
|
|
- allow to build with "tests" option
|
|
|
|
|
2011-08-27 14:36:08 +00:00
|
|
|
* Sat Aug 27 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.4-2
|
|
|
|
- update to XML_RPC-1.5.5
|
|
|
|
|
2011-07-07 04:54:15 +00:00
|
|
|
* Thu Jul 07 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.4-1
|
|
|
|
- update to 1.9.4
|
|
|
|
|
2011-06-10 16:43:20 +00:00
|
|
|
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-2
|
|
|
|
- fix pecl launcher
|
|
|
|
|
2011-06-10 12:57:39 +00:00
|
|
|
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-1
|
|
|
|
- update to 1.9.3
|
|
|
|
- sync options in launcher (pecl, pear, peardev) with upstream
|
|
|
|
|
2011-03-24 17:33:18 +00:00
|
|
|
* Wed Mar 16 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-3
|
|
|
|
- move %%{pear_docdir} to %%{_docdir}/pear
|
|
|
|
https://fedorahosted.org/fpc/ticket/69
|
|
|
|
|
2011-03-08 17:04:31 +00:00
|
|
|
* Tue Mar 8 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-2
|
|
|
|
- update Console_Getopt to 1.3.1 (no change)
|
|
|
|
|
2011-02-28 20:37:32 +00:00
|
|
|
* Mon Feb 28 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.2-1
|
|
|
|
- update to 1.9.2 (bug + security fix)
|
|
|
|
http://pear.php.net/advisory-20110228.txt
|
|
|
|
|
2011-02-09 12:34:13 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.9.1-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-12 08:40:58 +00:00
|
|
|
* Sun Dec 12 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-6
|
|
|
|
- update Console_Getopt to 1.3.0
|
|
|
|
- don't require php-devel (#657812)
|
|
|
|
- update install-pear.php
|
|
|
|
|
2010-10-26 17:38:41 +00:00
|
|
|
* Tue Oct 26 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-5
|
|
|
|
- update Structures_Graph to 1.0.4
|
|
|
|
|
2010-09-10 15:45:45 +00:00
|
|
|
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 1:1.9.1-4
|
|
|
|
- ship LICENSE file for XML_RPC
|
|
|
|
|
2010-09-10 15:09:09 +00:00
|
|
|
* Fri Sep 10 2010 Joe Orton <jorton@redhat.com> - 1:1.9.1-3
|
|
|
|
- require php-devel (without which pecl doesn't work)
|
|
|
|
|
2010-07-05 17:03:07 +00:00
|
|
|
* Mon Jul 05 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-2
|
|
|
|
- update to XML_RPC-1.5.4
|
|
|
|
|
2010-05-27 13:24:08 +00:00
|
|
|
* Thu May 27 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.1-1
|
|
|
|
- update to 1.9.1
|
|
|
|
|
2010-04-29 15:15:16 +00:00
|
|
|
* Thu Apr 29 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-5
|
|
|
|
- update to Archive_Tar-1.3.7 (only metadata fix)
|
|
|
|
|
2010-03-09 14:24:19 +00:00
|
|
|
* Tue Mar 09 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-4
|
|
|
|
- update to Archive_Tar-1.3.6
|
|
|
|
|
2010-01-16 09:05:01 +00:00
|
|
|
* Sat Jan 16 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-3
|
2010-01-16 08:58:09 +00:00
|
|
|
- update to XML_RPC-1.5.3
|
|
|
|
- fix licenses (multiple)
|
|
|
|
- provide bundled LICENSE files
|
|
|
|
|
2010-01-01 08:12:55 +00:00
|
|
|
* Fri Jan 01 2010 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-2
|
|
|
|
- update to Archive_Tar-1.3.5, Structures_Graph-1.0.3
|
|
|
|
|
2009-09-05 05:35:05 +00:00
|
|
|
* Sat Sep 05 2009 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.0-1
|
|
|
|
- update to PEAR 1.9.0, XML_RPC 1.5.2
|
|
|
|
|
2009-07-26 18:07:33 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.8.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-05-30 08:19:19 +00:00
|
|
|
* Sat May 30 2009 Remi Collet <Fedora@FamilleCollet.com> 1:1.8.1-1
|
|
|
|
- update to 1.8.1
|
|
|
|
- Update install-pear.php script (1.39)
|
|
|
|
- add XML_Util
|
|
|
|
|
2009-02-26 20:39:25 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.7.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-05-18 06:45:15 +00:00
|
|
|
* Sun May 18 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.2-2
|
|
|
|
- revert to install-pear.php script 1.31 (for cfg_dir)
|
|
|
|
|
2008-05-18 06:16:04 +00:00
|
|
|
* Sun May 18 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.2-1
|
|
|
|
- update to 1.7.2
|
|
|
|
- Update install-pear.php script (1.32)
|
|
|
|
|
2008-03-11 22:16:25 +00:00
|
|
|
* Tue Mar 11 2008 Tim Jackson <rpm@timj.co.uk> 1:1.7.1-2
|
2009-05-30 08:19:19 +00:00
|
|
|
- Set cfg_dir to be %%{_sysconfdir}/pear (and own it)
|
2008-03-11 22:16:25 +00:00
|
|
|
- Update install-pear.php script
|
|
|
|
- Add %%pear_cfgdir and %%pear_wwwdir macros
|
|
|
|
|
2008-02-03 17:45:23 +00:00
|
|
|
* Sun Feb 3 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.1-1
|
|
|
|
- update to 1.7.1
|
|
|
|
|
2008-02-01 17:30:35 +00:00
|
|
|
* Fri Feb 1 2008 Remi Collet <Fedora@FamilleCollet.com> 1:1.7.0-1
|
|
|
|
- update to 1.7.0
|
|
|
|
|
2007-10-04 12:05:41 +00:00
|
|
|
* Thu Oct 4 2007 Joe Orton <jorton@redhat.com> 1:1.6.2-2
|
|
|
|
- require php-cli not php
|
|
|
|
|
2007-09-09 19:35:42 +00:00
|
|
|
* Sun Sep 9 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.6.2-1
|
|
|
|
- update to 1.6.2
|
|
|
|
- remove patches merged upstream
|
|
|
|
- Fix : "pear install" hangs on non default channel (#283401)
|
|
|
|
|
2007-08-21 11:34:25 +00:00
|
|
|
* Tue Aug 21 2007 Joe Orton <jorton@redhat.com> 1:1.6.1-2
|
|
|
|
- fix License
|
|
|
|
|
2007-07-19 18:31:05 +00:00
|
|
|
* Thu Jul 19 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.6.1-1
|
|
|
|
- update to PEAR-1.6.1 and Console_Getopt-1.2.3
|
|
|
|
|
|
|
|
* Thu Jul 19 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.5.4-5
|
|
|
|
- new SPEC using install-pear.php instead of install-pear-nozlib-1.5.4.phar
|
|
|
|
|
2007-07-16 17:17:30 +00:00
|
|
|
* Mon Jul 16 2007 Remi Collet <Fedora@FamilleCollet.com> 1:1.5.4-4
|
|
|
|
- update macros.pear (without define)
|
|
|
|
|
2007-07-16 12:55:26 +00:00
|
|
|
* Mon Jul 16 2007 Joe Orton <jorton@redhat.com> 1:1.5.4-3
|
|
|
|
- add pecl_{un,}install macros to macros.pear (from Remi)
|
|
|
|
|
2007-05-11 13:36:34 +00:00
|
|
|
* Fri May 11 2007 Joe Orton <jorton@redhat.com> 1:1.5.4-2
|
|
|
|
- update to 1.5.4
|
|
|
|
|
2007-03-06 13:58:57 +00:00
|
|
|
* Tue Mar 6 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-3
|
|
|
|
- add redundant build section (#226295)
|
|
|
|
- BR php-cli not php (#226295)
|
|
|
|
|
2007-02-19 18:57:03 +00:00
|
|
|
* Mon Feb 19 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-2
|
|
|
|
- update builtin module provides (Remi Collet, #226295)
|
|
|
|
- drop patch 0
|
|
|
|
|
2007-02-15 15:53:26 +00:00
|
|
|
* Thu Feb 15 2007 Joe Orton <jorton@redhat.com> 1:1.5.0-1
|
|
|
|
- update to 1.5.0
|
|
|
|
|
2007-02-05 19:01:54 +00:00
|
|
|
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-4
|
|
|
|
- fix Group, mark pear.conf noreplace (#226295)
|
|
|
|
|
2007-02-05 12:33:03 +00:00
|
|
|
* Mon Feb 5 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-3
|
|
|
|
- use BuildArch not BuildArchitectures (#226925)
|
|
|
|
- fix to use preferred BuildRoot (#226925)
|
|
|
|
- strip more buildroot-relative paths from *.reg
|
2007-02-05 12:38:18 +00:00
|
|
|
- force correct gpg path in default pear.conf
|
2007-02-05 12:33:03 +00:00
|
|
|
|
2007-01-04 11:49:53 +00:00
|
|
|
* Thu Jan 4 2007 Joe Orton <jorton@redhat.com> 1:1.4.11-2
|
|
|
|
- update to 1.4.11
|
|
|
|
|
2006-07-14 13:21:27 +00:00
|
|
|
* Fri Jul 14 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-4
|
|
|
|
- update to XML_RPC-1.5.0
|
|
|
|
- really package macros.pear
|
|
|
|
|
2006-07-13 12:15:27 +00:00
|
|
|
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-3
|
|
|
|
- require php-cli
|
|
|
|
- add /etc/rpm/macros.pear (Christopher Stone)
|
|
|
|
|
2006-07-12 07:49:07 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:1.4.9-2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-05-08 09:33:59 +00:00
|
|
|
* Mon May 8 2006 Joe Orton <jorton@redhat.com> 1:1.4.9-2
|
|
|
|
- update to 1.4.9 (thanks to Remi Collet, #183359)
|
|
|
|
- package /usr/share/pear/.pkgxml (#190252)
|
|
|
|
- update to XML_RPC-1.4.8
|
|
|
|
- bundle the v3.0 LICENSE file
|
|
|
|
|
2006-02-28 13:46:12 +00:00
|
|
|
* Tue Feb 28 2006 Joe Orton <jorton@redhat.com> 1:1.4.6-2
|
|
|
|
- set cache_dir directory, own /var/cache/php-pear
|
|
|
|
|
2006-01-30 15:47:59 +00:00
|
|
|
* Mon Jan 30 2006 Joe Orton <jorton@redhat.com> 1:1.4.6-1
|
|
|
|
- update to 1.4.6
|
|
|
|
- require php >= 5.1.0 (#178821)
|
|
|
|
|
2006-01-13 11:26:56 +00:00
|
|
|
* Fri Dec 30 2005 Tim Jackson <tim@timj.co.uk> 1:1.4.5-6
|
|
|
|
- Patches to fix "pear makerpm"
|
|
|
|
|
2005-12-14 09:06:39 +00:00
|
|
|
* Wed Dec 14 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-5
|
|
|
|
- set default sig_keydir to /etc/pearkeys
|
|
|
|
- remove ext_dir setting from /etc/pear.conf (#175673)
|
|
|
|
|
2005-12-09 22:42:43 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-06 17:40:15 +00:00
|
|
|
* Tue Dec 6 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-4
|
|
|
|
- fix virtual provide for PEAR package (#175074)
|
|
|
|
|
2005-12-04 16:12:18 +00:00
|
|
|
* Sun Dec 4 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-3
|
|
|
|
- fix /usr/bin/{pecl,peardev} (#174882)
|
|
|
|
|
2005-12-01 17:38:15 +00:00
|
|
|
* Thu Dec 1 2005 Joe Orton <jorton@redhat.com> 1:1.4.5-2
|
|
|
|
- add virtual provides (#173806)
|
|
|
|
|
2005-12-01 17:12:57 +00:00
|
|
|
* Wed Nov 23 2005 Joe Orton <jorton@redhat.com> 1.4.5-1
|
|
|
|
- initial build (Epoch: 1 to allow upgrade from php-pear-5.x)
|