Add help for blivet-gui spoke (#1439565)
This commit is contained in:
parent
ae923b4528
commit
52c35e91d2
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user