Build & ship HTML user guide (PR #1)

This commit is contained in:
Christopher Engelhard 2020-09-22 22:36:47 +02:00
parent baa4782806
commit ec40012cb9

View File

@ -31,6 +31,9 @@ Requires: syslinux
# (in addition to the default installed bootloader grub2) while on ppc ppc64 the # (in addition to the default installed bootloader grub2) while on ppc ppc64 the
# default installed bootloader yaboot is also useed to make the bootable ISO image. # default installed bootloader yaboot is also useed to make the bootable ISO image.
# Required for HTML user guide
BuildRequires: asciidoctor
### Mandatory dependencies: ### Mandatory dependencies:
Requires: binutils Requires: binutils
Requires: ethtool Requires: ethtool
@ -44,7 +47,6 @@ Requires: attr
Requires: bc Requires: bc
Requires: iproute Requires: iproute
Requires: genisoimage Requires: genisoimage
# Note that CentOS also has rhel defined so there is no need to use centos
%if 0%{?rhel} %if 0%{?rhel}
Requires: util-linux Requires: util-linux
%endif %endif
@ -89,14 +91,15 @@ Professional services and support are available.
%autosetup -p1 %autosetup -p1
%build %build
# nothing to build # build HTML user guide
make doc
%install %install
%{make_install} %{make_install}
#-- FILES ---------------------------------------------------------------------# #-- FILES ---------------------------------------------------------------------#
%files %files
%doc MAINTAINERS COPYING README.adoc doc/*.txt %doc MAINTAINERS COPYING README.adoc doc/*.txt doc/user-guide/*.html
%doc %{_mandir}/man8/rear.8* %doc %{_mandir}/man8/rear.8*
%config(noreplace) %{_sysconfdir}/rear/ %config(noreplace) %{_sysconfdir}/rear/
%{_datadir}/rear/ %{_datadir}/rear/