summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-apfd.spec17
1 files changed, 12 insertions, 5 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec
index 5572f15..c72c9f9 100644
--- a/php-pecl-apfd.spec
+++ b/php-pecl-apfd.spec
@@ -3,9 +3,9 @@
#
# Fedora spec file for php-pecl-apfd
#
-# Copyright (c) 2015-2024 Remi Collet
-# License: CC-BY-SA-4.0
-# http://creativecommons.org/licenses/by-sa/4.0/
+# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
+# SPDX-License-Identifier: CECILL-2.1
+# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
@@ -14,8 +14,10 @@
%bcond_without tests
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global pecl_name apfd
+%global pie_vend m6w6
+%global pie_proj ext-apfd
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global ini_name 40-%{pecl_name}.ini
#global prever RC1
%global sources %{pecl_name}-%{version}
@@ -24,7 +26,7 @@
Summary: Always Populate Form Data
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: 1.0.3
-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: BSD-2-Clause
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -44,6 +46,8 @@ 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}
# Split off pecl/http
Conflicts: %{?scl_prefix}php-pecl(http) < 2.4
@@ -179,6 +183,9 @@ cd ../ZTS
%changelog
+* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.0.3-5
+- rebuild for 8.5.0alpha3
+
* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.0.3-4
- rebuild for PHP 8.3.0RC1