Update to the latest upstream release:
A crash bug affecting grammar checker has been fixed. New grammar checker rule for missing verbs has been added.
This commit is contained in:
parent
b05f987c99
commit
e7f8a42438
@ -1,16 +1,16 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
Name: libvoikko
|
||||
Version: 3.3.1
|
||||
Release: 0.3.rc1%{?dist}
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://voikko.sourceforge.net/
|
||||
# The usual format of stable release URLs
|
||||
#Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
|
||||
# The usual format of test release URLs
|
||||
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
|
||||
#Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
|
||||
|
||||
BuildRequires: python-devel
|
||||
# Require the Finnish morphology because Finnish is currently the only language
|
||||
@ -117,6 +117,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
|
||||
%{python_sitelib}/%{name}.py*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 27 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.4-1
|
||||
- Update to the latest upstream release:
|
||||
- A crash bug affecting grammar checker has been fixed.
|
||||
- New grammar checker rule for missing verbs has been added.
|
||||
|
||||
* Sun Sep 25 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3.1-0.3.rc1
|
||||
- Remove the isa macro from the malaga-suomi-voikko dependency,
|
||||
malaga-suomi-voikko is not a library and is thus not multilib'd. The previous
|
||||
|
||||
Loading…
Reference in New Issue
Block a user