Revert "Skip docs"

This reverts commit 2ff0d7c252.
epel9
Miro Hrončok 6 years ago
parent 2ff0d7c252
commit db999e0b5c

@ -36,13 +36,13 @@ Requires: python%{python3_pkgversion}-six
%description -n python%{python3_pkgversion}-%{srcname} %_description %description -n python%{python3_pkgversion}-%{srcname} %_description
#package doc %package doc
#Summary: Documentation files for %%{srcname} Summary: Documentation files for %{srcname}
# tinyxml uses zlib license # tinyxml uses zlib license
#License: BSD and zlib License: BSD and zlib
#description doc %description doc
#This package contains documentation for developer documentation for %%{srcname}. This package contains documentation for developer documentation for %{srcname}.
%prep %prep
%autosetup -n %{srcname}-%{version} %autosetup -n %{srcname}-%{version}
@ -50,9 +50,9 @@ Requires: python%{python3_pkgversion}-six
%build %build
%py3_build %py3_build
# Build the documentation # Build the documentation
#make %%{?_smp_mflags} html make %{?_smp_mflags} html
# Remove temporary build files # Remove temporary build files
#rm documentation/build/html/.buildinfo rm documentation/build/html/.buildinfo
%install %install
%py3_install %py3_install
@ -62,9 +62,9 @@ Requires: python%{python3_pkgversion}-six
%{python3_sitelib}/* %{python3_sitelib}/*
%license LICENSE %license LICENSE
#files doc %files doc
#doc documentation/build/html %doc documentation/build/html
#license LICENSE %license LICENSE
%changelog %changelog
* Mon Mar 18 2019 Miro Hrončok <mhroncok@redhat.com> - 4.7.3-7 * Mon Mar 18 2019 Miro Hrončok <mhroncok@redhat.com> - 4.7.3-7

Loading…
Cancel
Save