add fvextra

This commit is contained in:
Tom Callaway 2018-06-19 12:41:10 -04:00
parent f12d9f060c
commit 7336f74531
2 changed files with 34 additions and 1 deletions

View File

@ -6756,3 +6756,5 @@ SHA512 (arphic-ttf.tar.xz) = ed93e88bd0352ae18a1792f06e9490c1a0ac4c0a0f1f45b5a64
SHA512 (arphic-ttf.doc.tar.xz) = b3b03a56e7d84cbfdc396f1a5a4379febe5d705db99f4739cba7ba80a991cb9cb0c90fe2106df5315730f8243770dd97170037a70eabbe0d922de5656d3314a2
SHA512 (baekmuk.tar.xz) = b992504d125e5d2d0507f1744e2381758b0f39910fdbfbbe99b436d8767c4dddbbd47374814a75b076ff6e647e2e50060099b52d3ba64e33aa0f0a31962f08ad
SHA512 (baekmuk.doc.tar.xz) = 2a5ed41f73a07d0ecc0ee68acc77966d94b2ef23aa174d88bc5bbc844fdb55da2ac147eada45805f1fc8c75b478ea2fa4b2ff3f41b25721286bdfe053a8bbadf
SHA512 (fvextra.doc.tar.xz) = 919cff94f930cb624723fdca66033df39fee4dfe391df4ec592ded2a5c9ae59a9f29594ebdb09c9d9e54b5afc9dd77591258155530aa7c8fc45361b8dc31e8c3
SHA512 (fvextra.tar.xz) = 3526c3656124b15217161792f14f914dad2ec84af7ffd85f95654701c82e3be6bde304df0ca1ba8b4eb943122e731fe7c059a0d8ba7554f49a5401be6b709d8a

View File

@ -1,6 +1,6 @@
%global source_date 20160520
%global tl_version 2016
%global tl_rel 47
%global tl_rel 48
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
@ -6829,6 +6829,8 @@ Source7631: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive
Source7632: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/arphic-ttf.doc.tar.xz
Source7644: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baekmuk.tar.xz
Source7645: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/baekmuk.doc.tar.xz
Source8030: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fvextra.tar.xz
Source8031: http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/archive/fvextra.doc.tar.xz
%description
The TeX Live software distribution offers a complete TeX system for a
@ -164570,6 +164572,25 @@ Provides: tex(hline.ttf) = %{tl_version}
Baekmuk TrueType fonts (Korean) These fonts were retrieved from
http://kldp.net/baekmuk/
%package fvextra
Summary: Extensions and patches for fancyvrb
Version: svn44787
License: LPPL
Requires: texlive-base texlive-kpathsea
Requires: tex(ifthen.sty)
Requires: tex(etoolbox.sty)
Requires: tex(fancyvrb.sty)
Requires: tex(upquote.sty)
Requires: tex(textcomp.sty)
Requires: tex(lineno.sty)
Provides: tex(fvextra.sty) = %{tl_version}
%description fvextra
fvextra provides several extensions to fancyvrb, including
automatic line breaking and improved math mode. It also patches
some fancyvrb internals. Parts of fvextra were originally
developed as part of pythontex and minted.
%prep
%setup -q -c -T -a 3
cp %{SOURCE7597} .
@ -170049,6 +170070,8 @@ xz -dc %{SOURCE7631} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE7632} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE7644} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE7645} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8030} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8031} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# nuke useless tlmgr packaging stuff and doc droppings
rm -rf %{buildroot}%{_texdir}/tlpkg/gpg/
@ -193722,7 +193745,15 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd
%doc %{_texdir}/texmf-dist/doc/fonts/baekmuk/
%{_texdir}/texmf-dist/fonts/truetype/public/baekmuk/
%files fvextra
%license lppl1.3.txt
%doc %{_texdir}/texmf-dist/doc/latex/fvextra/
%{_texdir}/texmf-dist/tex/latex/fvextra/
%changelog
* Tue Jun 19 2018 Tom Callaway <spot@fedoraproject.org> 6:2016-48.20160520
- add fvextra
* Thu Jun 7 2018 Tom Callaway <spot@fedoraproject.org> 6:2016-47.20160520
- add baekmuk