Convert License tag to SPDX expression

Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
David Cantrell 2023-10-02 12:28:21 -04:00
parent 7259ca3361
commit 4d0bc63456

View File

@ -9,12 +9,10 @@ Name: tmux
Version: 3.3a Version: 3.3a
# forge meta appends commit info # forge meta appends commit info
Release: 5%{?dist} Release: 6%{?dist}
Summary: A terminal multiplexer Summary: A terminal multiplexer
# Most of the source is ISC licensed; some of the files in compat/ are 2 and License: ISC AND BSD-2-Clause AND BSD-3-Clause AND SSH-short AND LicenseRef-Fedora-Public-Domain
# 3 clause BSD licensed.
License: ISC and BSD
URL: https://tmux.github.io/ URL: https://tmux.github.io/
Source0: %{forgesource} Source0: %{forgesource}
# Examples has been removed - so include the bash_completion here # Examples has been removed - so include the bash_completion here
@ -75,13 +73,16 @@ if [ "$1" = 0 ] && [ -f %{_sysconfdir}/shells ] ; then
fi fi
%files %files
%doc CHANGES %license COPYING
%doc example_tmux.conf %doc CHANGES README* example_tmux.conf
%{_bindir}/tmux %{_bindir}/tmux
%{_mandir}/man1/tmux.1.* %{_mandir}/man1/tmux.1.*
%{_datadir}/bash-completion/completions/tmux %{_datadir}/bash-completion/completions/tmux
%changelog %changelog
* Mon Oct 02 2023 David Cantrell <dcantrell@redhat.com> - 3.3a-6.20230918gitb202a2f
- Convert License tag to SPDX expression
* Mon Sep 18 2023 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.3a-5.20230918gitb202a2f * Mon Sep 18 2023 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 3.3a-5.20230918gitb202a2f
- update to snapshot - update to snapshot
- https://github.com/tmux/tmux/issues/3699#issuecomment-1723095544 - https://github.com/tmux/tmux/issues/3699#issuecomment-1723095544