diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 16:10:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 16:10:53 +0200 |
commit | e123fcd3a0f8af4fa823f05a411ff37be2ebf193 (patch) | |
tree | 8a3fc0a24f4b95436d45947e3bfa37dde6787b94 | |
parent | 05aa62c398adabf94fc3fed6248ff9808d28ce62 (diff) |
-rw-r--r-- | php-pecl-inotify.spec | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index fca1fe9..cde8946 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-pecl-inotify # -# Copyright (c) 2013-2023 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -10,6 +10,8 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name inotify +%global pie_vend arnaud-lb +%global pie_proj inotify %global ini_name 40-%{pecl_name}.ini %global sources %{pecl_name}-%{version} %global _configure ../%{sources}/configure @@ -19,7 +21,7 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.0.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -33,12 +35,14 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -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_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-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %description @@ -164,6 +168,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 3.0.0-5 +- rebuild for 8.5.0alpha3 + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 3.0.0-4 - rebuild for PHP 8.3.0RC1 |