diff --git a/.hunspell-te.metadata b/.hunspell-te.metadata new file mode 100644 index 0000000..be0e39f --- /dev/null +++ b/.hunspell-te.metadata @@ -0,0 +1 @@ +b3a1df4c3e35fbdf0a2cd0db07c9b63372c9c94a SOURCES/aspell6-te-0.01-2.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/hunspell-te.spec b/SPECS/hunspell-te.spec new file mode 100644 index 0000000..3775cac --- /dev/null +++ b/SPECS/hunspell-te.spec @@ -0,0 +1,73 @@ +%define lang te +%define langrelease 2 +%define langversion 0.01 + +Name: hunspell-te +Summary: Telugu hunspell dictionaries +%define upstreamid 20050929 +Version: 0.%{upstreamid} +Release: 10%{?dist} +Group: Applications/Text +##Upstream is unresponsive so unable to verify license version +License: GPL+ +URL: http://aspell.net/ +Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2 +BuildArch: noarch +BuildRequires: aspell >= 12:0.60 +BuildRequires: hunspell-devel +Requires: hunspell + +%description +Telugu hunspell dictionaries.This package +contains the efforts of aspell-te that converted by +wordlist2hunspell. + +%prep +%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease} +prezip-bin -d < te.cwl > te.txt + +%build +export LANG=te_IN.utf8 +wordlist2hunspell te.txt te_IN + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc COPYING Copyright +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050929-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050929-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 0.20050929-8 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050929-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050929-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Mar 08 2010 Parag - 0.20050929-5 +- Resolves:rh#568227-[te_IN]Fix %description and license tag + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050929-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 17 2009 Parag - 0.20050929-3 +- Use aspell source instead to pull source as BR:aspell-te +- Resolves:rh#511262 buildrequires aspell-te + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050929-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Sep 12 2008 Caolan McNamara - 0.20050929-1 +- initial version + +