diff --git a/.hunspell-gv.metadata b/.hunspell-gv.metadata new file mode 100644 index 0000000..a4206f7 --- /dev/null +++ b/.hunspell-gv.metadata @@ -0,0 +1 @@ +48bd30e8ce0cf229f7f369b20a304cf39a8cfc24 SOURCES/aspell-gv-0.50-0.tar.bz2 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-gv.spec b/SPECS/hunspell-gv.spec new file mode 100644 index 0000000..54f8196 --- /dev/null +++ b/SPECS/hunspell-gv.spec @@ -0,0 +1,74 @@ +Name: hunspell-gv +Summary: Manx hunspell dictionaries +%define upstreamid 20040505 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Group: Applications/Text +Source: http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2 +URL: http://borel.slu.edu/crubadan/apps.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch +BuildRequires: aspell, hunspell-devel + +Requires: hunspell + +%description +Manx hunspell dictionaries. + +%prep +%setup -q -n aspell-gv-0.50-0 + +%build +export LANG=gv_GB.utf8 +preunzip -d *.cwl +cat *.wl > manx.wordlist +wordlist2hunspell manx.wordlist gv_GB +for i in Copyright doc/Crawler.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc COPYING Copyright README doc/Crawler.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040505-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040505-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040505-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040505-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20040505-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20040505-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20040505-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 07 2008 Caolan McNamara - 0.20040505-1 +- initial version