From ad243956f6f4ecd306fe745d9359dc126ff41c9a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 17 May 2023 15:50:11 +0800 Subject: [PATCH] Migrate to SPDX license --- libthai.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libthai.spec b/libthai.spec index 847dce2..0a075dc 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,8 +1,8 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 4%{?dist} -License: LGPLv2+ +Release: 5%{?dist} +License: LGPL-2.1-or-later Source: http://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch URL: http://linux.thai.net @@ -31,8 +31,7 @@ Install libthai-devel if you want to develop programs which will use libthai. %prep -%setup -q -%patch0 -p1 -b .multilib +%autosetup -p1 %build %configure --disable-static @@ -65,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Wed May 17 2023 Peng Wu - 0.1.29-5 +- Migrate to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 0.1.29-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild