From d6bdb937d55ffae393ebeaec37351b74faa820a6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 01 2019 16:40:08 +0000 Subject: import hunspell-az-0.20040827-10.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc4611e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/aspell6-az-0.02-0.tar.bz2 diff --git a/.hunspell-az.metadata b/.hunspell-az.metadata new file mode 100644 index 0000000..ce929e5 --- /dev/null +++ b/.hunspell-az.metadata @@ -0,0 +1 @@ +1ffe8b9674706f46b9daab564760c86a7b6ac63f SOURCES/aspell6-az-0.02-0.tar.bz2 diff --git a/SPECS/hunspell-az.spec b/SPECS/hunspell-az.spec new file mode 100644 index 0000000..6c90875 --- /dev/null +++ b/SPECS/hunspell-az.spec @@ -0,0 +1,79 @@ +Name: hunspell-az +Summary: Azerbaijani hunspell dictionaries +%define upstreamid 20040827 +Version: 0.%{upstreamid} +Release: 10%{?dist} +Group: Applications/Text +Source: ftp://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-0.02-0.tar.bz2 +URL: http://borel.slu.edu/crubadan/apps.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch +BuildRequires: aspell, hunspell-devel + +Requires: hunspell + +%description +Azerbaijani hunspell dictionaries. + +%prep +%setup -q -n aspell6-az-0.02-0 + +%build +export LANG=az_AZ.utf8 +preunzip az.cwl +wordlist2hunspell az.wl az_AZ +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 +* Fri Dec 27 2013 Daniel Mach - 0.20040827-10 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040827-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 01 2012 Caolán McNamara - 0.20040827-8 +- README says just GPL, but Copyright specifies GPLv2+ + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040827-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040827-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040827-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20040827-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolán McNamara - 0.20040827-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20040827-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Oct 18 2008 Caolán McNamara - 0.20040827-1 +- initial version