|
|
|
@ -6,14 +6,15 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: m17n-lib
|
|
|
|
|
Version: 1.8.4
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 1.8.0
|
|
|
|
|
Release: 13%{?dist}
|
|
|
|
|
Summary: Multilingual text library
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
|
License: LGPLv2+
|
|
|
|
|
URL: http://www.nongnu.org/m17n/
|
|
|
|
|
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
|
|
|
|
Patch0: %{name}-1.8.0-multilib.patch
|
|
|
|
|
Patch1: Fix-segmentation-fault-when-using-ibus-m17n-with-vi-telex-in-gedit-in-wayland.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: m17n-db-devel libthai-devel
|
|
|
|
@ -75,7 +76,8 @@ Tools to test M17n GUI widget library.
|
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
|
|
|
|
%{make_build}
|
|
|
|
|
# parallel make usage with make command fails build on koji
|
|
|
|
|
make
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
|
|
|
@ -125,64 +127,18 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
%{_libdir}/libm17n-gui.so.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.8.4-4
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-13
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.8.4-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
* Mon Jun 07 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-12
|
|
|
|
|
- Resolves:rhbz#1967892 - Add conditional for anthy module subpackage
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
* Tue May 25 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-11
|
|
|
|
|
- Resolves:rhbz#1961998 - Add gating tests from rhel-8
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.4-1
|
|
|
|
|
- Update to 1.8.4
|
|
|
|
|
- Fixes “typedef in m17n-core.h causing error when compiling with C++ code”
|
|
|
|
|
(Resolves: https://savannah.nongnu.org/bugs/index.php?64566)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 Björn Esser <besser82@fedoraproject.org> - 1.8.3-2
|
|
|
|
|
- Rebuild(libotf)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 25 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.3-1
|
|
|
|
|
- Update to 1.8.3
|
|
|
|
|
- Fixes to be able to create m17n-docs-1.8.3: Fix doxygen tags, change all EUC-JP files to UTF-8
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 09 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.2-1
|
|
|
|
|
- Update to 1.8.2
|
|
|
|
|
- Fix parallel builds by switching from absolute to relative paths
|
|
|
|
|
(Resolves: https://savannah.nongnu.org/bugs/index.php?61377)
|
|
|
|
|
- enable parallel builds in the spec file
|
|
|
|
|
|
|
|
|
|
- Update to 1.8.1
|
|
|
|
|
- Remove m17n-lib-c99.patch (included upstream)
|
|
|
|
|
- Remove Fix-segmentation-fault-when-using-ibus-m17n-with-vi-telex-in-gedit-in-wayland.patch
|
|
|
|
|
(included upstream)
|
|
|
|
|
|
|
|
|
|
* Tue Apr 25 2023 Florian Weimer <fweimer@redhat.com> - 1.8.0-16
|
|
|
|
|
- Fix C99 compatibility issue in example code
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-15
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 30 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.0-14
|
|
|
|
|
- Migrate license tag to SPDX
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-13
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-12
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Parag Nemade <pnemade AT redhat DOT com> - 1.8.0-10
|
|
|
|
|
- Add conditional for anthy module subpackage
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.8.0-10
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|