package init

This commit is contained in:
small_leek 2020-07-09 20:28:55 +08:00
parent ddde536fda
commit 8409ae70fc
3 changed files with 40 additions and 0 deletions

36
hunspell-or.spec Normal file
View File

@ -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 <captain.a.wei@gmail.com> 1:1.0.0-11
- Package init

4
hunspell-or.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: NA
src_repo: NA
tag_prefix: NA
seperator: NA

BIN
or_in.1.0.0.tar.gz Normal file

Binary file not shown.