add missing sfmath
This commit is contained in:
parent
2e2333c960
commit
3c44ea128b
1
sources
1
sources
@ -701,3 +701,4 @@ SHA512 (relsize.doc.tar.xz) = 45b6e38a14c31d7387a99d78c395fd0cdab5ee8bbbe72f840d
|
|||||||
SHA512 (relsize.tar.xz) = 90a4829b63d86214c44cadab6b9c9c114d6abfbd72dd4cd8bddb18add9b7fede2867f39d57b03ac9e7762950db71664767554b515b5409cc873d8b31aebb2c1c
|
SHA512 (relsize.tar.xz) = 90a4829b63d86214c44cadab6b9c9c114d6abfbd72dd4cd8bddb18add9b7fede2867f39d57b03ac9e7762950db71664767554b515b5409cc873d8b31aebb2c1c
|
||||||
SHA512 (latex.doc.tar.xz) = 043858d0c636c83f1e641b72b330475383e0ae04de43bf80437fc51130519c8ab5985a60a2ac5a1bc77a1ce0072ca7367994728e8d83a6cf7796ef50caffc23b
|
SHA512 (latex.doc.tar.xz) = 043858d0c636c83f1e641b72b330475383e0ae04de43bf80437fc51130519c8ab5985a60a2ac5a1bc77a1ce0072ca7367994728e8d83a6cf7796ef50caffc23b
|
||||||
SHA512 (latex.tar.xz) = cf8f91ef3dbfe100597a779a369adc5ebb18c298408d60f6c4453abdbf40315e32bc7b9a943ccaf03dbfe6cf0a43cb0bc942c6ec04ca07cd7bd23c7cf239a7be
|
SHA512 (latex.tar.xz) = cf8f91ef3dbfe100597a779a369adc5ebb18c298408d60f6c4453abdbf40315e32bc7b9a943ccaf03dbfe6cf0a43cb0bc942c6ec04ca07cd7bd23c7cf239a7be
|
||||||
|
SHA512 (sfmath.tar.xz) = 7ba73610785c9270e8741ba0137701677575e38cac79976d89e2f5768804ff52117c5fcbaab9b260be522f174458a18d2d70d82c2da201e7fd6a91fe4bbdf6fb
|
||||||
|
25
texlive.spec
25
texlive.spec
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: texlive
|
Name: texlive
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Epoch: %{tl_epoch}
|
Epoch: %{tl_epoch}
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -614,6 +614,7 @@ Source4805: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccit
|
|||||||
Source4806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.doc.tar.xz
|
Source4806: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/notoccite.doc.tar.xz
|
||||||
Source5099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.tar.xz
|
Source5099: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.tar.xz
|
||||||
Source5100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.doc.tar.xz
|
Source5100: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/relsize.doc.tar.xz
|
||||||
|
Source5197: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/sfmath.tar.xz
|
||||||
Source5306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.tar.xz
|
Source5306: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.tar.xz
|
||||||
Source5307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.doc.tar.xz
|
Source5307: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stackengine.doc.tar.xz
|
||||||
Source5821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.tar.xz
|
Source5821: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/ucharcat.tar.xz
|
||||||
@ -24268,6 +24269,19 @@ The basic command of the package is \relsize, whose argument is
|
|||||||
a number of \magsteps to change size; from this are defined
|
a number of \magsteps to change size; from this are defined
|
||||||
commands \larger, \smaller, \textlarger, etc.
|
commands \larger, \smaller, \textlarger, etc.
|
||||||
|
|
||||||
|
%package sfmath
|
||||||
|
Provides: tex-sfmath = %{tl_version}
|
||||||
|
License: LPPL
|
||||||
|
Summary: Sans-serif mathematics
|
||||||
|
Requires: texlive-base
|
||||||
|
Requires: texlive-kpathsea-bin, tex-kpathsea
|
||||||
|
Provides: tex(sfmath.sty) = %{tl_version}
|
||||||
|
|
||||||
|
%description sfmath
|
||||||
|
sfmath is a simple package for sans serif maths in documents.
|
||||||
|
After including the package, all maths of the current document
|
||||||
|
is displayed with sans serif fonts.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -T
|
%setup -q -c -T
|
||||||
xz -dc %{SOURCE0} | tar x
|
xz -dc %{SOURCE0} | tar x
|
||||||
@ -25265,6 +25279,8 @@ xz -dc %{SOURCE10005} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
|||||||
# relsize
|
# relsize
|
||||||
xz -dc %{SOURCE5099} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
xz -dc %{SOURCE5099} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
||||||
xz -dc %{SOURCE5100} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
xz -dc %{SOURCE5100} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
||||||
|
# sfmath
|
||||||
|
xz -dc %{SOURCE5197} | tar x -C %{buildroot}%{_texdir}/texmf-dist
|
||||||
|
|
||||||
# Patches to component tarballs
|
# Patches to component tarballs
|
||||||
pushd %{buildroot}%{_texdir}/texmf-dist
|
pushd %{buildroot}%{_texdir}/texmf-dist
|
||||||
@ -28309,7 +28325,14 @@ done <<< "$list"
|
|||||||
%{_texdir}/texmf-dist/tex/latex/relsize/
|
%{_texdir}/texmf-dist/tex/latex/relsize/
|
||||||
%{_texdir}/texmf-dist/doc/latex/relsize/
|
%{_texdir}/texmf-dist/doc/latex/relsize/
|
||||||
|
|
||||||
|
%files sfmath
|
||||||
|
%license lppl1.txt
|
||||||
|
%{_texdir}/texmf-dist/tex/latex/sfmath/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 11 2021 Than Ngo <than@redhat.com> - 9:20200327-12
|
||||||
|
- add missing sfmath
|
||||||
|
|
||||||
* Tue Feb 09 2021 Than Ngo <than@redhat.com> - 9:20200327-11
|
* Tue Feb 09 2021 Than Ngo <than@redhat.com> - 9:20200327-11
|
||||||
- updated latex source - htlatex command can't find latex2e-first-aid-for-external-files.ltx file
|
- updated latex source - htlatex command can't find latex2e-first-aid-for-external-files.ltx file
|
||||||
- dropped latex-bin
|
- dropped latex-bin
|
||||||
|
Loading…
Reference in New Issue
Block a user