summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-25 07:19:55 +0200
committerRemi Collet <remi@remirepo.net>2017-04-25 07:19:55 +0200
commit94a0b5075493dff78f99715c81d7033b832a8fb4 (patch)
tree0030dc5f39359089525873d0ed00ca872f6f82ee
parentbb04d0f7af6877aa313fd348d86235a8b4405780 (diff)
cleanup
-rw-r--r--php-composer-installers.spec8
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