33 lines
791 B
RPMSpec
33 lines
791 B
RPMSpec
Name: hunspell-gu
|
|
Summary: Gujarati hunspell dictionaries used in OpenOffice
|
|
Version: 1.0.0
|
|
Release: 11
|
|
Epoch: 1
|
|
Source: http://anishpatil.fedorapeople.org/gu_in.%{version}.tar.gz
|
|
URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git
|
|
License: GPL+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-gu)
|
|
|
|
%description
|
|
Gujarati hunspell dictionaries used in OpenOffice.
|
|
|
|
%prep
|
|
%autosetup -c -n gu_IN -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -Dp gu_IN/gu_IN.dic gu_IN/gu_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
%files
|
|
%doc gu_IN/README_gu_IN.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Wed Apr 22 2020 Captain Wei <captain.a.wei@gmail.com> 1:1.0.0-11
|
|
- Package init
|