From db523b0405a01bb960aaec61c2aba7e976c7c964 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Jul 2015 10:23:32 +0200 Subject: php-pear: minor fix for packaging --- php-pear-dev.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-pear-dev.spec') diff --git a/php-pear-dev.spec b/php-pear-dev.spec index fc5a651..87e6f50 100644 --- a/php-pear-dev.spec +++ b/php-pear-dev.spec @@ -33,7 +33,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.0 -Release: 0.1.%{pearprever}%{?dist} +Release: 0.2.%{pearprever}%{?dist} Epoch: 1 # PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -62,8 +62,10 @@ Source33: pear.conf.5 # From RHEL: ignore REST cache creation failures as non-root user (#747361) # TODO See https://github.com/pear/pear-core/commit/dfef86e05211d2abc7870209d69064d448ef53b3#PEAR/REST.php +# https://github.com/pear/pear-core/pull/42 Patch0: php-pear-1.10-restcache.patch # Relocate Metadata +# https://github.com/pear/pear-core/pull/43 Patch1: php-pear-1.10-metadata.patch BuildArch: noarch @@ -76,6 +78,9 @@ BuildRequires: gnupg BuildRequires: %{_bindir}/phpunit %endif +# Temporary +%{?scl:Obsoletes: %{scl_prefix}fakepear} + Provides: %{?scl_prefix}php-pear(Console_Getopt) = %{getoptver} Provides: %{?scl_prefix}php-pear(Archive_Tar) = %{arctarver} Provides: %{?scl_prefix}php-pear(PEAR) = %{version} @@ -400,6 +405,9 @@ fi %changelog +* Sun Jul 26 2015 Remi Collet 1:1.10.0-0.2.dev1 +- improve metadata patch + * Sat Jul 25 2015 Remi Collet 1:1.10.0-0.1.dev1 - update PEAR 1.10.0dev1 (for PHP7) -- cgit