cleanup tweaks

This commit is contained in:
Michael A. Peters 2023-05-21 05:56:01 -07:00
parent 0d01404634
commit afe93942da
3 changed files with 19 additions and 18 deletions

View File

@ -1,7 +1,4 @@
# Many (most?) distributions put install-info in /{,usr/}sbin %if 0%{?!insinfo:1} == 1
# YJL defines this macro to /usr/bin/install-info
# so define it to be in /sbin/ if not defined.
%if %{!?insinfo:1}%{?insinfo:0}
%global insinfo /sbin/install-info %global insinfo /sbin/install-info
%endif %endif

View File

@ -22,7 +22,7 @@ Summary: fast incremental file transfer
Group: System Environment/Utilities Group: System Environment/Utilities
License: GPL-3.0-or-later with exception License: GPL-3.0-or-later with exception
URL: https://rsync.samba.org/ 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(libacl)
BuildRequires: pkgconfig(libattr) BuildRequires: pkgconfig(libattr)

View File

@ -1,19 +1,20 @@
Name: texlive-installer Name: texlive-installer
Version: 2023 Version: 2023
Release: %{?repo}0.rc2%{?dist} Release: %{?repo}0.rc3%{?dist}
Summary: Helper script for installing TeXLive Summary: Helper script for installing TeXLive
Group: Publishing Group: Publishing
License: CC0 Public Domain License: CC0 Public Domain
URL: https://github.com/YellowJacketLinux/LFS URL: https://github.com/YellowJacketLinux/LFS
Source0: yjl-install-tl.sh Source0: yjl-install-tl.sh
Source1: profile.d-texlive.sh Source1: profile.d-texlive.sh
Source2: update-tl.sh Source2: update-tl.sh
Source3: CC0-Public_Domain.md Source3: CC0-Public_Domain.md
BuildArch: noarch BuildArch: noarch
#BuildRequires: #BuildRequires:
Requires: %{_sysconfdir}/profile Requires: %{_sysconfdir}/profile
Requires: perl(Digest::MD5)
%description %description
This package installs the script `yjl-install-tl.sh' and `update-tl.sh' 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 %doc yjl-install-tl.sh update-tl.sh
%changelog %changelog
* Sun May 21 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2023-0.rc3
- Added perl(Digest::MD5) to runtime Requires
* Tue Apr 04 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2023-0.rc2 * Tue Apr 04 2023 Michael A. Peters <anymouseprophet@gmail.com> - 2023-0.rc2
- Update the /etc/profile.d/texlive.sh script so that /usr/local/bin - Update the /etc/profile.d/texlive.sh script so that /usr/local/bin
- and /usr/bin come before the texlive path. - and /usr/bin come before the texlive path.