From 55e77dda4b38115bfc97fdd493c185cb9967d70d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Mar 2017 14:47:53 +0100 Subject: wip --- phpunit6.spec | 3 --- 1 file changed, 3 deletions(-) (limited to 'phpunit6.spec') 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 -- cgit