diff --git a/mkdocs.spec b/mkdocs.spec index a81bad1..b35a978 100644 --- a/mkdocs.spec +++ b/mkdocs.spec @@ -1,6 +1,6 @@ Name: mkdocs Version: 0.15.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python tool to create HTML documentation from markdown sources License: BSD @@ -49,7 +49,7 @@ Suggests: mkdocs-basic-theme %package docs Summary: Documentantion for %{name} -#BuildRequires: mkdocs +BuildRequires: mkdocs %description MkDocs is a fast and simple way to create a website from source files written @@ -112,7 +112,7 @@ ln -sf %{_datadir}/javascript/jquery/1.11.2/jquery.min.js \ export LC_ALL=C.UTF-8 export LANG=C.UTF-8 touch mkdocs.yml -#mkdocs build +mkdocs build %check #%{__python3} setup.py test @@ -127,9 +127,12 @@ touch mkdocs.yml %files docs %license LICENSE -#doc site/* +%doc site/* %changelog +* Tue Dec 20 2016 Miro Hrončok - 0.15.3-6 +- De-bootstrap for Python 3.6 + * Mon Dec 19 2016 Miro Hrončok - 0.15.3-5 - Rebuild for Python 3.6