From f222abe0f31ac934a37f8f6ef9f8178d3349a95e Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Jun 26 2017 14:52:23 +0000 Subject: Add help for blivet-gui spoke (#1439565) --- diff --git a/anaconda-user-help.spec b/anaconda-user-help.spec index 1b81d83..ca7bd4b 100644 --- a/anaconda-user-help.spec +++ b/anaconda-user-help.spec @@ -8,8 +8,12 @@ BuildArch: noarch # The tarball is created from the Fedora Installation Guide # git repository with git archive from the corresponding # anaconda-user-help-x.x git tag. +# The blivet-gui documentation tarball is made from the user help files +# for blivet-gui: +# https://github.com/rhinstaller/blivet-gui Source0: %{name}-%{version}.tar.gz +Source1: %{name}-blivet-gui.tar.gz License: CC-BY-SA Group: System Environment/Base @@ -23,7 +27,7 @@ BuildRequires: lynx This package provides content for the Anaconda built-in help system. %prep -%setup -q +%setup -q -a 1 %build %{__python3} prepare_anaconda_help_content.py @@ -31,6 +35,7 @@ This package provides content for the Anaconda built-in help system. %install mkdir -p %{buildroot}%{_datadir}/anaconda/help cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help +cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help %files %{_datadir}/anaconda/help/*