From 6e2f063429bf6910969ec3cca2c8576bb62c0070 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Oct 2024 10:56:43 +0200 Subject: clean deps --- pie.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pie.spec b/pie.spec index 8d9f8f6..fc449ea 100644 --- a/pie.spec +++ b/pie.spec @@ -7,6 +7,7 @@ # Please, preserve the changelog entries # +# remirepo:2 # For compatibility with SCL %undefine __brp_mangle_shebangs @@ -27,7 +28,7 @@ Name: pie Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?gh_date:.%{gh_date}.%{gh_short}}%{?dist} +Release: 1%{?dist} Summary: PHP Installer for Extensions # SPDX: pie is BSD-3-Clause, all dependencies are MIT @@ -35,7 +36,7 @@ License: BSD-3-Clause and MIT URL: https://github.com/php/pie Source0: %{gh_project}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tgz Source1: %{name}-bash-completion -# Get a git snapshot to retrieve the test suite +# Get a git snapshot with dependencies Source9: makesrc.sh # Fix autoloader path @@ -58,14 +59,15 @@ Requires: php-zip # System certificates Requires: ca-certificates # From phpcompatinfo +# Ignored: core, date, filter, hash, pcre, random, reflection, spl, standard +Requires: php-ctype Requires: php-curl Requires: php-dom Requires: php-intl Requires: php-json -Requires: php-libxml Requires: php-mbstring +Requires: php-posix Requires: php-phar -Requires: php-xsl # Bundled libraries # License MIT -- cgit