wrong requires

This commit is contained in:
Caolán McNamara 2012-08-27 22:00:05 +01:00
parent a8f8854d96
commit a6f9402fe6

View File

@ -29,13 +29,15 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: LGPLv2+ and BSD
BuildArch: noarch
BuildRequires: aspell, zip
Requires: hunspell, hunspell-en-US, hunspell-en-GB
Requires: hunspell
Requires: hunspell-en-US = %{version}-%{release}
Requires: hunspell-en-GB = %{version}-%{release}
%description
English (US, UK, etc.) hunspell dictionaries
%package US
Requires: hunspell = %{version}-%{release}
Requires: hunspell
Summary: US English hunspell dictionaries
Group: Applications/Text
@ -43,7 +45,7 @@ Group: Applications/Text
US English hunspell dictionaries
%package GB
Requires: hunspell = %{version}-%{release}
Requires: hunspell
Summary: UK English hunspell dictionaries
Group: Applications/Text