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