1
0
forked from pool/lttoolbox

2 Commits

Author SHA256 Message Date
e7c4e7f11f lttoolbox 3.8.2 2025-08-15 02:08:20 +02:00
d07bca0e77 lttoolbox 3.8.0 2025-04-10 13:42:11 +02:00
4 changed files with 28 additions and 19 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 15 00:08:03 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8.2
* Reuse sequence vectors in State
* Treat weighted epsilons as non-epsilons
-------------------------------------------------------------------
Thu Apr 10 11:17:41 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.8.0
* Fallback to analysing lower-cased version on state explosion
both in analysis (lt-proc -a, with or without compounding -e)
and in "bilingual generation" (lt-proc -g -b).
-------------------------------------------------------------------
Thu Dec 28 02:43:38 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lttoolbox
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,14 @@
Name: lttoolbox
%define lname liblttoolbox3
Summary: Toolbox for lexical processing and morphological analysis
Version: 3.7.6
Version: 3.8.2
Release: 0
Summary: Toolbox for lexical processing and morphological analysis
License: GPL-2.0-or-later
Group: Productivity/Scientific/Other
URL: https://apertium.org/
Source: https://github.com/apertium/lttoolbox/archive/v%version.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: utfcpp-devel
@@ -73,20 +71,16 @@ This subpackage contains the development files for lttoolbox.
%autosetup -p1
%build
autoreconf -fiv
# includedir intentional, cf. bugzilla.opensuse.org/795968
%configure --disable-static --includedir="%_includedir/%name" CPPFLAGS="-I%_includedir/utf8cpp"
%make_build
%cmake
%cmake_build
%install
%make_install
rm -f "%buildroot/%_libdir"/*.la
%cmake_install
%check
%make_build check
%ctest
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%files
%_bindir/lt-*
@@ -94,7 +88,7 @@ rm -f "%buildroot/%_libdir"/*.la
%_datadir/lttoolbox
%_mandir/man1/lsx-*.1*
%_mandir/man1/lt-*.1*
%doc README
%doc README.md
%license COPYING
%files -n %lname

BIN
v3.7.6.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
v3.8.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.