diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-06 12:07:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-06 12:07:13 +0100 |
commit | cd3871f9c8a17d625b9202598c4aad12188e126f (patch) | |
tree | ba08782c2c4bce50925c3ddb36a58ad1a0ed0da9 | |
parent | eedda06923ce27ddc7f291c49343a440f7d9d613 (diff) |
comments
-rw-r--r-- | php-nikic-php-parser5.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-nikic-php-parser5.spec b/php-nikic-php-parser5.spec index 16a76e4..1417cb4 100644 --- a/php-nikic-php-parser5.spec +++ b/php-nikic-php-parser5.spec @@ -7,13 +7,14 @@ # Please, preserve the changelog entries # +# remirepo:2 # For compatibility with SCL %undefine __brp_mangle_shebangs %if 0%{?fedora} %bcond_without tests %else -# disabled as phpunit not availble +# disabled by default as phpunit is not available %bcond_with tests %endif @@ -36,6 +37,7 @@ Summary: A PHP parser written in PHP - version %{major} License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tgz Source1: makesrc.sh |