Skip to content

Commit

Permalink
Install few more required texlive packages
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Sep 29, 2023
1 parent 922a636 commit 4601719
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions components/admin/docs/SPECS/docs.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ BuildRequires: texlive-pdftex
BuildRequires: texlive-epstopdf
BuildRequires: texlive-collection-basic
BuildRequires: texlive-ctex
BuildRequires: texlive-xecjk
BuildRequires: texlive-fandol
%endif

%description
Expand Down Expand Up @@ -159,9 +161,12 @@ pushd docs/recipes/install/openeuler22.03/aarch64/warewulf/slurm
make ; %{parser} steps.tex > recipe.sh ; popd

pushd docs/recipes/install/openeuler22.03/aarch64/warewulf/openpbs/english
make ; %{parser} steps.tex > recipe.sh ; popd
%define parser ../../../../../parse_doc.pl
make ; %{parser} steps.tex > recipe.sh ;
popd

pushd docs/recipes/install/openeuler22.03/aarch64/warewulf/openpbs/chinese-simplified
%define parser ../../../../../parse_doc.pl
make ; %{parser} steps.tex > recipe.sh ; popd

%install
Expand Down Expand Up @@ -254,8 +259,10 @@ install -m 0644 -p -D docs/recipes/install/%{lpath}/steps.pdf %{buildroot}/%{OHP
install -m 0755 -p -D docs/recipes/install/%{lpath}/recipe.sh %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/recipe.sh

%define lpath openeuler22.03/aarch64/warewulf/openpbs
install -m 0644 -p -D docs/recipes/install/%{lpath}/steps.pdf %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/Install_guide.pdf
install -m 0755 -p -D docs/recipes/install/%{lpath}/recipe.sh %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/recipe.sh
install -m 0644 -p -D docs/recipes/install/%{lpath}/english/steps.pdf %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/english/Install_guide.pdf
install -m 0755 -p -D docs/recipes/install/%{lpath}/english/recipe.sh %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/english/recipe.sh
install -m 0644 -p -D docs/recipes/install/%{lpath}/chinese-simplified/steps.pdf %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/chinese-simplified/Install_guide.pdf
install -m 0755 -p -D docs/recipes/install/%{lpath}/chinese-simplified/recipe.sh %{buildroot}/%{OHPC_PUB}/doc/recipes/%{lpath}/chinese-simplified/recipe.sh

# input file templates
#install -m 0644 -p docs/recipes/install/centos8/input.local.template %{buildroot}/%{OHPC_PUB}/doc/recipes/centos8/input.local
Expand Down

0 comments on commit 4601719

Please sign in to comment.