From 89b08704757482341a36d694d73111c5362d1bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 15 Oct 2020 12:56:05 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/hunspell-ms#c2d9c0cc965c33fe660ba0b517bec4c915df83fe --- .gitignore | 1 + hunspell-ms.spec | 107 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 109 insertions(+) create mode 100644 hunspell-ms.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..269bb22 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +ms_MY.zip diff --git a/hunspell-ms.spec b/hunspell-ms.spec new file mode 100644 index 0000000..6e81dba --- /dev/null +++ b/hunspell-ms.spec @@ -0,0 +1,107 @@ +Name: hunspell-ms +Summary: Malay hunspell dictionaries +%global upstreamid 20050117 +Version: 0.%{upstreamid} +Release: 22%{?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 +* Tue Jul 28 2020 Fedora Release Engineering - 0.20050117-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.20050117-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.20050117-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.20050117-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.20050117-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* 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 diff --git a/sources b/sources new file mode 100644 index 0000000..51150a9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +4b984b699541c12e1bd81b2f5f7b0050 ms_MY.zip