|
|
618232 |
Summary: Thai language support routines
|
|
|
618232 |
Name: libthai
|
|
|
618232 |
Version: 0.1.28
|
|
|
618232 |
Release: 8%{?dist}
|
|
|
618232 |
License: LGPLv2+
|
|
|
618232 |
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
|
|
|
618232 |
Patch0: libthai-0.1.9-multilib.patch
|
|
|
618232 |
URL: http://linux.thai.net
|
|
|
618232 |
|
|
|
618232 |
BuildRequires: gcc
|
|
|
618232 |
BuildRequires: pkgconfig(datrie-0.2)
|
|
|
618232 |
BuildRequires: doxygen
|
|
|
618232 |
BuildRequires: make
|
|
|
618232 |
|
|
|
618232 |
%description
|
|
|
618232 |
LibThai is a set of Thai language support routines aimed to ease
|
|
|
618232 |
developers' tasks to incorporate Thai language support in their applications.
|
|
|
618232 |
It includes important Thai-specific functions e.g. word breaking, input and
|
|
|
618232 |
output methods as well as basic character and string supports.
|
|
|
618232 |
|
|
|
618232 |
%package devel
|
|
|
618232 |
Summary: Thai language support routines
|
|
|
618232 |
Requires: %{name} = %{version}-%{release}
|
|
|
618232 |
Requires: pkgconfig
|
|
|
618232 |
|
|
|
618232 |
%description devel
|
|
|
618232 |
The libthai-devel package includes the header files and developer docs
|
|
|
618232 |
for the libthai package.
|
|
|
618232 |
|
|
|
618232 |
Install libthai-devel if you want to develop programs which will use
|
|
|
618232 |
libthai.
|
|
|
618232 |
|
|
|
618232 |
%prep
|
|
|
618232 |
%setup -q
|
|
|
618232 |
%patch0 -p1 -b .multilib
|
|
|
618232 |
|
|
|
618232 |
%build
|
|
|
618232 |
%configure --disable-static
|
|
|
618232 |
make
|
|
|
618232 |
|
|
|
618232 |
%install
|
|
|
618232 |
rm -rf $RPM_BUILD_ROOT
|
|
|
618232 |
|
|
|
618232 |
%makeinstall
|
|
|
618232 |
|
|
|
618232 |
# move installed doc files back to build directory to package them
|
|
|
618232 |
# in the right place
|
|
|
618232 |
mkdir installed-docs
|
|
|
618232 |
mv $RPM_BUILD_ROOT%{_docdir}/libthai/* installed-docs
|
|
|
618232 |
rmdir $RPM_BUILD_ROOT%{_docdir}/libthai
|
|
|
618232 |
|
|
|
618232 |
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
618232 |
|
|
|
618232 |
%ldconfig_scriptlets
|
|
|
618232 |
|
|
|
618232 |
%files
|
|
|
618232 |
%doc README AUTHORS COPYING ChangeLog
|
|
|
618232 |
%{_libdir}/lib*.so.*
|
|
|
618232 |
%{_datadir}/libthai
|
|
|
618232 |
|
|
|
618232 |
%files devel
|
|
|
618232 |
%doc installed-docs/*
|
|
|
618232 |
%{_includedir}/thai
|
|
|
618232 |
%{_libdir}/lib*.so
|
|
|
618232 |
%{_libdir}/pkgconfig/*
|
|
|
618232 |
|
|
|
618232 |
%changelog
|
|
|
618232 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.28-8
|
|
|
618232 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
618232 |
Related: rhbz#1991688
|
|
|
618232 |
|
|
|
618232 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.28-7
|
|
|
618232 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
618232 |
|
|
|
618232 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-6
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-5
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-4
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-3
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Thu Aug 2 2018 Peng Wu <pwu@redhat.com> - 0.1.28-1
|
|
|
618232 |
- Update to 0.1.28
|
|
|
618232 |
|
|
|
618232 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.27-3
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.27-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Nov 1 2017 Peng Wu <pwu@redhat.com> - 0.1.27-1
|
|
|
618232 |
- Update to 0.1.27
|
|
|
618232 |
|
|
|
618232 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.25-4
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.25-3
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.25-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Sun Oct 9 2016 Peng Wu <pwu@redhat.com> - 0.1.25-1
|
|
|
618232 |
- Update to 1.2.25
|
|
|
618232 |
- Remove libthai-0.1.24-gcc6.patch, already in upstream tar ball
|
|
|
618232 |
|
|
|
618232 |
* Tue Feb 16 2016 Daiki Ueno <dueno@redhat.com> - 0.1.24-1
|
|
|
618232 |
- Update to 0.1.24
|
|
|
618232 |
- Apply patch from upstream, which fixes scim-thai FTBFS with GCC6 (Closes: #1308117)
|
|
|
618232 |
|
|
|
618232 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.21-3
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.21-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Tue Sep 2 2014 Daiki Ueno <dueno@redhat.com> - 0.1.21-1
|
|
|
618232 |
- Update to 0.1.21
|
|
|
618232 |
|
|
|
618232 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.20-4
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Fri Jul 4 2014 Daiki Ueno <dueno@redhat.com> - 0.1.20-3
|
|
|
618232 |
- Unbundle libdatrie (Closes: #1062540)
|
|
|
618232 |
|
|
|
618232 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.20-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Apr 23 2014 Daiki Ueno <dueno@redhat.com> - 0.1.20-1
|
|
|
618232 |
- Update to 0.1.20
|
|
|
618232 |
- Update bundled libdatrie to 0.2.8
|
|
|
618232 |
|
|
|
618232 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.19-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Jun 12 2013 Daiki Ueno <dueno@redhat.com> - 0.1.19-1
|
|
|
618232 |
- Update to 0.1.19
|
|
|
618232 |
- Fix bogus dates in %%changelog
|
|
|
618232 |
- Remove libthai-0.1.9-doxygen-segfault.patch, which is no longer
|
|
|
618232 |
necessary with the latest Doxygen
|
|
|
618232 |
- Don't install man pages, as per upstream's default
|
|
|
618232 |
|
|
|
618232 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.14-7
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.14-6
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.14-5
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.14-4
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed Mar 3 2010 Behdad Esfahbod <behdad@redhat.com> - 0.1.14-3
|
|
|
618232 |
- Update to 0.1.14
|
|
|
618232 |
|
|
|
618232 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.12-2
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Sat Jun 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.12-1
|
|
|
618232 |
- Update to 0.1.12
|
|
|
618232 |
|
|
|
618232 |
* Fri Feb 27 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.9-7
|
|
|
618232 |
- Fix the build
|
|
|
618232 |
|
|
|
618232 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.9-6
|
|
|
618232 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
618232 |
|
|
|
618232 |
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.1.9-5
|
|
|
618232 |
- fix license tag
|
|
|
618232 |
|
|
|
618232 |
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 0.1.9-4
|
|
|
618232 |
- Attempt to fix multilib conflict
|
|
|
618232 |
|
|
|
618232 |
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.1.9-3
|
|
|
618232 |
- Autorebuild for GCC 4.3
|
|
|
618232 |
|
|
|
618232 |
* Tue Nov 13 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.9-2
|
|
|
618232 |
- Add libthai-0.1.9-doxygen-segfault.patch to workaround doxygen segfault
|
|
|
618232 |
|
|
|
618232 |
* Tue Aug 28 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.9-1
|
|
|
618232 |
- Update to 0.1.9
|
|
|
618232 |
- Adjust patch
|
|
|
618232 |
|
|
|
618232 |
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.7-6
|
|
|
618232 |
- Rebuild for build ID
|
|
|
618232 |
|
|
|
618232 |
* Mon Jan 22 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-5
|
|
|
618232 |
- Export _th_*_tbl symbols too. They are accessed by some of the macros.
|
|
|
618232 |
|
|
|
618232 |
* Wed Jan 17 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-4
|
|
|
618232 |
- Patch libthai.pc.in to not require datrie.
|
|
|
618232 |
|
|
|
618232 |
* Tue Jan 16 2007 Matthias Clasen <mclasen@redhat.com> 0.1.7-3
|
|
|
618232 |
- Miscellaneous fixes
|
|
|
618232 |
|
|
|
618232 |
* Tue Jan 16 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-2
|
|
|
618232 |
- Apply comments from Matthias Clasen (#222611)
|
|
|
618232 |
- devel summary improvement
|
|
|
618232 |
- devel require pkgconfig
|
|
|
618232 |
- configure --disable-static
|
|
|
618232 |
- Add comments about the voodoo
|
|
|
618232 |
- Install docs in the right place
|
|
|
618232 |
|
|
|
618232 |
* Sun Jan 14 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.7-1
|
|
|
618232 |
- Initial package based on package by Supphachoke Suntiwichaya
|
|
|
618232 |
and Kamthorn Krairaksa for the OLPC.
|