3.3.0-4 again
This commit is contained in:
parent
a3c9ca9b5a
commit
17a996acc6
@ -315,8 +315,13 @@ BuildArch: noarch
|
||||
# Required for generating docs
|
||||
BuildRequires: python-eventlet
|
||||
BuildRequires: python-simplejson
|
||||
%if ( 0%{?rhel} && 0%{?rhel} < 7 )
|
||||
BuildRequires: python-webob1.0
|
||||
BuildRequires: python-sphinx10
|
||||
%else
|
||||
BuildRequires: python-webob
|
||||
BuildRequires: python-sphinx
|
||||
%endif
|
||||
BuildRequires: pyxattr
|
||||
|
||||
%description swift-doc
|
||||
@ -371,7 +376,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
cd swift-%{SWIFTVER}
|
||||
%{__python} setup.py build
|
||||
%{__mkdir_p} doc/build
|
||||
%if ( 0%{?fedora} )
|
||||
%{__python} setup.py build_sphinx
|
||||
%endif
|
||||
cd ..
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user