move "mtxrun --generate" call from -kpathsea transfiletriggerin to -context, drop Requires(post): texlive-context from -kpathsea
This commit is contained in:
parent
d80de6cb62
commit
789e234e56
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: %{shortname}-base
|
Name: %{shortname}-base
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Epoch: 7
|
Epoch: 7
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
# The only files in the base package are directories, cache, and license texts
|
# The only files in the base package are directories, cache, and license texts
|
||||||
@ -2875,7 +2875,6 @@ Requires: coreutils, grep
|
|||||||
Requires: texlive-base
|
Requires: texlive-base
|
||||||
# We absolutely need this to go in first, since the trigger needs it
|
# We absolutely need this to go in first, since the trigger needs it
|
||||||
Requires(post): texlive-texlive-scripts
|
Requires(post): texlive-texlive-scripts
|
||||||
Requires(post): texlive-context
|
|
||||||
Provides: tex(fmtutil.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(fmtutil.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
Provides: tex(mktex.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(mktex.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
Provides: tex(texmf.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(texmf.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
@ -6973,6 +6972,9 @@ if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
|
|||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
|
%transfiletriggerin -n %{shortname}-context -- %{_texdir}
|
||||||
|
%{_bindir}/mtxrun --generate &> /dev/null || :
|
||||||
|
|
||||||
%transfiletriggerin -n %{shortname}-kpathsea -- %{_texdir}
|
%transfiletriggerin -n %{shortname}-kpathsea -- %{_texdir}
|
||||||
# Commented lines are DEBUG mode
|
# Commented lines are DEBUG mode
|
||||||
# touch /usr/share/texlive/kpathsea.log
|
# touch /usr/share/texlive/kpathsea.log
|
||||||
@ -6983,9 +6985,7 @@ fi
|
|||||||
export TEXMF=/usr/share/texlive/texmf-dist
|
export TEXMF=/usr/share/texlive/texmf-dist
|
||||||
export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c
|
export TEXMFCNF=/usr/share/texlive/texmf-dist/web2c
|
||||||
export TEXMFCACHE=/var/lib/texmf
|
export TEXMFCACHE=/var/lib/texmf
|
||||||
# %{_bindir}/mtxrun --generate 2>&1 | tee -a /usr/share/texlive/kpathsea.log || :
|
|
||||||
# %{_bindir}/fmtutil-sys --all 2>&1 | tee -a /usr/share/texlive/kpathsea.log || :
|
# %{_bindir}/fmtutil-sys --all 2>&1 | tee -a /usr/share/texlive/kpathsea.log || :
|
||||||
%{_bindir}/mtxrun --generate &> /dev/null || :
|
|
||||||
%{_bindir}/fmtutil-sys --all &> /dev/null || :
|
%{_bindir}/fmtutil-sys --all &> /dev/null || :
|
||||||
|
|
||||||
%transfiletriggerpostun -n %{shortname}-kpathsea -- %{_texdir}
|
%transfiletriggerpostun -n %{shortname}-kpathsea -- %{_texdir}
|
||||||
@ -9106,6 +9106,10 @@ done <<< "$list"
|
|||||||
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
%doc %{_texdir}/texmf-dist/doc/latex/yplan/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 21 2020 Tom Callaway <spot@fedoraproject.org> - 7:20200327-16
|
||||||
|
- move "mtxrun --generate" call from -kpathsea transfiletriggerin to -context
|
||||||
|
- drop Requires(post): texlive-context from -kpathsea
|
||||||
|
|
||||||
* Thu Aug 13 2020 Tom Callaway <spot@fedoraproject.org> - 7:20200327-15
|
* Thu Aug 13 2020 Tom Callaway <spot@fedoraproject.org> - 7:20200327-15
|
||||||
- make texlive-latex have an explicit Requires on texlive-cm-super (bz1867927)
|
- make texlive-latex have an explicit Requires on texlive-cm-super (bz1867927)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user