Add licenses to fully conform to SPDX

This commit is contained in:
Tomas Korbar 2023-11-01 13:56:10 +01:00
parent 7a0445378d
commit f0c75f945b

View File

@ -4,9 +4,9 @@
Summary: Terminal emulator for the X Window System Summary: Terminal emulator for the X Window System
Name: xterm Name: xterm
Version: 388 Version: 388
Release: 1%{?dist} Release: 2%{?dist}
URL: https://invisible-island.net/xterm URL: https://invisible-island.net/xterm
License: MIT License: MIT AND X11 AND HPND AND CC-BY-4.0
BuildRequires: make BuildRequires: make
BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel BuildRequires: gcc pkgconfig ncurses-devel libutempter-devel
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
@ -105,6 +105,9 @@ install -m644 -p xterm.appdata.xml $RPM_BUILD_ROOT%{_datadir}/appdata
%{_mandir}/man1/resize.1* %{_mandir}/man1/resize.1*
%changelog %changelog
* Wed Nov 01 2023 Tomas Korbar <tkorbar@redhat.com> - 388-2
- Add licenses to fully conform to SPDX
* Wed Oct 25 2023 Tomas Korbar <tkorbar@redhat.com> - 388-1 * Wed Oct 25 2023 Tomas Korbar <tkorbar@redhat.com> - 388-1
- Rebase to version 388 - Rebase to version 388
- Resolves: rhbz#2242865 - Resolves: rhbz#2242865