fix deps, hopatch.sty was moved from oberdiek into seperates packages

This commit is contained in:
Than Ngo 2023-06-27 16:37:20 +02:00
parent 14a7279576
commit 6023a05be2
3 changed files with 35 additions and 1 deletions

2
.gitignore vendored
View File

@ -696,3 +696,5 @@
/pdfcol.tar.xz
/hypdoc.doc.tar.xz
/hypdoc.tar.xz
/hopatch.doc.tar.xz
/hopatch.tar.xz

View File

@ -693,3 +693,5 @@ SHA512 (pdfcol.doc.tar.xz) = d2b5b5e1681092d024e0e0d47d3252e915cd3456b9bd27e1d2b
SHA512 (pdfcol.tar.xz) = c9d9350a68513b9c7fd1d99138cf93aad74b76ebac4e5a55de483501bc5a6ac42a366e60e15a6d7e81149355dd6ea87b968bb070e05f04848e4a167422f645c1
SHA512 (hypdoc.doc.tar.xz) = 8ef2afe4f1e69aa9934d80363d206a852444396a7067e99ee9ea33c5ab8648e94997631e657f6eca0d9d65e4c14132d46eac7d639ea5f8ba558e83d17c39a2f4
SHA512 (hypdoc.tar.xz) = 216c3adfa731d4c18b7072d3fd812065195bd06b849cc2b669650a24d51b93cd5c4dd8b9dbfb5874e90d2b928e32a675d5bafed1f5543b826041374f2d4885dd
SHA512 (hopatch.doc.tar.xz) = 4fbf84371053bd67fb3d4b370bc335013cb62042cf9c13d2fc1c63a582a56885a93f73a44aff8986b4c657f7d172a1bd75cbde556633647a1abafb72746f9150
SHA512 (hopatch.tar.xz) = 6c0f9549ce0321d9080cd0dfd3062eab47722bedac79293a14019c25edfdca7afd0cd6bd3b7be67a99a93ea0b347ac798a7b24909886d300e7085ca67d1a5c42

View File

@ -26,7 +26,7 @@
Name: texlive
Version: %{source_date}
Release: 6%{?dist}
Release: 7%{?dist}
Epoch: %{tl_epoch}
Summary: TeX formatting system
Group: Applications/Publishing
@ -761,6 +761,8 @@ Source9071: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringe
Source9072: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringenc.doc.tar.xz
Source9073: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.tar.xz
Source9074: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.doc.tar.xz
Source9235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hopatch.tar.xz
Source9236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hopatch.doc.tar.xz
Source9656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdoc.tar.xz
Source9657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdoc.doc.tar.xz
Source9804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcol.tar.xz
@ -24224,6 +24226,23 @@ colour stack since version v0.04b. This package is intended for
package writers. It defines macros for setting and maintaining
new colour stacks.
%package hopatch
Summary: Load patches for packages
License: LPPL-1.3c
Requires: texlive-base texlive-kpathsea
Requires: tex(ltxcmds.sty)
Provides: tex(hopatch-2016-05-16.sty) = %{tl_version}
Provides: tex(hopatch.sty) = %{tl_version}
BuildArch: noarch
%description hopatch
Hopatch provides a command with which the user may register of
patch code for a particular package. Hopatch will apply the
patch immediately, if the relevant package has already been
loaded; otherwise it will store the patch until the package
%prep
%setup -q -c -T
xz -dc %{SOURCE0} | tar x
@ -25198,6 +25217,9 @@ xz -dc %{SOURCE9072} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# catchfile
xz -dc %{SOURCE9073} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE9074} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# hopatch
xz -dc %{SOURCE9235} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE9236} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# hypdoc
xz -dc %{SOURCE9656} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE9657} | tar x -C %{buildroot}%{_texdir}/texmf-dist
@ -28259,7 +28281,15 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
%doc %{_texdir}/texmf-dist/doc/latex/pdfcol
%{_texdir}/texmf-dist/tex/latex/pdfcol
%files hopatch
%license lppl1.3.txt
%doc %{_texdir}/texmf-dist/doc/latex/hopatch
%{_texdir}/texmf-dist/tex/latex/hopatch
%changelog
* Tue Jun 27 2023 Than Ngo <than@redhat.com> - 12:20230311-7
- fix deps, hopatch.sty was moved from oberdiek into seperates packages
* Tue Jun 27 2023 Than Ngo <than@redhat.com> - 12:20230311-6
- fix deps, hypdoc.sty and pdfcol.sty were moved from oberdiek into seperates packages