diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-21 15:32:33 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-21 15:32:33 +0100 |
commit | 69809af6c3fafbd4db41b02f6f2d6c041ce64fc1 (patch) | |
tree | edd3d64f7224e379560cca838ba4c03a7a54b6fd /php-idn.spec | |
parent | f2a570a92f3e0a0849cdd8117e9ed8ce5eac7283 (diff) |
php extensions rebuild for php 5.5 (round 3)
Diffstat (limited to 'php-idn.spec')
-rw-r--r-- | php-idn.spec | 40 |
1 files 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$} |