[libvoikko] Remove the isa macro from the malaga-suomi-voikko dependency, malaga-suomi-voikko is not a library a

Ville-Pekka Vainio vpv at fedoraproject.org
Sun Sep 25 17:08:51 UTC 2011


commit b05f987c99da435bad718ac85b32811b8739adfa
Author: Ville-Pekka Vainio <vpvainio at iki.fi>
Date:   Sun Sep 25 20:08:30 2011 +0300

    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
    change was a misunderstanding.

 libvoikko.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/libvoikko.spec b/libvoikko.spec
index 74cd292..45535db 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.2.rc1%{?dist}
+Release:        0.3.rc1%{?dist}
 Summary:        Voikko is a library for spellcheckers and hyphenators
 
 Group:          System Environment/Libraries
@@ -13,7 +13,9 @@ URL:            http://voikko.sourceforge.net/
 Source0:        http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
 
 BuildRequires:  python-devel
-Requires:       malaga-suomi-voikko%{?_isa}
+# Require the Finnish morphology because Finnish is currently the only language
+# supported by libvoikko in Fedora.
+Requires:       malaga-suomi-voikko
 
 %description
 This is libvoikko, library for spellcheckers and hyphenators using Malaga
@@ -115,6 +117,11 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/
 %{python_sitelib}/%{name}.py*
 
 %changelog
+* 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
+  change was a misunderstanding.
+
 * Sat Sep 24 2011 Ville-Pekka Vainio <vpvainio AT iki.fi> - 3.3.1-0.2.rc1
 - Add the isa macro to the malaga-suomi-voikko dependency and drop the version.
 


More information about the scm-commits mailing list