diff --git a/hunspell-et.spec b/hunspell-et.spec new file mode 100644 index 0000000..b29267f --- /dev/null +++ b/hunspell-et.spec @@ -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 - 0.20030606-21 +- Package init diff --git a/hunspell-et.yaml b/hunspell-et.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-et.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/ispell-et_20030606.tar.gz b/ispell-et_20030606.tar.gz new file mode 100644 index 0000000..65ef270 Binary files /dev/null and b/ispell-et_20030606.tar.gz differ