From 92a675ce0de508453d261b5a2e2cf362d750fca7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Dec 2025 10:51:51 +0100 Subject: cleanup --- php-zumba-json-serializer.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/php-zumba-json-serializer.spec b/php-zumba-json-serializer.spec index 872d413..a807164 100644 --- a/php-zumba-json-serializer.spec +++ b/php-zumba-json-serializer.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-zumba-json-serializer # -# SPDX-FileCopyrightText: Copyright 2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -31,12 +31,8 @@ BuildArch: noarch %if %{with tests} # as we use phpunit10 by default BuildRequires: php(language) >= 8.1 -BuildRequires: php-date BuildRequires: php-json BuildRequires: php-mbstring -BuildRequires: php-pcre -BuildRequires: php-reflection -BuildRequires: php-spl # For tests, from composer.json "require-dev": { # "phpunit/phpunit": ">=8.0 <12.0" %if 0%{?fedora} >= 40 || 0%{?rhel} >= 10 @@ -57,9 +53,6 @@ Requires: php(language) >= 7.2 Requires: php-mbstring # From phpcompatinfo report for 3.0.1 Requires: php-json -Requires: php-pcre -Requires: php-reflection -Requires: php-spl # For generated autoloader Requires: php-composer(fedora/autoloader) -- cgit