Fixed bz#1915756 - multilib issue
This commit is contained in:
parent
9e09cce2ec
commit
37579da917
@ -24,7 +24,7 @@
|
||||
|
||||
Name: texlive
|
||||
Version: %{source_date}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Epoch: %{tl_epoch}
|
||||
Summary: TeX formatting system
|
||||
Group: Applications/Publishing
|
||||
@ -67,6 +67,7 @@ BuildRequires: gmp-devel
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: multilib-rpm-config
|
||||
|
||||
Requires: texlive-scheme-basic
|
||||
Requires: texlive-collection-latexrecommended
|
||||
@ -25499,6 +25500,9 @@ popd
|
||||
mkdir -p %{buildroot}%{_datadir}/appdata/
|
||||
install -m 644 %{SOURCE5} %{buildroot}%{_datadir}/appdata/
|
||||
|
||||
# Replace arch-dependent header file with arch-independent stub
|
||||
%multilib_fix_c_header --file %{_includedir}/kpathsea/c-auto.h
|
||||
|
||||
# SCRIPTLETS
|
||||
%pretrans base -p <lua>
|
||||
path = "/usr/share/texmf"
|
||||
@ -28249,6 +28253,9 @@ done <<< "$list"
|
||||
%{_texdir}/texmf-dist/doc/fonts/gnu-freefont/
|
||||
|
||||
%changelog
|
||||
* Thu Jan 14 2021 Than Ngo <than@redhat.com> - 9:20200327-5
|
||||
- Fixed bz#1915756 - multilib issue
|
||||
|
||||
* Tue Jan 12 2021 Than Ngo <than@redhat.com> - 9:20200327-4
|
||||
- Fixed bz#1910000, add missing gnu-freefont
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user