From e8355ae4470b93350e71a04ba863ecc8e676c646 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Apr 2017 06:33:22 +0200 Subject: PEAR 1.10.4 --- php-pear.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'php-pear.spec') diff --git a/php-pear.spec b/php-pear.spec index 0a4e1c9..2748406 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -39,7 +39,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear -Version: 1.10.3 +Version: 1.10.4 Release: 1%{?dist} Epoch: 1 # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD @@ -63,7 +63,6 @@ Source24: http://pear.php.net/get/XML_Util-%{xmlutil}.tgz Source25: http://pear.php.net/get/PEAR_Manpages-%{manpages}.tgz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{?scl_prefix}php(language) > 5.4 BuildRequires: %{?scl_prefix}php-cli BuildRequires: %{?scl_prefix}php-xml @@ -178,8 +177,6 @@ sed -e 's/@SCL@/%{?scl:%{scl}_}/' \ %install -rm -rf $RPM_BUILD_ROOT - export PHP_PEAR_SYSCONF_DIR=%{_sysconfdir} export PHP_PEAR_SIG_KEYDIR=%{_sysconfdir}/pearkeys export PHP_PEAR_SIG_BIN=%{_root_bindir}/gpg @@ -380,12 +377,7 @@ if [ $1 -eq 0 -a -d %{metadir}/.registry ] ; then fi -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %{peardir} %dir %{metadir} %{metadir}/.channels @@ -426,6 +418,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 27 2017 Remi Collet 1:1.10.4-1 +- update PEAR to 1.10.4 + * Tue Feb 28 2017 Remi Collet 1:1.10.3-1 - update PEAR to 1.10.3 -- cgit