37 lines
992 B
RPMSpec
37 lines
992 B
RPMSpec
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
|