diff options
Diffstat (limited to 'php-composer-installers.spec')
-rw-r--r-- | php-composer-installers.spec | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/php-composer-installers.spec b/php-composer-installers.spec index d333672..535c9c6 100644 --- a/php-composer-installers.spec +++ b/php-composer-installers.spec @@ -40,7 +40,6 @@ URL: http://composer.github.io/installers/ Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Tests %if %{with_tests} ## composer.json @@ -115,8 +114,6 @@ AUTOLOAD %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{phpdir} cp -rp src/Composer %{buildroot}%{phpdir}/ @@ -150,12 +147,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md |