diff options
author | Remi Collet <remi@remirepo.net> | 2024-10-10 10:56:43 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-10-10 10:56:43 +0200 |
commit | 6e2f063429bf6910969ec3cca2c8576bb62c0070 (patch) | |
tree | 6107c389ae3d62967b664ab9c4edda15e36123c6 | |
parent | ca47c7482b399da1b600802b3f90a6aae1fd0f7d (diff) |
clean deps
-rw-r--r-- | pie.spec | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |