From 69809af6c3fafbd4db41b02f6f2d6c041ce64fc1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Mar 2013 15:32:33 +0100 Subject: php extensions rebuild for php 5.5 (round 3) --- php-idn.spec | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/php-idn.spec b/php-idn.spec index 3e77284..f109338 100644 --- a/php-idn.spec +++ b/php-idn.spec @@ -1,24 +1,26 @@ %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1) -Summary: PHP API for GNU LibIDN -Name: php-idn -Version: 1.2c -Release: 6%{?dist} -License: GPLv2+ -Group: Development/Languages -Source0: http://php-idn.bayour.com/idn_%{version}.tar.gz -Source1: idn.ini - -Patch0: idn-php54.patch - -URL: http://php-idn.bayour.com/ - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: php-devel >= 4.3.0, libidn-devel >= 0.4.0, autoconf, automake, libtool - -Requires: php(zend-abi) = %{php_zend_api} -Requires: php(api) = %{php_core_api} -Requires: php-intl%{?_isa} +Summary: PHP API for GNU LibIDN +Name: php-idn +Version: 1.2c +Release: 6%{?dist}.1 +License: GPLv2+ +Group: Development/Languages +Source0: http://php-idn.bayour.com/idn_%{version}.tar.gz +Source1: idn.ini + +Patch0: idn-php54.patch + +URL: http://php-idn.bayour.com/ + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: php-devel +BuildRequires: libidn-devel >= 0.4.0 +BuildRequires: autoconf, automake, libtool + +Requires: php(zend-abi) = %{php_zend_api} +Requires: php(api) = %{php_core_api} +Requires: php-intl%{?_isa} # Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -- cgit