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