clean
This commit is contained in:
parent
9f0cf6fb76
commit
9c008ecf2c
1 changed files with 0 additions and 15 deletions
|
|
@ -54,15 +54,8 @@ BuildArch: noarch
|
|||
## composer.json
|
||||
BuildRequires: php(language) >= %{php_min_ver}
|
||||
BuildRequires: phpunit7
|
||||
# remirepo:1
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
BuildRequires: (php-composer(phpdocumentor/reflection-common) >= %{reflection_common_min_ver} with php-composer(phpdocumentor/reflection-common) < %{reflection_common_max_ver})
|
||||
BuildRequires: (php-composer(mockery/mockery) >= %{mockery_min_ver} with php-composer(mockery/mockery) < %{mockery_max_ver})
|
||||
# remirepo:4
|
||||
%else
|
||||
BuildRequires: php-phpdocumentor-reflection-common2 >= %{reflection_common_min_ver}
|
||||
BuildRequires: php-mockery >= %{mockery_min_ver}
|
||||
%endif
|
||||
## phpcompatinfo (computed from version 1.0.0)
|
||||
BuildRequires: php-reflection
|
||||
BuildRequires: php-pcre
|
||||
|
|
@ -74,13 +67,7 @@ BuildRequires: php-fedora-autoloader-devel
|
|||
|
||||
# composer.json
|
||||
Requires: php(language) >= %{php_min_ver}
|
||||
# remirepo:1
|
||||
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
|
||||
Requires: (php-composer(phpdocumentor/reflection-common) >= %{reflection_common_min_ver} with php-composer(phpdocumentor/reflection-common) < %{reflection_common_max_ver})
|
||||
# remirepo:3
|
||||
%else
|
||||
Requires: php-phpdocumentor-reflection-common2 >= %{reflection_common_min_ver}
|
||||
%endif
|
||||
# phpcompatinfo (computed from version 1.0.0)
|
||||
Requires: php-pcre
|
||||
Requires: php-spl
|
||||
|
|
@ -168,8 +155,6 @@ exit $RETURN_CODE
|
|||
|
||||
|
||||
%files
|
||||
# remirepo:1
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc *.md
|
||||
%doc composer.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue