From db999e0b5c851a9a2bd48fcee0c2fc446a9e1c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 Mar 2019 17:54:40 +0100 Subject: [PATCH] Revert "Skip docs" This reverts commit 2ff0d7c252c0ef42ed1f477862aeaeb2b33706aa. --- python-breathe.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/python-breathe.spec b/python-breathe.spec index ae8e01d..f7cbaa7 100644 --- a/python-breathe.spec +++ b/python-breathe.spec @@ -36,13 +36,13 @@ Requires: python%{python3_pkgversion}-six %description -n python%{python3_pkgversion}-%{srcname} %_description -#package doc -#Summary: Documentation files for %%{srcname} +%package doc +Summary: Documentation files for %{srcname} # tinyxml uses zlib license -#License: BSD and zlib +License: BSD and zlib -#description doc -#This package contains documentation for developer documentation for %%{srcname}. +%description doc +This package contains documentation for developer documentation for %{srcname}. %prep %autosetup -n %{srcname}-%{version} @@ -50,9 +50,9 @@ Requires: python%{python3_pkgversion}-six %build %py3_build # Build the documentation -#make %%{?_smp_mflags} html +make %{?_smp_mflags} html # Remove temporary build files -#rm documentation/build/html/.buildinfo +rm documentation/build/html/.buildinfo %install %py3_install @@ -62,9 +62,9 @@ Requires: python%{python3_pkgversion}-six %{python3_sitelib}/* %license LICENSE -#files doc -#doc documentation/build/html -#license LICENSE +%files doc +%doc documentation/build/html +%license LICENSE %changelog * Mon Mar 18 2019 Miro HronĨok - 4.7.3-7