commit e257e52f3eeb9961e2d600815af7c2fcf8a443e2 parent ad74235807a867161af938e065c3141429ad9882 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Wed, 6 Mar 2024 19:10:23 +0100 fix Diffstat:
| M | rpmbuild/SPECS/gnunet.spec | | | 19 | ++++++++++--------- |
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/rpmbuild/SPECS/gnunet.spec b/rpmbuild/SPECS/gnunet.spec @@ -80,13 +80,14 @@ Summary: The GNUnet base libraries development files %description -n libgnunet-devel The GNUnet base libraries development files. -%package doc -Requires: %{name}%{?_isa} = %{version}-%{release} -BuildRequires: mandoc doxygen texinfo -BuildArchitectures: noarch -Summary: The GNUnet documentation -%description doc -The GNUnet documentation. +# Temporarily disable as sphinx multiversion not available +#%package doc +#Requires: %{name}%{?_isa} = %{version}-%{release} +#BuildRequires: mandoc doxygen texinfo +#BuildArchitectures: noarch +#Summary: The GNUnet documentation +#%description doc +#The GNUnet documentation. # gnunet-bcd %package bcd @@ -812,10 +813,10 @@ rm -f %{buildroot}%{_infodir}/dir %{_datadir}/%{name}/gns-bcd-simple.tex %{_mandir}/man1/gnunet-bcd.1.gz -%files doc +#%files doc #%{_defaultdocdir}/%{name}/html/ #%exclude %{_defaultdocdir}/%{name}/html/.buildinfo -%{_infodir}/gnunet.info.gz +#%{_infodir}/gnunet.info.gz %changelog