sombok 2.4.0-1 (znver1;x86_64;aarch64) 2023-17546
9999

Status published
Submitter mandian [@T] tutanota.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/357184
Packages
sombok-2.4.0-1.znver1.source
sombok-2.4.0-1.znver1.binary
sombok-debuginfo-2.4.0-1.znver1.debuginfo
sombok-debugsource-2.4.0-1.znver1.binary
sombok-devel-2.4.0-1.znver1.binary
sombok-2.4.0-1.x86_64.source
sombok-2.4.0-1.x86_64.binary
sombok-debuginfo-2.4.0-1.x86_64.debuginfo
sombok-debugsource-2.4.0-1.x86_64.binary
sombok-devel-2.4.0-1.x86_64.binary
sombok-2.4.0-1.aarch64.source
sombok-2.4.0-1.aarch64.binary
sombok-debuginfo-2.4.0-1.aarch64.debuginfo
sombok-debugsource-2.4.0-1.aarch64.binary
sombok-devel-2.4.0-1.aarch64.binary
Build Date 2023-08-11 08:10:43 +0000 UTC
Last Updated 2023-08-13 16:40:01.860202386 +0000 UTC
$ git show --format=fuller --patch-with-stat --summary f193b8f6965edc01292c77d5ac4bd95e355fafea

commit f193b8f6965edc01292c77d5ac4bd95e355fafea
Author:     mandian <mandian@users.noreply.github.com>
AuthorDate: Tue Aug 8 11:32:02 2023 +0100
Commit:     mandian <mandian@users.noreply.github.com>
CommitDate: Tue Aug 8 11:32:02 2023 +0100

    Initial release
---
 .abf.yml    |  2 ++
 sombok.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)
 create mode 100644 .abf.yml
 create mode 100644 sombok.spec

diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..52d6e99
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+  sombok-2.4.0.tar.gz: 7d63cb56bf18703e03c9868db90d343d1a8a2b5a
diff --git a/sombok.spec b/sombok.spec
new file mode 100644
index 0000000..d44980c
--- /dev/null
+++ b/sombok.spec
@@ -0,0 +1,64 @@
+Summary:	Unicode Text Segmentation Package
+Name:		sombok
+Version:	2.4.0
+Release:	1
+License:	(GPL-1.0-or-later OR Artistic-1.0-Perl) AND (GPL-2.0-or-later OR Artistic-1.0-Perl)
+Group:		System/Libraries
+URL:		https://github.com/hatukanezumi/sombok
+Source0:	https://github.com/hatukanezumi/sombok/archive/%{name}-%{version}.tar.gz
+# A multilib-safe wrapper, bug #1853260
+#Source1:	sombok.h
+
+BuildRequires:	pkgconfig(libthai)
+BuildRequires:	libtool
+
+%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).
+
+%files
+%license COPYING
+%doc AUTHORS ChangeLog ChangeLog.REL1 NEWS README README.ja_JP
+%{_libdir}/libsombok.so.*
+
+#---------------------------------------------------------------------------
+
+%package devel
+Summary:	Development files for %{name}
+Requires:	%{name} = %{version}-%{release}
+Requires:	pkgconfig
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+%files devel
+%{_includedir}/sombok*.h
+%{_libdir}/libsombok.so
+%{_libdir}/pkgconfig/sombok.pc
+
+#---------------------------------------------------------------------------
+
+%prep
+%autosetup -p1 -n %{name}-%{name}-%{version}
+
+%build
+autoreconf -fiv
+%configure --disable-doc
+%make_build
+
+%install
+#make_install DESTDIR=%{buildroot}
+make install DESTDIR=%{buildroot}
+
+# remove statuc stuff
+find %{buildroot} -name '*.la' -delete
+
+# 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
+
Not Available

benbullard79 [@T] cox.netNo Comment.262d 22hrs
benbullard79 [@T] cox.netNo Comment.262d 22hrs