Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37520629
en ru br
Репозитории ALT

Группа :: Работа с текстами
Пакет: hunspell-om

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Group: Text tools
# BEGIN SourceDeps(oneline):
BuildRequires: unzip
# END SourceDeps(oneline)
# see https://bugzilla.altlinux.org/show_bug.cgi?id=10382
%define _localstatedir %{_var}
Name: hunspell-om
Summary: Oromo hunspell dictionaries
#Epoch: 1
Version: 0.04
Release: alt2_15
# Following links are dead now
# Please don't report any bugs for it
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
URL: http://borel.slu.edu/crubadan/apps.html
License: GPLv3+
BuildArch: noarch
Requires: hunspell
Source44: import.info

%description
Oromo hunspell dictionaries.

%prep
%setup -q -c


%build

%install
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p dictionaries/om_ET.* $RPM_BUILD_ROOT/%{_datadir}/myspell

pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
om_ET_aliases="om_KE"
for lang in $om_ET_aliases; do
       ln -s om_ET.aff $lang.aff
       ln -s om_ET.dic $lang.dic
done


%files
%doc dictionaries/README_om_ET.txt
%doc --no-dereference LICENSES-en.txt
%{_datadir}/myspell/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin