32 lines
851 B
RPMSpec
32 lines
851 B
RPMSpec
Name: hunspell-as
|
|
Version: 1.0.3
|
|
Release: 19
|
|
Summary: Hunspell dictionaries for Assamese
|
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/2318/4/as_in.oxt
|
|
URL: https://extensions.openoffice.org/en/project/assamese-dictionaryspell-checker
|
|
License: GPLv2+ or LGPLv2+ or MPLv1.1
|
|
BuildArch: noarch
|
|
Requires: hunspell
|
|
Supplements: (hunspell and langpacks-as)
|
|
|
|
%description
|
|
Hunspell dictionaries for Assamese
|
|
|
|
%prep
|
|
%autosetup -c -n hunspell-as-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
install -p -D as_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%files
|
|
%doc README_as_IN.txt
|
|
%license COPYING COPYING.MPL COPYING.GPL COPYING.LGPL
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-19
|
|
- Package init
|