Resolves: rhbz#1645490 switch to faster dictionary
This commit is contained in:
parent
d2cb5958d3
commit
50a8fa5c7f
@ -1,10 +1,12 @@
|
|||||||
Name: hunspell-eo
|
Name: hunspell-eo
|
||||||
Summary: Esperanto hunspell dictionaries
|
Summary: Esperanto hunspell dictionaries
|
||||||
Version: 1.0
|
%global upstreamid 20100218
|
||||||
Release: 0.16.dev%{?dist}
|
Version: 0.%{upstreamid}
|
||||||
Source: https://netix.dl.sourceforge.net/project/aoo-extensions/3377/1/1.0-dev.oxt
|
Epoch: 1
|
||||||
URL: http://extensions.services.openoffice.org/project/literumilo
|
Release: 1%{?dist}
|
||||||
License: LGPLv3
|
Source: http://www.esperantilo.org/literumilo-fontoj.tar.gz
|
||||||
|
URL: http://www.esperantilo.org
|
||||||
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
@ -14,21 +16,30 @@ Supplements: (hunspell and langpacks-eo)
|
|||||||
Esperanto hunspell dictionaries.
|
Esperanto hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -c
|
%autosetup -n literumilo-fontoj
|
||||||
|
|
||||||
%build
|
%build
|
||||||
chmod -x *
|
chmod -x *
|
||||||
|
for i in LEGUMIN.txt; do
|
||||||
|
tr -d '\r' < $i > $i.new
|
||||||
|
touch -r $i $i.new
|
||||||
|
mv -f $i.new $i
|
||||||
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p literumilo.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.dic
|
cp -p eo_morf.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.dic
|
||||||
cp -p literumilo.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.aff
|
cp -p eo_morf.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/eo.aff
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%doc LEGUMIN.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 02 2018 Caolán McNamara <caolanm@redhat.com> - 1:0.20100218-1
|
||||||
|
- Resolves: rhbz#1645490 switch to faster dictionary
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.16.dev
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-0.16.dev
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user