cleanup
This commit is contained in:
parent
c90ae81e22
commit
248e52237c
1 changed files with 0 additions and 7 deletions
|
|
@ -29,7 +29,6 @@ Source2: %{name}-autoload.php
|
|||
# Never bundle a CA file
|
||||
Patch0: %{name}-rpm.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
%if %{with_tests}
|
||||
# For tests
|
||||
|
|
@ -75,7 +74,6 @@ find src -name \*.rpm -exec rm {} \;
|
|||
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
: Library
|
||||
mkdir -p %{buildroot}%{php_home}/Composer/
|
||||
|
|
@ -102,12 +100,7 @@ if (!CA::validateCaFile($file)) {
|
|||
%endif
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc composer.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue