From 94a0b5075493dff78f99715c81d7033b832a8fb4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Apr 2017 07:19:55 +0200 Subject: cleanup --- php-composer-installers.spec | 8 -------- 1 file changed, 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 -- cgit