|
|
@ -1,7 +1,9 @@
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%bcond_without python3
|
|
|
|
%bcond_without python3
|
|
|
|
|
|
|
|
%bcond_with executables
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
%bcond_with python3
|
|
|
|
%bcond_with python3
|
|
|
|
|
|
|
|
%bcond_without executables
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Unit tests don't work on python 2.6
|
|
|
|
# Unit tests don't work on python 2.6
|
|
|
@ -11,13 +13,6 @@
|
|
|
|
%bcond_without unittests
|
|
|
|
%bcond_without unittests
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# Boto's sample executables became doc files in F23
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 23
|
|
|
|
|
|
|
|
%bcond_with executables
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%bcond_without executables
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A simple, lightweight interface to Amazon Web Services
|
|
|
|
Summary: A simple, lightweight interface to Amazon Web Services
|
|
|
|
Name: python-boto
|
|
|
|
Name: python-boto
|
|
|
|