Fix rpm spec

- Decrease sphinx version.
- Include documentation in rpm.
This commit is contained in:
Uggla 2016-04-04 20:19:01 +02:00
parent b8c93b992e
commit 554672a012
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ filter PBLIC = ASL 2.0
#filter PBDEP = #filter PBDEP =
# PBBDEP is replaced by the list of build dependencies # PBBDEP is replaced by the list of build dependencies
filter PBBDEP = python-devel,python-setuptools,python-pbr >= 0.8,python-sphinx >= 1.3.1,python-future >= 0.15.2 filter PBBDEP = python-devel,python-setuptools,python-pbr >= 0.8,python-sphinx >= 1.2.3,python-future >= 0.15.2
filter PBDEP = python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-pbr >= 0.8,python-simplejson >= 3.8.1,python-requests >= 2.9.1 filter PBDEP = python-docopt >= 0.6.2,python-tortilla >= 0.4.1,python-jinja2 >= 2.7.3,python-pbr >= 0.8,python-simplejson >= 3.8.1,python-requests >= 2.9.1
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code) # PBSUF is replaced by the package suffix ($pb->{'suf'} in code)

View File

@ -47,6 +47,8 @@ make latexpdf
%{python_sitelib}/redfish/tests/*.py* %{python_sitelib}/redfish/tests/*.py*
%{python_sitelib}/python_redfish* %{python_sitelib}/python_redfish*
%{_mandir}/man1/* %{_mandir}/man1/*
%{_docdir}/PBREALPKG/html/_static/*
%{_docdir}/PBREALPKG/html/index.html
#%{_logdir}/PBREALPKG #%{_logdir}/PBREALPKG
%changelog %changelog
PBLOG PBLOG