add mensa-tex

This commit is contained in:
Tom Callaway 2018-07-02 15:10:41 -04:00
parent e0f390cc1e
commit ba7c875501
3 changed files with 42 additions and 1 deletions

2
.gitignore vendored
View File

@ -7973,3 +7973,5 @@
/trigonometry.tar.xz
/xii-lat.doc.tar.xz
/xii-lat.tar.xz
/mensa-tex.doc.tar.xz
/mensa-tex.tar.xz

View File

@ -5821,3 +5821,5 @@ SHA512 (cleveref.doc.tar.xz) = da89a6208341219e452f56ec0c1bf669e85bc8628e5ff0222
SHA512 (cleveref.tar.xz) = 1c5402b743e035fc2b903f4a3890c82d108932cd302ac54165ae17b2a3231e97c30fa6840833bf5c89c408a667a69f73e0e8fe614e7f8e05b986998aee5c6278
SHA512 (newtxsf.doc.tar.xz) = 716d413cbd4571e2db0af0455eb2a0e38b798418631be9651b94687ed0afcae9ecd093f738b99d53d0cab5ad4b5c215f544f630e5a56de56134c8f7c57fa8007
SHA512 (newtxsf.tar.xz) = e28a38e32511d1a44f95bb577470379c8f74ee227901419275a3039e855f4fba3918905ce30ffe93b5eda6000d486932f43fd4b869af8191c3f7d9dac51d8e6c
SHA512 (mensa-tex.doc.tar.xz) = 6d8a28586b50486c6e0627ca0a08b2263164e429b6acfd56ddace0706ebd6f1b631eb2633d85cd0fd49e234a65d8fdcb34225335ac97dd9528cddb8878fd06ea
SHA512 (mensa-tex.tar.xz) = 2555ad3735cbde99945a4836257f0a00d24042df33855f54c978490dbc4d60e7847d0f049120c8be038d7b3eb82c1f7c231ab11e9e78b7edea478cc1238cbc72

View File

@ -5917,6 +5917,8 @@ Source8048: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonom
Source8049: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/trigonometry.tar.xz
Source8050: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.doc.tar.xz
Source8051: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/xii-lat.tar.xz
Source8052: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.tar.xz
Source8053: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/mensa-tex.doc.tar.xz
%description
The TeX Live software distribution offers a complete TeX system for a
@ -171171,6 +171173,34 @@ This is the plain TeX file xii-lat.tex. Call "pdftex
xii-lat.tex" to produce a (perhaps) surprising typeset
document.
%package mensa-tex
Summary: Typeset simple school cafeteria menus
Version: svn45997
License: LPPL
Requires: texlive-base texlive-kpathsea
Requires: tex(array.sty)
Requires: tex(colortbl.sty)
Requires: tex(datetime2.sty)
Requires: tex(datetime2-calc.sty)
Requires: tex(geometry.sty)
Requires: tex(graphicx.sty)
Requires: tex(lmodern.sty)
Requires: tex(textcomp.sty)
Requires: tex(xcolor.sty)
Provides: tex(mensa-tex.cls)
%description mensa-tex
This package provides a flexible LaTeX2e class for typesetting
school cafeteria menus consisting of two lunches (with
dessert), and dinner. It supports two different layouts: The
first layout is optimized for printing the menu on A4 paper.
The second layout is optimized for smartphone screens and uses
one (A6 sized) page per day. Supported localizations are
English (GB/US) and German. A way of defining additional
localizations is described in the documentation. The package
requires array, colortbl, datetime2, datetime2-calc, geometry,
graphicx, lmodern, textcomp, and xcolor.
%prep
%setup -q -c -T -a 3
cp %{SOURCE7597} .
@ -177051,7 +177081,8 @@ xz -dc %{SOURCE8048} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8049} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8050} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8051} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8052} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE8053} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# nuke useless tlmgr packaging stuff and doc droppings
rm -rf %{buildroot}%{_texdir}/tlpkg/gpg/
@ -201694,10 +201725,16 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd
%license lppl1.3.txt
%doc %{_texdir}/texmf-dist/doc/plain/xii-lat/
%files mensa-tex
%license lppl1.3.txt
%{_texdir}/texmf-dist/tex/latex/mensa-tex/
%doc %{_texdir}/texmf-dist/doc/latex/mensa-tex/
%changelog
* Mon Jul 2 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-15
- update newtxsf
- remove incorrect provides from newtx
- add mensa-tex
* Wed Jun 6 2018 Tom Callaway <spot@fedoraproject.org> - 7:2017-14
- add Provides: tex-japanese to resolve upgrade issue