diff options
| author | Remi Collet <remi@remirepo.net> | 2017-04-25 07:19:55 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-04-25 07:19:55 +0200 | 
| commit | 94a0b5075493dff78f99715c81d7033b832a8fb4 (patch) | |
| tree | 0030dc5f39359089525873d0ed00ca872f6f82ee | |
| parent | bb04d0f7af6877aa313fd348d86235a8b4405780 (diff) | |
cleanup
| -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  | 
