- moved texlive.tlpdb.xz to lookaside cache

- updated source url
- cleaned up scriptlets and rpm file lists
- fixed luatex issue found by tier1 test
- added obsolete metapackage to handle obsolete texlive subpackages
This commit is contained in:
Than Ngo 2020-11-20 17:23:47 +01:00
parent c5b5b1a143
commit 2e9e1f7928
4 changed files with 800 additions and 923 deletions

1
.gitignore vendored
View File

@ -8992,3 +8992,4 @@
/spectral.doc.tar.xz
/spectral.tar.xz
/texlive.tlpdb
/texlive.tlpdb.xz

22
generate-fmtutilcnf Executable file
View File

@ -0,0 +1,22 @@
#!/bin/bash
# Regenerate the fmtutil.cnf file from the pieces which are currently present
# in the fmtutil.cnf.d directory.
# Abort immediately if any command fails
set -o errexit
shopt -s nullglob
texdir=$1
[[ -z $texdir ]] && texdir=/usr/share/texlive
web2cdir=$texdir/texmf-dist/web2c
rm -f $web2cdir/fmtutil.cnf.rpmtmp
echo "# Generated by $0 on $(date)" > $web2cdir/fmtutil.cnf.rpmtmp
cat $web2cdir/fmtutil-hdr.cnf \
$texdir/fmtutil.cnf.d/* \
>> $web2cdir/fmtutil.cnf.rpmtmp
mv $web2cdir/fmtutil.cnf.rpmtmp $web2cdir/fmtutil.cnf

View File

@ -693,4 +693,4 @@ SHA512 (zapfchan.tar.xz) = 46a104a6e4d1cf681bf10bf22fa32510982939cf52dd255a7ec50
SHA512 (zapfding.tar.xz) = e3e6e69b82858d8bd653bcb112ed81b8b5aacc0b915b5e4ed4288f5aef896211e75b85b1b647989e0ffa431ec204a9d8ad27b2e60bc2b28eea83eb3518945bf1
SHA512 (zref.doc.tar.xz) = d522ec5b147e22d802d29adad6c748045d120b790527d60eee6c2f8a2473a70dfd4afb6e9dc7cda5b261b07329f1e1811c2128969d3a89844e951acca1ff7e63
SHA512 (zref.tar.xz) = 47be0976f18f367b42d6c6c174d27ad3577be39ee43a4188962e3f2a60cfc72c383e2af836d80ca66c8e247ecf6db823fc478a7c3c61d1a52cc0a06a799d716a
SHA512 (texlive.tlpdb) = 9405238da7ef41b22a9d1b4f32305856b1fc6efcebdb0dc5a9fceca9017e0a4fdbda3df58a37d64a753c003682965c8f6ffe388627d8a663578ee2b2e52ee1a6
SHA512 (texlive.tlpdb.xz) = e73f416b2b1ad9b2cd9e7651c5744c50da62a889c3c1dbb8a83f1579842c9f8f06a9d417a7e08d5a46e59525256ffe5a23c80071e1476bea66c4b3dba7868f2a

File diff suppressed because it is too large Load Diff