diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53cf92d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ms_MY.zip diff --git a/.hunspell-ms.metadata b/.hunspell-ms.metadata new file mode 100644 index 0000000..118b0be --- /dev/null +++ b/.hunspell-ms.metadata @@ -0,0 +1 @@ +12c033608d031ded21219757ac26f3b5bc0d37d7 SOURCES/ms_MY.zip diff --git a/SPECS/hunspell-ms.spec b/SPECS/hunspell-ms.spec new file mode 100644 index 0000000..dcbc041 --- /dev/null +++ b/SPECS/hunspell-ms.spec @@ -0,0 +1,92 @@ +Name: hunspell-ms +Summary: Malay hunspell dictionaries +%global upstreamid 20050117 +Version: 0.%{upstreamid} +Release: 17%{?dist} +Source: http://download.services.openoffice.org/contrib/dictionaries/ms_MY.zip +URL: https://wiki.openoffice.org/wiki/Dictionaries +# affix file is under GPL+ +# rest package under GFDL +License: GFDL and GPL+ +BuildArch: noarch + +Requires: hunspell +Supplements: (hunspell and langpacks-ms) + +%description +Malay hunspell dictionaries. + +%prep +%autosetup -c -n hunspell-ms + +%build +chmod -x * + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ms_MY_aliases="ms_BN" +for lang in $ms_MY_aliases; do + ln -s ms_MY.aff $lang.aff + ln -s ms_MY.dic $lang.dic +done + + +%files +%doc README_ms_MY.txt +%{_datadir}/myspell/* + +%changelog +* Sun Jul 08 2018 Parag Nemade - 0.20050117-17 +- Update Source tag + +* Wed Feb 07 2018 Fedora Release Engineering - 0.20050117-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.20050117-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.20050117-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Feb 19 2016 Parag Nemade - 0.20050117-13 +- Add Supplements: tag for langpacks naming guidelines +- Clean the specfile to follow current packaging guidelines + +* Thu Feb 04 2016 Fedora Release Engineering - 0.20050117-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.20050117-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.20050117-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.20050117-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050117-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050117-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050117-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050117-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050117-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050117-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Aug 03 2007 Caolan McNamara - 0.20050117-2 +- clarify license, the .aff apparently is GPL+ while the wordlist is GFDL + +* Thu Dec 07 2006 Caolan McNamara - 0.20050117-1 +- initial version