Skip docs
This commit is contained in:
parent
b1dc3e7edd
commit
2ff0d7c252
@ -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 @@ This package contains documentation for developer documentation for %{srcname}.
|
|||||||
%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 @@ rm documentation/build/html/.buildinfo
|
|||||||
%{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…
Reference in New Issue
Block a user