diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-03-05 18:06:45 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-03-05 18:06:45 +0100 | 
| commit | 9e9b295eef633d420ae577337eb6485df81e6556 (patch) | |
| tree | cb250f1cd24ff586fac4febcc1be6e47825aea38 | |
| parent | 7d54e6b4cb43e2606367af3f584fc01f3c92ab09 (diff) | |
php-pecl-inotify: f24
| -rw-r--r-- | php-pecl-inotify-php7.spec | 22 | 
1 files changed, 13 insertions, 9 deletions
diff --git a/php-pecl-inotify-php7.spec b/php-pecl-inotify-php7.spec index 3199fb8..450f206 100644 --- a/php-pecl-inotify-php7.spec +++ b/php-pecl-inotify-php7.spec @@ -7,9 +7,6 @@  # Please, preserve the changelog entries  #  %{?scl:          %scl_package        php-pecl-inotify} -%{!?php_inidir:  %global php_inidir  %{_sysconfdir}/php.d} -%{!?__pecl:      %global __pecl      %{_bindir}/pecl} -%{!?__php:       %global __php       %{_bindir}/php}  %global with_zts   0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name  inotify @@ -18,7 +15,7 @@  Summary:        Inotify  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        2.0.0 -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:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -32,12 +29,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} +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 @@ -142,6 +139,7 @@ do install -Dpm 644 $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 @@ -158,6 +156,7 @@ fi  if [ $1 -eq 0 -a -x %{__pecl} ] ; then      %{pecl_uninstall} %{pecl_name} >/dev/null || :  fi +%endif  %check @@ -197,6 +196,7 @@ rm -rf %{buildroot}  %files  %defattr(-,root,root,-) +%{?_licensedir:%license NTS/LICENSE}  %doc %{pecl_docdir}/%{pecl_name}  %{pecl_xmldir}/%{name}.xml @@ -210,6 +210,9 @@ rm -rf %{buildroot}  %changelog +* Sat Mar  5 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-2 +- adapt for F24 +  * Sun Jan 29 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1  - update to 2.0.0 for PHP 7 (stable)  - don't install/register tests @@ -234,3 +237,4 @@ rm -rf %{buildroot}  * Sun Oct  6 2013 Remi Collet <remi@fedoraproject.org> - 0.1.6-1  - initial package, version 0.1.6 (stable) +  | 
