This commit is contained in:
Remi Collet 2016-05-18 07:20:38 +02:00
commit 248e52237c

View file

@ -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