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.
This commit is contained in:
parent
49d928802a
commit
b05f987c99
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user