commit 3a473b0cc07d197f94a962d6a3e7768c360feede Author: CentOS Sources Date: Tue May 7 07:02:38 2019 -0400 import hunspell-ml-0.1-18.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc7559b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ooo-hunspell-ml-0.1.tar.bz2 diff --git a/.hunspell-ml.metadata b/.hunspell-ml.metadata new file mode 100644 index 0000000..a280841 --- /dev/null +++ b/.hunspell-ml.metadata @@ -0,0 +1 @@ +448e02873a812ed0c672858127470e43aaaacded SOURCES/ooo-hunspell-ml-0.1.tar.bz2 diff --git a/SPECS/hunspell-ml.spec b/SPECS/hunspell-ml.spec new file mode 100644 index 0000000..d202cc7 --- /dev/null +++ b/SPECS/hunspell-ml.spec @@ -0,0 +1,85 @@ +Name: hunspell-ml +Summary: Malayalam hunspell dictionaries +Version: 0.1 +Release: 18%{?dist} +Source: http://download.savannah.gnu.org/releases/smc/Spellchecker/ooo-hunspell-ml-%{version}.tar.bz2 +URL: http://download.savannah.gnu.org/releases/smc/Spellchecker/ +License: GPLv3+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-ml) + +%description +Malayalam hunspell dictionaries + +%prep +%autosetup -n ooo-hunspell-ml-%{version} + +%build +echo "Nothing to build..." + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%files +%doc README +%license COPYING +%{_datadir}/myspell/* + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Sep 28 2017 Parag Nemade - 0.1-17 +- spec cleanup + +* Wed Jul 26 2017 Fedora Release Engineering - 0.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.1-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.1-14 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Feb 28 2012 Parag - 0.1-7 +- spec cleanup + +* Fri Jan 13 2012 Fedora Release Engineering - 0.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 21 2008 Parag - 0.1-2 +- Fix source md5sum + +* Thu May 15 2008 Rajeesh K Nambiar - 0.1-1 +- Initial version