update code

This commit is contained in:
zhuchunyi 2019-11-06 19:01:33 +08:00
commit 4930ee4449
3 changed files with 33 additions and 0 deletions

Binary file not shown.

Binary file not shown.

33
anaconda-user-help.spec Normal file
View File

@ -0,0 +1,33 @@
Name: anaconda-user-help
Version: 26.1
Release: 9
Summary: Content for the Anaconda built-in help system
License: CC-BY-SA
URL: https://pagure.io/install-guide
Source0: %{name}-%{version}.tar.gz
Source1: %{name}-blivet-gui.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-lxml xmlto lynx
%description
This package provides content for the Anaconda built-in help system.
%prep
%setup -q -a 1
%build
%{__python3} prepare_anaconda_help_content.py
%install
install -d -m 0755 -p %{buildroot}%{_datadir}/anaconda/help
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help
%files
%defattr(-,root,root)
%{_datadir}/anaconda/help/*
%changelog
* Sun Oct 13 2019 openEuler Buildteam <buildteam@openeuler.org> - 26.1-9
- Package init