From 52c35e91d2e001abfc850c8c1c2423d7160a1021 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Jun 26 2017 11:16:12 +0000 Subject: Add help for blivet-gui spoke (#1439565) --- diff --git a/anaconda-user-help.spec b/anaconda-user-help.spec index ac96402..14bdb72 100644 --- a/anaconda-user-help.spec +++ b/anaconda-user-help.spec @@ -2,14 +2,18 @@ Summary: Content for the Anaconda built-in help system Name: anaconda-user-help URL: https://pagure.io/install-guide Version: 26.1 -Release: 3%{?dist} +Release: 4%{?dist} 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/*