diff options
-rw-r--r-- | php-league-tactician.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php-league-tactician.spec b/php-league-tactician.spec index c60373b..e510634 100644 --- a/php-league-tactician.spec +++ b/php-league-tactician.spec @@ -37,8 +37,10 @@ BuildRequires: php-spl # "mockery/mockery": "~0.9", # "phpunit/phpunit": "^4.8.35", # "squizlabs/php_codesniffer": "~2.3" +# remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(mockery/mockery) >= 0.9 with php-composer(mockery/mockery) < 1) +# remirepo:3 %else BuildRequires: php-deepend-Mockery >= 0.9 %endif @@ -105,6 +107,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md |