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/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-ms.spec b/SPECS/hunspell-ms.spec new file mode 100644 index 0000000..bd9e876 --- /dev/null +++ b/SPECS/hunspell-ms.spec @@ -0,0 +1,67 @@ +Name: hunspell-ms +Summary: Malay hunspell dictionaries +%define upstreamid 20050117 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ms_MY.zip +Group: Applications/Text +URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GFDL and GPL+ +BuildArch: noarch + +Requires: hunspell + +%description +Malay hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-ms + +%build +chmod -x * + +%install +rm -rf $RPM_BUILD_ROOT +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 + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_ms_MY.txt +%{_datadir}/myspell/* + +%changelog +* 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