Package init

This commit is contained in:
lei_ju 2020-07-06 16:06:47 +08:00
parent 5899356c01
commit a597536220
2 changed files with 32 additions and 0 deletions

BIN
1.0-dev.oxt Normal file

Binary file not shown.

32
hunspell-eo.spec Normal file
View File

@ -0,0 +1,32 @@
Name: hunspell-eo
Summary: Spell-checking dictionary for Esperanto
Version: 1.0
Release: 0.17.dev
Source: https://netix.dl.sourceforge.net/project/aoo-extensions/3377/1/1.0-dev.oxt
URL: http://extensions.services.openoffice.org/project/literumilo
License: LGPLv3
BuildArch: noarch
Requires: hunspell
Supplements: (hunspell and langpacks-eo)
%description
Spell-checking dictionary for Esperanto.
%prep
%autosetup -c -n %{version}-dev -p1
%build
chmod -x *
%install
install -d $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p literumilo.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.dic
cp -p literumilo.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.aff
%files
%{_datadir}/myspell/*
%changelog
* Wed Apr 15 2020 leiju <leiju4@huewei.com> - 1.0-0.17.dev
- Package init