mirror of
https://github.com/YellowJacketLinux/LFS.git
synced 2025-01-23 22:42:17 +08:00
cleanup tweaks
This commit is contained in:
parent
0d01404634
commit
afe93942da
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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 <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
|
||||
- Update the /etc/profile.d/texlive.sh script so that /usr/local/bin
|
||||
- and /usr/bin come before the texlive path.
|
||||
|
Loading…
Reference in New Issue
Block a user