From c9ced6792557c6d8e59f7494f0361182db599e73 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 5 Jul 2023 18:14:16 +0200 Subject: [PATCH] upload texlive.tlpdb --- sources | 1 + texlive.spec | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources b/sources index fc4cac1..b03b700 100644 --- a/sources +++ b/sources @@ -695,3 +695,4 @@ SHA512 (hypdoc.doc.tar.xz) = 8ef2afe4f1e69aa9934d80363d206a852444396a7067e99ee9e SHA512 (hypdoc.tar.xz) = 216c3adfa731d4c18b7072d3fd812065195bd06b849cc2b669650a24d51b93cd5c4dd8b9dbfb5874e90d2b928e32a675d5bafed1f5543b826041374f2d4885dd SHA512 (hopatch.doc.tar.xz) = 4fbf84371053bd67fb3d4b370bc335013cb62042cf9c13d2fc1c63a582a56885a93f73a44aff8986b4c657f7d172a1bd75cbde556633647a1abafb72746f9150 SHA512 (hopatch.tar.xz) = 6c0f9549ce0321d9080cd0dfd3062eab47722bedac79293a14019c25edfdca7afd0cd6bd3b7be67a99a93ea0b347ac798a7b24909886d300e7085ca67d1a5c42 +SHA512 (texlive.tlpdb) = c0bf610c1745815268222f39b610fd0cbc621c2444812307fe10f984fd01648ae1a30fd38a4fdb350218b05b9951dc3bd5a7a3dfea1dbbe13fd97e335110bc18 diff --git a/texlive.spec b/texlive.spec index 370a0f3..7f26f6b 100644 --- a/texlive.spec +++ b/texlive.spec @@ -66,8 +66,7 @@ Requires: tex-kpathsea # https://ctan.math.illinois.edu/systems/texlive/Source/%%{source_name}.tar.xz Source0: texlive-%{source_date}-source-clean.tar.xz Source1: macros.texlive -# found here: https://tug.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb -Source2: texlive.tlpdb.xz +Source2: https://tug.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb Source3: texlive-licenses.tar.xz Source4: generate-fmtutilcnf Source5: gnu-freefont.metainfo.xml @@ -25330,7 +25329,7 @@ mkdir -p %{buildroot}%{_rpmmacrodir} cp -a %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.texlive # install texlive.tlpdb -xz --decompress --stdout %{SOURCE2} > %{buildroot}%{_texdir}/texlive.tlpdb +cp %{SOURCE2} %{buildroot}%{_texdir}/ # make a symlink so texdoc is happy pushd %{buildroot}%{_texdir}/tlpkg ln -s ../texlive.tlpdb .