2011-07-27 17:36:38 +00:00
|
|
|
Name: sombok
|
2015-09-14 21:15:16 +00:00
|
|
|
Version: 2.4.0
|
2024-10-29 16:14:44 +00:00
|
|
|
Release: 23%{?dist}
|
2011-07-27 17:36:38 +00:00
|
|
|
Summary: Unicode Text Segmentation Package
|
2023-06-01 15:13:39 +00:00
|
|
|
License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND (GPL-2.0-or-later OR Artistic-1.0-Perl)
|
2011-07-27 17:36:38 +00:00
|
|
|
URL: http://sf.net/projects/linefold/
|
2015-09-14 21:15:16 +00:00
|
|
|
Source0: https://github.com/hatukanezumi/sombok/archive/%{name}-%{version}.tar.gz
|
2020-07-03 09:03:40 +00:00
|
|
|
# A multilib-safe wrapper, bug #1853260
|
|
|
|
Source1: sombok.h
|
2011-07-27 17:36:38 +00:00
|
|
|
|
2021-01-08 21:43:29 +00:00
|
|
|
BuildRequires: make
|
2011-07-27 17:36:38 +00:00
|
|
|
BuildRequires: libthai-devel
|
2012-04-12 15:06:28 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
2011-07-27 17:36:38 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Sombok library package performs Line Breaking Algorithm described in Unicode
|
|
|
|
Standards Annex #14 (UAX #14). East_Asian_Width informative properties defined
|
|
|
|
by Annex #11 (UAX #11) may be concerned to determine breaking positions. This
|
|
|
|
package also implements "default" Grapheme Cluster segmentation described in
|
|
|
|
Annex #29 (UAX #29).
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2015-09-14 21:15:16 +00:00
|
|
|
%setup -q -n %{name}-%{name}-%{version}
|
2011-07-27 17:36:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2012-04-12 15:06:28 +00:00
|
|
|
autoreconf -vif
|
2011-07-27 17:36:38 +00:00
|
|
|
%configure --disable-static
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
2020-07-03 09:03:40 +00:00
|
|
|
# Rename sombok.h to sombok-ARCH.h and install a sombok.h wrapper to avoid
|
|
|
|
# a file conflict on multilib systems, bug #1853260
|
|
|
|
mv %{buildroot}/%{_includedir}/sombok.h %{buildroot}/%{_includedir}/sombok-%{_arch}.h
|
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}/%{_includedir}/sombok.h
|
|
|
|
|
2011-07-27 17:36:38 +00:00
|
|
|
|
2018-04-19 15:29:44 +00:00
|
|
|
%ldconfig_scriptlets
|
2011-07-27 17:36:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
2018-04-19 15:29:44 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS ChangeLog ChangeLog.REL1 NEWS README README.ja_JP
|
2011-07-27 17:36:38 +00:00
|
|
|
%{_libdir}/libsombok.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/sombok*.h
|
|
|
|
%{_libdir}/libsombok.so
|
|
|
|
%{_libdir}/pkgconfig/sombok.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 16:14:44 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.4.0-23
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 16:25:00 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.4.0-22
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-27 03:52:42 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-22 02:06:50 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-01 15:13:39 +00:00
|
|
|
* Thu Jun 01 2023 Michal Josef Špaček <mspacek@redhat.com> - 2.4.0-19
|
|
|
|
- Update license to SPDX format and fix licenses
|
|
|
|
|
2023-01-21 03:40:23 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-23 09:02:06 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-22 01:17:54 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-16
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 17:56:00 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 20:43:54 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-14
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-29 11:07:16 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-03 09:03:40 +00:00
|
|
|
* Fri Jul 03 2020 Petr Pisar <ppisar@redhat.com> - 2.4.0-12
|
|
|
|
- Make sombok-devel package multilib safe (bug #1853260)
|
|
|
|
|
2020-01-30 23:52:22 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 23:42:53 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-03 08:08:33 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-14 06:24:20 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-19 15:29:44 +00:00
|
|
|
* Thu Apr 19 2018 Xavier Bachelot <xavier@bachelot.org> 2.4.0-7
|
|
|
|
- Spec clean up.
|
|
|
|
|
2018-02-09 17:10:54 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 08:39:32 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:55:11 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 13:41:41 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-05 00:17:20 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-14 21:15:16 +00:00
|
|
|
* Mon Sep 14 2015 Xavier Bachelot <xavier@bachelot.org> 2.4.0-1
|
|
|
|
- Update to 2.4.0.
|
|
|
|
|
2015-06-19 01:15:08 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-18 03:00:25 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-08 06:44:15 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-09-29 18:47:57 +00:00
|
|
|
* Sun Sep 29 2013 Xavier Bachelot <xavier@bachelot.org> 2.3.1-1
|
|
|
|
- Update to 2.3.1.
|
|
|
|
|
2013-08-04 15:07:54 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 00:14:12 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-21 20:11:26 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-12 14:37:41 +00:00
|
|
|
* Thu Apr 12 2012 Xavier Bachelot <xavier@bachelot.org> 2.2.1-1
|
|
|
|
- Update to 2.2.1.
|
|
|
|
- Update License: to GPLv2+ or Artistic clarified.
|
|
|
|
|
2012-03-01 20:58:12 +00:00
|
|
|
* Thu Mar 01 2012 Xavier Bachelot <xavier@bachelot.org> 2.1.1-1
|
|
|
|
- Update to 2.1.1.
|
|
|
|
|
2012-02-04 16:41:24 +00:00
|
|
|
* Sat Feb 04 2012 Xavier Bachelot <xavier@bachelot.org> 2.1.0-1
|
|
|
|
- Update to 2.1.0.
|
|
|
|
|
2012-01-14 04:07:14 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-18 01:36:44 +00:00
|
|
|
* Fri Nov 18 2011 Xavier Bachelot <xavier@bachelot.org> 2.0.6-1
|
|
|
|
- Update to 2.0.6.
|
|
|
|
|
2011-07-27 17:36:38 +00:00
|
|
|
* Tue Jul 26 2011 Xavier Bachelot <xavier@bachelot.org> 2.0.5-2
|
|
|
|
- Fix conditional BuildRequires on libthai-devel.
|
|
|
|
- Fix description.
|
|
|
|
- Fix Requires in the devel subpackage.
|
|
|
|
- Be more specific on filenames in the %%files' sections.
|
|
|
|
|
|
|
|
* Tue May 17 2011 Xavier Bachelot <xavier@bachelot.org> 2.0.5-1
|
|
|
|
- Initial Fedora release.
|