diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-13 14:47:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-13 14:47:53 +0100 |
commit | 55e77dda4b38115bfc97fdd493c185cb9967d70d (patch) | |
tree | dd8920df33e00f4bdb580ccac77f96ca5dc799f4 /phpunit6.spec | |
parent | d120a70a8568afaf443cc099bcd3608dce2cd682 (diff) |
wip
Diffstat (limited to 'phpunit6.spec')
-rw-r--r-- | phpunit6.spec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index 370325c..9b24375 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -36,7 +36,6 @@ Source0: https://github.com/%{gh_vendor}/%{gh_project}/archive/%{gh_commi # Fix command for autoload Patch0: %{name}-rpm.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php(language) >= 7.0 BuildRequires: php-composer(phpunit/php-file-iterator) >= 1.4 @@ -202,7 +201,6 @@ EOF %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{php_home} cp -pr src %{buildroot}%{php_home}/%{ns_vendor} @@ -225,7 +223,6 @@ done exit $ret - %files %{!?_licensedir:%global license %%doc} %license LICENSE |