diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-03-06 08:33:18 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-03-06 08:33:18 +0100 | 
| commit | 665f8f0347cc3b22530a3781f4ab96d1420df86e (patch) | |
| tree | 73642abb9f12bc3225f782640c569f7dca381a7c | |
| parent | 98b1b011976269e546530c38004956ba8001a5f9 (diff) | |
php-pecl-xxtea: F24
| -rw-r--r-- | php-pecl-xxtea.spec | 25 | 
1 files changed, 16 insertions, 9 deletions
diff --git a/php-pecl-xxtea.spec b/php-pecl-xxtea.spec index 5e6c59c..72f5aa0 100644 --- a/php-pecl-xxtea.spec +++ b/php-pecl-xxtea.spec @@ -15,9 +15,6 @@  %endif  %{?scl:          %scl_package        php-pecl-xxtea} -%{!?php_inidir:  %global php_inidir  %{_sysconfdir}/php.d} -%{!?__pecl:      %global __pecl      %{_bindir}/pecl} -%{!?__php:       %global __php       %{_bindir}/php}  %global pecl_name xxtea  %global with_zts  0%{!?_without_zts:%{?__ztsphp:1}} @@ -30,7 +27,7 @@  Summary:        XXTEA encryption algorithm extension for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.11 -Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        MIT  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -44,10 +41,12 @@ Requires:       %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:       %{?scl_prefix}php(api) = %{php_core_api}  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -Provides:       %{?scl_prefix}php-%{pecl_name} = %{version} -Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides:       %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides:       %{?scl_prefix}php-%{pecl_name}               = %{version} +Provides:       %{?scl_prefix}php-%{pecl_name}%{?_isa}       = %{version} +Provides:       %{?scl_prefix}php-pecl(%{pecl_name})         = %{version}  Provides:       %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides:       %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{release} +Provides:       %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}  # Other third party repo stuff @@ -93,7 +92,9 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO  mv %{pecl_name}-%{version} NTS  # Don't install/register tests -sed -e 's/role="test"/role="src"/' -i package.xml +sed -e 's/role="test"/role="src"/' \ +    %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ +    -i package.xml  cd NTS @@ -162,6 +163,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i  done +%if 0%{?fedora} < 24  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -178,6 +180,7 @@ fi  if [ $1 -eq 0 -a -x %{__pecl} ] ; then      %{pecl_uninstall} %{pecl_name} >/dev/null || :  fi +%endif  %check @@ -231,6 +234,9 @@ rm -rf %{buildroot}  %changelog +* Sun Mar  6 2016 Remi Collet <remi@fedoraproject.org> - 1.0.11-2 +- adapt for F24 +  * Tue Jan 05 2016 Remi Collet <remi@fedoraproject.org> - 1.0.11-1  - Update to 1.0.11 (stable) @@ -268,4 +274,5 @@ rm -rf %{buildroot}  * Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 1.0.5-1  - initial package, version 1.0.5 (stable) -- open https://github.com/xxtea/xxtea-pecl/pull/1 (typo)
\ No newline at end of file +- open https://github.com/xxtea/xxtea-pecl/pull/1 (typo) +  | 
