33 lines
835 B
RPMSpec
33 lines
835 B
RPMSpec
Name: hunspell-ia
|
|
Version: 0.20050226
|
|
Release: 18
|
|
Summary: Hunspell dictionaries for Interlingua
|
|
Source: http://download.savannah.gnu.org/releases/interlingua/ia_myspell.zip
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Interlingua_.28x-register.29
|
|
License: LGPLv2+
|
|
BuildRequires: dos2unix
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-ia)
|
|
|
|
%description
|
|
Hunspell dictionaries for Interlingua.
|
|
|
|
%prep
|
|
%autosetup -c hunspell-ia-%{version} -p1
|
|
|
|
%build
|
|
dos2unix -k README_ia.txt
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p -D ia.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc README_ia.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Mon Apr 20 2020 wangerfeng <wangerfeng5@huawei.com> - 0.20050226-18
|
|
- Package init
|