forked from pool/libvoikko
This commit is contained in:
parent
1c06b34637
commit
f40328697e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97e2be59598332753f9dadeac2c03d41d3d6163a409336f4a403b76273dae0b1
|
||||
size 262542
|
3
libvoikko-2.0.tar.bz2
Normal file
3
libvoikko-2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5963cda3f63118272b5699f956a537cb8429c682f1b95c418ccfa192733d6b49
|
||||
size 271062
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 17:36:24 CEST 2008 - sbrabec@suse.cz
|
||||
|
||||
- Updated to version 2.0:
|
||||
* New API for identifying sentences from text paragraphs.
|
||||
* New API for paragraph based grammar checking.
|
||||
* New test program voikkogc for testing grammar checker and
|
||||
related functionality.
|
||||
* Option VOIKKO_OPT_ENCODING has been deprecated.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 4 12:04:29 CEST 2008 - ro@suse.de
|
||||
|
||||
|
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package libvoikko (Version 1.7)
|
||||
# spec file for package libvoikko (Version 2.0)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -12,8 +19,8 @@
|
||||
|
||||
|
||||
Name: libvoikko
|
||||
Version: 1.7
|
||||
Release: 4
|
||||
Version: 2.0
|
||||
Release: 1
|
||||
Url: http://voikko.sourceforge.net/
|
||||
License: GPL v2 or later
|
||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||
@ -113,8 +120,16 @@ make %{?jobs:-j%jobs}
|
||||
%{_includedir}/libvoikko
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.*a
|
||||
%{_libdir}/pkgconfig/libvoikko.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2008 sbrabec@suse.cz
|
||||
- Updated to version 2.0:
|
||||
* New API for identifying sentences from text paragraphs.
|
||||
* New API for paragraph based grammar checking.
|
||||
* New test program voikkogc for testing grammar checker and
|
||||
related functionality.
|
||||
* Option VOIKKO_OPT_ENCODING has been deprecated.
|
||||
* Mon Aug 04 2008 ro@suse.de
|
||||
- do not require non-existent base package in voikkospell
|
||||
* Fri Aug 01 2008 ro@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user