Package init

This commit is contained in:
lei_ju 2020-07-07 15:31:49 +08:00
parent bf3c9680e3
commit 90b84f6909
2 changed files with 46 additions and 0 deletions

46
hunspell-et.spec Normal file
View File

@ -0,0 +1,46 @@
Name: hunspell-et
Version: 0.20030606
Release: 21
Summary: Hunspell dictionaries for Estonian
License: LGPLv2+ and LPPL
URL: http://www.meso.ee/~jjpp/speller/
Source: http://www.meso.ee/~jjpp/speller/ispell-et_20030606.tar.gz
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-et)
Provides: hunspell-ee = 0.20030606-4
Obsoletes: hunspell-ee < 0.20030606-4
%description
Hunspell dictionaries for Estonian.
%package -n hyphen-et
Requires: hyphen
Summary: Hyphenation rules for Estonian
Supplements: (hyphen and langpacks-et)
%description -n hyphen-et
Hyphenation rules for Estonian.
%prep
%autosetup -n ispell-et-20030606 -p1
%build
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p latin-1/et_EE.* $RPM_BUILD_ROOT/%{_datadir}/myspell
install -Dp hyph_et.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen/hyph_et_EE.dic
%files
%doc README COPYRIGHT ChangeLog
%{_datadir}/myspell/*
%files -n hyphen-et
%doc README COPYRIGHT ChangeLog
%{_datadir}/hyphen/*
%changelog
* Thu Apr 16 2020 leiju <leiju4@huawei.com> - 0.20030606-21
- Package init

BIN
ispell-et_20030606.tar.gz Normal file

Binary file not shown.