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
|
Name: anaconda-user-help
|
||||||
URL: https://pagure.io/install-guide
|
URL: https://pagure.io/install-guide
|
||||||
Version: 26.1
|
Version: 26.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# The tarball is created from the Fedora Installation Guide
|
# The tarball is created from the Fedora Installation Guide
|
||||||
# git repository with git archive from the corresponding
|
# git repository with git archive from the corresponding
|
||||||
# anaconda-user-help-x.x git tag.
|
# 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
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
Source1: %{name}-blivet-gui.tar.gz
|
||||||
|
|
||||||
License: CC-BY-SA
|
License: CC-BY-SA
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -23,7 +27,7 @@ BuildRequires: lynx
|
|||||||
This package provides content for the Anaconda built-in help system.
|
This package provides content for the Anaconda built-in help system.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -a 1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python3} prepare_anaconda_help_content.py
|
%{__python3} prepare_anaconda_help_content.py
|
||||||
@ -31,6 +35,7 @@ This package provides content for the Anaconda built-in help system.
|
|||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/anaconda/help
|
mkdir -p %{buildroot}%{_datadir}/anaconda/help
|
||||||
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
||||||
|
cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/anaconda/help/*
|
%{_datadir}/anaconda/help/*
|
||||||
|
Loading…
Reference in New Issue
Block a user