Update to new upstream release
This commit is contained in:
parent
b349657b19
commit
6c49437a21
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
spellcheck-mt-0.3.tar.gz
|
||||
/dict-mt-2011-04-14.oxt
|
||||
|
@ -1,9 +1,9 @@
|
||||
Name: hunspell-mt
|
||||
Summary: Maltese hunspell dictionaries
|
||||
%global upstreamid 20020708
|
||||
%global upstreamid 20110414
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 16%{?dist}
|
||||
Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz
|
||||
Release: 1%{?dist}
|
||||
Source: https://downloads.sourceforge.net/project/aoo-extensions/5039/0/dict-mt-2011-04-14.oxt
|
||||
URL: http://linux.org.mt/node/62
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
@ -16,23 +16,25 @@ Supplements: (hunspell and langpacks-mt)
|
||||
Maltese hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
%autosetup -c
|
||||
|
||||
%build
|
||||
export LANG=mt_MT.utf8
|
||||
iconv -f ISO-8859-3 -t UTF-8 words.iso8859-3 > maltese.words
|
||||
wordlist2hunspell maltese.words mt_MT
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p mt.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mt_MT.dic
|
||||
cp -p mt.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mt_MT.aff
|
||||
|
||||
|
||||
%files
|
||||
%doc readme.txt
|
||||
%doc README_en.txt
|
||||
%license licence.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sun Jul 08 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20110414-1
|
||||
- Update to new upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20020708-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user