Hello community, here is the log from the commit of package malaga-suomi for openSUSE:Factory checked in at 2017-05-18 20:46:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/malaga-suomi (Old) and /work/SRC/openSUSE:Factory/.malaga-suomi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "malaga-suomi" Thu May 18 20:46:04 2017 rev:21 rq:492490 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/malaga-suomi/malaga-suomi.changes 2015-12-01 09:16:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.malaga-suomi.new/malaga-suomi.changes 2017-05-18 20:46:05.718099468 +0200 @@ -1,0 +2,6 @@ +Tue Apr 25 16:25:17 UTC 2017 - [email protected] + +- Version update to 2.1 + * Switches from malaga to libvoikko completely + +------------------------------------------------------------------- Old: ---- suomi-malaga-1.19.tar.gz New: ---- voikko-fi-2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ malaga-suomi.spec ++++++ --- /var/tmp/diff_new_pack.DTj537/_old 2017-05-18 20:46:06.645968523 +0200 +++ /var/tmp/diff_new_pack.DTj537/_new 2017-05-18 20:46:06.649967958 +0200 @@ -1,7 +1,7 @@ # # spec file for package malaga-suomi # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,30 @@ # -%define _name suomi-malaga +%define _name voikko-fi +%define _altname suomi-malaga Name: malaga-suomi -Version: 1.19 +Version: 2.1 Release: 0 Summary: Description of Finnish Morphology Written in Malaga License: GPL-2.0+ Group: Productivity/Text/Spell Url: http://voikko.puimula.org/ Source: http://www.puimula.org/voikko-sources/%{_name}/%{_name}-%{version}.tar.gz -BuildRequires: malaga -BuildRequires: python-xml -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: foma +BuildRequires: python3 +BuildRequires: voikkospell >= 4.0 +Provides: %{_name} = %{version} +Obsoletes: %{_name} < %{version} +Provides: %{_altname} = %{version} +Obsoletes: %{_altname} < %{version} BuildArch: noarch %description -Suomi-Malaga is a description of Finnish morphology written in Malaga. +This package contains a compiled version of Voikko-fi using the new +unweighted VFST dictionary format. It is suitable for use in spell checking, +grammar checking and hyphenation system Voikko, provided by the libvoikko +library. %prep %setup -q -n %{_name}-%{version} @@ -39,17 +47,15 @@ %build CFLAGS="%{optflags}" \ CXXFLAGS="%{optflags}" \ -make voikko %{?_smp_mflags} +make %{?_smp_mflags} vvfst EXTRA_LEX=vocabulary/erikoisalat/linux-distributions.lex %install -make voikko-install DESTDIR=%{buildroot}%{_datadir}/malaga/1/mor-standard -# compat symlinks -cd %{buildroot}%{_datadir}/malaga -ln -s -t. 1/mor-standard/* +make vvfst-install DESTDIR=%{buildroot}%{_datadir}/voikko %files %defattr(-,root,root) %doc CONTRIBUTORS COPYING ChangeLog README README.fi -%{_datadir}/malaga/* +%dir %{_datadir}/voikko/ +%{_datadir}/voikko/* %changelog
