diff options
-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 |