import texlive-20200406-25.el9
This commit is contained in:
parent
93d4448334
commit
23808e3348
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: texlive
|
Name: texlive
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
Epoch: %{tl_epoch}
|
Epoch: %{tl_epoch}
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -25566,8 +25566,13 @@ pushd %{buildroot}%{_bindir}
|
|||||||
rm -f latexmk
|
rm -f latexmk
|
||||||
rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/latexmk
|
rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/latexmk
|
||||||
rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/latexmk.*
|
rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/latexmk.*
|
||||||
|
|
||||||
|
# Fix symlinks for helper scripts
|
||||||
|
rm -rf mktexmf
|
||||||
|
ln -s /usr/share/texlive/texmf-dist/scripts/texlive/mktexmf mktexmf
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
# Move docs
|
# Move docs
|
||||||
mkdir -p %{buildroot}%{_datadir}/
|
mkdir -p %{buildroot}%{_datadir}/
|
||||||
mkdir -p %{buildroot}%{_infodir}/
|
mkdir -p %{buildroot}%{_infodir}/
|
||||||
@ -28390,6 +28395,9 @@ done <<< "$list"
|
|||||||
%{_texdir}/texmf-dist/doc/latex/xpatch/
|
%{_texdir}/texmf-dist/doc/latex/xpatch/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 Than Ngo <than@redhat.com> - 9:20200406-25
|
||||||
|
- Resolves: #2031879, fix invalid symlink to mktexmf
|
||||||
|
|
||||||
* Sun Dec 12 2021 Than Ngo <than@redhat.com> - 9:20200406-24
|
* Sun Dec 12 2021 Than Ngo <than@redhat.com> - 9:20200406-24
|
||||||
- Related: #2014453, fixed dependencies
|
- Related: #2014453, fixed dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user