From 536e9863b639218b2818f4be480bfa9c18d745de Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 20:53:25 +0000 Subject: import hunspell-ar-0.20080110-9.el7.src.rpm --- diff --git a/.hunspell-ar.metadata b/.hunspell-ar.metadata new file mode 100644 index 0000000..36bba01 --- /dev/null +++ b/.hunspell-ar.metadata @@ -0,0 +1 @@ +3fc5bdcaa428205681eaa765efcd86c370ec7449 SOURCES/hunspell-ar_20080110.tar.gz 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-ar.spec b/SPECS/hunspell-ar.spec new file mode 100644 index 0000000..40acc80 --- /dev/null +++ b/SPECS/hunspell-ar.spec @@ -0,0 +1,70 @@ +%global upstreamid 20080110 + +Summary: Arabic hunspell dictionaries +Name: hunspell-ar +Version: 0.%{upstreamid} +Release: 9%{?dist} +License: GPLv2 or LGPLv2 or MPLv1.1 +Group: Applications/Text +URL: http://ayaspell.sourceforge.net/ +Source: http://downloads.sourceforge.net/ayaspell/hunspell-ar_%{upstreamid}.tar.gz + +BuildArch: noarch +Requires: hunspell + +%description +Arabic (Egypt, Algeria, etc.) hunspell dictionaries. + +%prep +%setup -q -n %{name}_%{upstreamid} + +%build +# nothing to build + +%install +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p ar.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ar_TN.dic +cp -p ar.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ar_TN.aff + +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ar_TN_aliases="ar_AE ar_BH ar_DJ ar_DZ ar_EG ar_ER ar_IL ar_IN ar_IQ ar_JO ar_KM ar_KW ar_LB ar_LY ar_MA ar_MR ar_OM ar_PS ar_QA ar_SA ar_SD ar_SO ar_SY ar_TD ar_YE" +for lang in $ar_TN_aliases; do + ln -s ar_TN.aff $lang.aff + ln -s ar_TN.dic $lang.dic +done +popd + +%files +%doc AUTHORS ChangeLog-ar COPYING README-ar THANKS +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20080110-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Mon Nov 12 2012 Peter Schiffer - 0.20080110-8 +- .spec file cleanup + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20080110-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20080110-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20080110-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20080110-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed May 06 2009 Caolan McNamara - 0.20080110-3 +- extend aliases + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20080110-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Apr 28 2008 Caolan McNamara - 0.20080110-1 +- use the much lighter ayaspell data instead of Buckwalter + +* Wed Jun 06 2007 Caolan McNamara - 0.20060208-1 +- initial version