From 4d0bc63456261cab0df47419a4717016389b0f59 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 2 Oct 2023 12:28:21 -0400 Subject: [PATCH] Convert License tag to SPDX expression Signed-off-by: David Cantrell --- tmux.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/tmux.spec b/tmux.spec index ae7e3b0..21b8796 100644 --- a/tmux.spec +++ b/tmux.spec @@ -9,12 +9,10 @@ Name: tmux Version: 3.3a # forge meta appends commit info -Release: 5%{?dist} +Release: 6%{?dist} Summary: A terminal multiplexer -# Most of the source is ISC licensed; some of the files in compat/ are 2 and -# 3 clause BSD licensed. -License: ISC and BSD +License: ISC AND BSD-2-Clause AND BSD-3-Clause AND SSH-short AND LicenseRef-Fedora-Public-Domain URL: https://tmux.github.io/ Source0: %{forgesource} # Examples has been removed - so include the bash_completion here @@ -75,13 +73,16 @@ if [ "$1" = 0 ] && [ -f %{_sysconfdir}/shells ] ; then fi %files -%doc CHANGES -%doc example_tmux.conf +%license COPYING +%doc CHANGES README* example_tmux.conf %{_bindir}/tmux %{_mandir}/man1/tmux.1.* %{_datadir}/bash-completion/completions/tmux %changelog +* Mon Oct 02 2023 David Cantrell - 3.3a-6.20230918gitb202a2f +- Convert License tag to SPDX expression + * Mon Sep 18 2023 Ankur Sinha - 3.3a-5.20230918gitb202a2f - update to snapshot - https://github.com/tmux/tmux/issues/3699#issuecomment-1723095544