diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ccad7d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ta_IN-hunspell-Wordlist.tar.gz diff --git a/.hunspell-ta.metadata b/.hunspell-ta.metadata new file mode 100644 index 0000000..27d6fe3 --- /dev/null +++ b/.hunspell-ta.metadata @@ -0,0 +1 @@ +9f8f9ad5614084b35ca16df2315648f0270ed97b SOURCES/ta_IN-hunspell-Wordlist.tar.gz diff --git a/SPECS/hunspell-ta.spec b/SPECS/hunspell-ta.spec new file mode 100644 index 0000000..151b023 --- /dev/null +++ b/SPECS/hunspell-ta.spec @@ -0,0 +1,70 @@ +Name: hunspell-ta +Summary: Tamil hunspell dictionaries +Version: 20100226 +Release: 8%{?dist} +# Upstream download link is dead now +#Source: http://tamil.nrcfoss.au-kbc.org.in/files/hunspell/ta_IN-hunspell-Wordlist.tar.gz +Source: ta_IN-hunspell-Wordlist.tar.gz +Group: Applications/Text +URL: http://nrcfoss.au-kbc.org.in +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Tamil hunspell dictionaries. + +%prep +%setup -q -c -n ta_IN-hunspell-wordlist + +%build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell + +cp -p ta_IN-hunspell-wordlist/*.dic ta_IN-hunspell-wordlist/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc ta_IN-hunspell-wordlist/README ta_IN-hunspell-wordlist/LICENSE ta_IN-hunspell-wordlist/Copyright +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 20100226-8 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 20100226-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Aug 23 2012 Parag Nemade - 20100226-6 +- Resolves:rh#848848:-Source URL not working + +* Thu Jul 19 2012 Fedora Release Engineering - 20100226-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 20100226-4 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 20100226-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 20100226-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Mar 08 2010 Parag - 20100226-1 +- Resolves:rh#568228 - [ta_IN]Fix license tag + +* Tue Sep 29 2009 Parag - 20090929-1 +- Update to new dictionary wordlist with new URL + +* Fri Jul 24 2009 Fedora Release Engineering - 20060222-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 20060222-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sun Jan 06 2008 Parag - 20060222-2 +- Added Copyright and fixed License tag + +* Thu Jan 03 2008 Parag - 20060222-1 +- Initial Fedora release