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