diff --git a/libvoikko.spec b/libvoikko.spec index 1e70369..74cd292 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,7 +1,7 @@ %{!?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.1.rc1%{?dist} +Release: 0.2.rc1%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators Group: System Environment/Libraries @@ -13,8 +13,7 @@ URL: http://voikko.sourceforge.net/ Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz BuildRequires: python-devel -# Libvoikko >= 2.2 needs this, earlier versions won't work -Requires: malaga-suomi-voikko >= 1.4 +Requires: malaga-suomi-voikko%{?_isa} %description This is libvoikko, library for spellcheckers and hyphenators using Malaga @@ -116,9 +115,12 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{python_sitelib}/%{name}.py* %changelog +* Sat Sep 24 2011 Ville-Pekka Vainio - 3.3.1-0.2.rc1 +- Add the isa macro to the malaga-suomi-voikko dependency and drop the version. + * Sat Sep 24 2011 Ville-Pekka Vainio - 3.3.1-0.1.rc1 - New upstream release candidate, fixes a bug which crashed Firefox when - using Finnish spell checking + using Finnish spell checking. * Fri Sep 16 2011 Ville-Pekka Vainio - 3.3-1 - New upstream release