forked from pool/libvoikko
This commit is contained in:
parent
f40328697e
commit
107b63c964
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 22 16:17:29 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- fix debug_packages_requires define
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 8 17:36:24 CEST 2008 - sbrabec@suse.cz
|
Mon Sep 8 17:36:24 CEST 2008 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: libvoikko
|
Name: libvoikko
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Url: http://voikko.sourceforge.net/
|
Url: http://voikko.sourceforge.net/
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Summary: Spellchecker and Hyphenator for Finnish Language
|
Summary: Spellchecker and Hyphenator for Finnish Language
|
||||||
@ -28,7 +28,7 @@ Group: Productivity/Text/Spell
|
|||||||
Source: libvoikko-%{version}.tar.bz2
|
Source: libvoikko-%{version}.tar.bz2
|
||||||
BuildRequires: glib2-devel libmalaga-devel
|
BuildRequires: glib2-devel libmalaga-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define debug_package_requires libvoikko1 = %{version}
|
%define debug_package_requires libvoikko1 = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
|
Voikko is a Finnish spellchecker and hyphenator based on Malaga and
|
||||||
@ -123,6 +123,8 @@ make %{?jobs:-j%jobs}
|
|||||||
%{_libdir}/pkgconfig/libvoikko.pc
|
%{_libdir}/pkgconfig/libvoikko.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 22 2008 mrueckert@suse.de
|
||||||
|
- fix debug_packages_requires define
|
||||||
* Mon Sep 08 2008 sbrabec@suse.cz
|
* Mon Sep 08 2008 sbrabec@suse.cz
|
||||||
- Updated to version 2.0:
|
- Updated to version 2.0:
|
||||||
* New API for identifying sentences from text paragraphs.
|
* New API for identifying sentences from text paragraphs.
|
||||||
|
Loading…
Reference in New Issue
Block a user