2008-10-30 08:15:40 +00:00
|
|
|
Name: hunspell-mt
|
|
|
|
Summary: Maltese hunspell dictionaries
|
|
|
|
%define upstreamid 20020708
|
|
|
|
Version: 0.%{upstreamid}
|
2012-01-13 05:16:11 +00:00
|
|
|
Release: 6%{?dist}
|
2008-10-30 08:15:40 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz
|
2009-07-10 16:04:22 +00:00
|
|
|
URL: http://linux.org.mt/node/62
|
2008-10-30 08:15:40 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: LGPLv2+
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Maltese hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -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
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2009-04-13 12:35:52 +00:00
|
|
|
cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
2008-10-30 08:15:40 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc readme.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2012-01-13 05:16:11 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20020708-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 10:40:29 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20020708-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-25 02:35:20 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20020708-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-04-13 12:35:52 +00:00
|
|
|
* Mon Apr 13 2009 Caolan McNamara <caolanm@redhat.com> - 0.20020708-3
|
|
|
|
- spurious extra .aff file packaged
|
|
|
|
|
2009-02-25 05:11:52 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20020708-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-30 08:15:40 +00:00
|
|
|
* Mon Oct 13 2008 Caolan McNamara <caolanm@redhat.com> - 0.20020708-1
|
|
|
|
- initial version
|