commit
ac834ce4c4
@ -11,7 +11,7 @@ filter PBGRP = utils
|
|||||||
filter PBLIC = ASL 2.0
|
filter PBLIC = ASL 2.0
|
||||||
|
|
||||||
# PBDEP is replaced by the list of dependencies
|
# PBDEP is replaced by the list of dependencies
|
||||||
filter PBDEP = python-docopt, python-tortilla, python-jinja2
|
filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-docopt, python-simplejson
|
||||||
|
|
||||||
# PBBDEP is replaced by the list of build dependencies
|
# PBBDEP is replaced by the list of build dependencies
|
||||||
filter PBBDEP = python-dev, python-setuptools, python-pbr, python-tortilla, python-jinja2, python-sphinx
|
filter PBBDEP = python-dev, python-setuptools, python-pbr, python-tortilla, python-jinja2, python-sphinx
|
||||||
|
@ -15,7 +15,7 @@ filter PBLIC = ASL 2.0
|
|||||||
|
|
||||||
# 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, python-sphinx
|
filter PBBDEP = python-devel, python-setuptools, python-pbr, python-sphinx
|
||||||
filter PBDEP = python-docopt, python-tortilla, python-jinja2
|
filter PBDEP = python-docopt, python-tortilla, python-jinja2, python-pbr, python-docopt, python-simplejson
|
||||||
|
|
||||||
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
|
# PBSUF is replaced by the package suffix ($pb->{'suf'} in code)
|
||||||
filter PBSUF = $pb->{'suf'}
|
filter PBSUF = $pb->{'suf'}
|
||||||
|
@ -32,7 +32,6 @@ make latexpdf
|
|||||||
%install
|
%install
|
||||||
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
|
||||||
# This will go in a separate script later on to share with other distros
|
# This will go in a separate script later on to share with other distros
|
||||||
%{__mkdir} -p %{buildroot}/%{_bindir}
|
|
||||||
rm -fr %{buildroot}/%{python_sitelib}/redfish/old
|
rm -fr %{buildroot}/%{python_sitelib}/redfish/old
|
||||||
|
|
||||||
for i in 1; do
|
for i in 1; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user