From afe93942da1644e7487d2a1e8defdca03e689447 Mon Sep 17 00:00:00 2001 From: "Michael A. Peters" Date: Sun, 21 May 2023 05:56:01 -0700 Subject: [PATCH] cleanup tweaks --- SPECS/readline.spec | 5 +---- SPECS/rsync.spec | 2 +- SPECS/texlive-installer.spec | 30 +++++++++++++++++------------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/SPECS/readline.spec b/SPECS/readline.spec index a050a5d..8edb836 100644 --- a/SPECS/readline.spec +++ b/SPECS/readline.spec @@ -1,7 +1,4 @@ -# Many (most?) distributions put install-info in /{,usr/}sbin -# YJL defines this macro to /usr/bin/install-info -# so define it to be in /sbin/ if not defined. -%if %{!?insinfo:1}%{?insinfo:0} +%if 0%{?!insinfo:1} == 1 %global insinfo /sbin/install-info %endif diff --git a/SPECS/rsync.spec b/SPECS/rsync.spec index 2a4a25d..04e70fa 100644 --- a/SPECS/rsync.spec +++ b/SPECS/rsync.spec @@ -22,7 +22,7 @@ Summary: fast incremental file transfer Group: System Environment/Utilities License: GPL-3.0-or-later with exception URL: https://rsync.samba.org/ -Source0: https://download.samba.org/pub/rsync/src/rsync-3.2.7.tar.gz +Source0: https://download.samba.org/pub/rsync/src/rsync-%{version}.tar.gz BuildRequires: pkgconfig(libacl) BuildRequires: pkgconfig(libattr) diff --git a/SPECS/texlive-installer.spec b/SPECS/texlive-installer.spec index 7fa0ac8..730217a 100644 --- a/SPECS/texlive-installer.spec +++ b/SPECS/texlive-installer.spec @@ -1,19 +1,20 @@ -Name: texlive-installer -Version: 2023 -Release: %{?repo}0.rc2%{?dist} -Summary: Helper script for installing TeXLive +Name: texlive-installer +Version: 2023 +Release: %{?repo}0.rc3%{?dist} +Summary: Helper script for installing TeXLive -Group: Publishing -License: CC0 Public Domain -URL: https://github.com/YellowJacketLinux/LFS -Source0: yjl-install-tl.sh -Source1: profile.d-texlive.sh -Source2: update-tl.sh -Source3: CC0-Public_Domain.md -BuildArch: noarch +Group: Publishing +License: CC0 Public Domain +URL: https://github.com/YellowJacketLinux/LFS +Source0: yjl-install-tl.sh +Source1: profile.d-texlive.sh +Source2: update-tl.sh +Source3: CC0-Public_Domain.md +BuildArch: noarch #BuildRequires: -Requires: %{_sysconfdir}/profile +Requires: %{_sysconfdir}/profile +Requires: perl(Digest::MD5) %description This package installs the script `yjl-install-tl.sh' and `update-tl.sh' @@ -56,6 +57,9 @@ install -m755 -d %{buildroot}/opt/texlive/texmf-local %doc yjl-install-tl.sh update-tl.sh %changelog +* Sun May 21 2023 Michael A. Peters - 2023-0.rc3 +- Added perl(Digest::MD5) to runtime Requires + * Tue Apr 04 2023 Michael A. Peters - 2023-0.rc2 - Update the /etc/profile.d/texlive.sh script so that /usr/local/bin - and /usr/bin come before the texlive path.