This commit is contained in:
parent
4717217cee
commit
574ef76546
@ -52,10 +52,10 @@ differences among multiple cloud provider APIs.
|
||||
%setup -q -n apache-libcloud-%{version}
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
python2 setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
%fdupes %{buildroot}%{python_sitelib}/libcloud/test/
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user