Bring forward changes from F-12 branch
This commit is contained in:
parent
9718fb7d00
commit
a950fce847
@ -1,12 +1,12 @@
|
||||
Name: hunspell-ta
|
||||
Summary: Tamil hunspell dictionaries
|
||||
Version: 20060222
|
||||
Release: 4%{?dist}
|
||||
Source: http://hunspell.sourceforge.net/ta-demo.tar.gz
|
||||
Version: 20090929
|
||||
Release: 1%{?dist}
|
||||
Source: http://amachu.net/foss/download/ta_IN-hunspell-wordlist.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://hunspell.sourceforge.net
|
||||
URL: http://amachu.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPL+
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
@ -15,28 +15,28 @@ Requires: hunspell
|
||||
Tamil hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n ta-demo
|
||||
iconv -f ISO-8859-1 -t UTF-8 ta/Copyright > ta/Copyright.utf8
|
||||
mv ta/Copyright.utf8 ta/Copyright
|
||||
%setup -q -c -n ta_IN-hunspell-wordlist
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
mv ta/ta.dic ta/ta_IN.dic
|
||||
mv ta/ta.aff ta/ta_IN.aff
|
||||
cp -p ta/*.dic ta/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
cp -p ta_IN-hunspell-wordlist/*.dic ta_IN-hunspell-wordlist/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ta/README ta/COPYING ta/Copyright
|
||||
%doc ta_IN-hunspell-wordlist/README ta_IN-hunspell-wordlist/COPYING ta_IN-hunspell-wordlist/Copyright
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 29 2009 Parag <pnemade@redhat.com> - 20090929-1
|
||||
- Update to new dictionary wordlist with new URL
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20060222-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user