From a6957bbad2f5657a4fad31eb40b1e6389af879a1 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 21:51:58 +0000 Subject: import hunspell-mt-0.20020708-8.el7.src.rpm --- diff --git a/.hunspell-mt.metadata b/.hunspell-mt.metadata new file mode 100644 index 0000000..1042599 --- /dev/null +++ b/.hunspell-mt.metadata @@ -0,0 +1 @@ +8debc7b9235a066364f7f5c7215c418444d5db01 SOURCES/spellcheck-mt-0.3.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-mt.spec b/SPECS/hunspell-mt.spec new file mode 100644 index 0000000..aa975c9 --- /dev/null +++ b/SPECS/hunspell-mt.spec @@ -0,0 +1,63 @@ +Name: hunspell-mt +Summary: Maltese hunspell dictionaries +%define upstreamid 20020708 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Group: Applications/Text +Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz +URL: http://linux.org.mt/node/62 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch +BuildRequires: hunspell-devel + +Requires: hunspell + +%description +Maltese hunspell dictionaries. + +%prep +%setup -q -c + +%build +export LANG=mt_MT.utf8 +iconv -f ISO-8859-3 -t UTF-8 words.iso8859-3 > maltese.words +wordlist2hunspell maltese.words mt_MT + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p mt_MT.dic mt_MT.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc readme.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20020708-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20020708-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20020708-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20020708-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20020708-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Apr 13 2009 Caolan McNamara - 0.20020708-3 +- spurious extra .aff file packaged + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20020708-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Oct 13 2008 Caolan McNamara - 0.20020708-1 +- initial version