2009-07-17 04:21:41 +00:00
|
|
|
%define lang te
|
|
|
|
%define langrelease 2
|
|
|
|
%define langversion 0.01
|
|
|
|
|
2008-10-15 04:33:58 +00:00
|
|
|
Name: hunspell-te
|
|
|
|
Summary: Telugu hunspell dictionaries
|
|
|
|
%define upstreamid 20050929
|
|
|
|
Version: 0.%{upstreamid}
|
2009-07-17 04:21:41 +00:00
|
|
|
Release: 3%{?dist}
|
|
|
|
Group: Applications/Text
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://aspell.net/
|
|
|
|
Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: aspell >= 12:0.60
|
|
|
|
BuildRequires: hunspell-devel
|
|
|
|
Requires: hunspell
|
2008-10-15 04:33:58 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Telugu hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
2009-07-17 04:21:41 +00:00
|
|
|
%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease}
|
|
|
|
prezip-bin -d < te.cwl > te.txt
|
2008-10-15 04:33:58 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
export LANG=te_IN.utf8
|
2009-07-17 04:21:41 +00:00
|
|
|
wordlist2hunspell te.txt te_IN
|
2008-10-15 04:33:58 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
2009-07-17 04:21:41 +00:00
|
|
|
|
2008-10-15 04:33:58 +00:00
|
|
|
%clean
|
2009-07-17 04:21:41 +00:00
|
|
|
rm -rf %{buildroot}
|
2008-10-15 04:33:58 +00:00
|
|
|
|
2009-07-17 04:21:41 +00:00
|
|
|
%files
|
2008-10-15 04:33:58 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc COPYING Copyright
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-07-17 04:21:41 +00:00
|
|
|
* Fri Jul 17 2009 Parag <pnemade@redhat.com> - 0.20050929-3
|
|
|
|
- Use aspell source instead to pull source as BR:aspell-te
|
|
|
|
- Resolves:rh#511262 buildrequires aspell-te
|
|
|
|
|
2009-02-25 05:38:09 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050929-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-15 04:33:58 +00:00
|
|
|
* Fri Sep 12 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050929-1
|
|
|
|
- initial version
|
2009-07-17 04:21:41 +00:00
|
|
|
|
|
|
|
|