fix doc disablement for python3 subpackage
This commit is contained in:
parent
90e527bf0a
commit
155e9a9178
@ -145,7 +145,9 @@ popd
|
|||||||
%files -n python3-jinja2
|
%files -n python3-jinja2
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS CHANGES LICENSE
|
%doc AUTHORS CHANGES LICENSE
|
||||||
|
%if 0%{?with_docs}
|
||||||
%doc docs/_build/html
|
%doc docs/_build/html
|
||||||
|
%endif # with_docs
|
||||||
%doc ext
|
%doc ext
|
||||||
%doc examples
|
%doc examples
|
||||||
%{python3_sitearch}/*
|
%{python3_sitearch}/*
|
||||||
@ -156,6 +158,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-4
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-4
|
||||||
- add explicit build-requirement on python-setuptools
|
- add explicit build-requirement on python-setuptools
|
||||||
|
- fix doc disablement for python3 subpackage
|
||||||
|
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-3
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 2.5-3
|
||||||
- support disabling documentation in the build to break a circular build-time
|
- support disabling documentation in the build to break a circular build-time
|
||||||
|
Loading…
Reference in New Issue
Block a user