Name: php-all-the-things Version: 1.0.0 Release: 1%{?dist} Summary: Meta-package for all DigitalCyberSoft PHP extensions License: MIT URL: https://github.com/DigitalCyberSoft/php-all-the-things-copr Source0: php-all-the-things-%{version}.tar.gz BuildArch: noarch Requires: php-brotli Requires: php-hpack Requires: php-qpack Requires: php-quic Requires: php-zstd %description Meta-package that installs all DigitalCyberSoft PHP extensions: - php-brotli: Brotli compression - php-hpack: HPACK header compression for HTTP/2 (RFC 7541) - php-qpack: QPACK header compression for HTTP/3 (RFC 9204) - php-quic: QUIC transport protocol (RFC 9000) - php-zstd: Zstandard compression %prep %setup -q %build # Nothing to build %install # Nothing to install %files # No files - meta-package only %changelog * Mon Apr 06 2026 COPR Builder - 1.0.0-1 - Initial meta-package release - Pulls in php-brotli, php-hpack, php-qpack, php-quic, php-zstd