diff --git a/hunspell-or.spec b/hunspell-or.spec new file mode 100644 index 0000000..41c0b06 --- /dev/null +++ b/hunspell-or.spec @@ -0,0 +1,36 @@ +Name: hunspell-or +Summary: Odia hunspell dictionaries used in OpenOffice +Version: 1.0.0 +Epoch: 1 +Release: 11 +License: GPLv2+ +# Link is dead now, don't report any bugs +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git +Source0: http://anishpatil.fedorapeople.org/or_in.%{version}.tar.gz +BuildRequires: hunspell-devel +Requires: hunspell +Supplements: (hunspell and langpacks-or) +BuildArch: noarch + +%description +Odia hunspell dictionaries used in OpenOffice. + +%prep +%autosetup -c -p1 -n or_IN + +iconv -f ISO-8859-1 -t UTF-8 or_IN/Copyright -o or_IN/Copyright.new +mv or_IN/Copyright.new or_IN/Copyright + +%build + +%install +install -d %{buildroot}%{_datadir}/myspell +install -Dp or_IN/*.dic or_IN/*.aff %{buildroot}%{_datadir}/myspell + +%files +%doc or_IN/{README,COPYING,Copyright} +%{_datadir}/myspell/* + +%changelog +* Tue Apr 21 2020 Captain Wei 1:1.0.0-11 +- Package init diff --git a/hunspell-or.yaml b/hunspell-or.yaml new file mode 100644 index 0000000..00bbaf0 --- /dev/null +++ b/hunspell-or.yaml @@ -0,0 +1,4 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +seperator: NA diff --git a/or_in.1.0.0.tar.gz b/or_in.1.0.0.tar.gz new file mode 100644 index 0000000..97e678b Binary files /dev/null and b/or_in.1.0.0.tar.gz differ