From 15c40ba1cd295839cd7f5b0c207db8e47bac66c1 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 21:53:58 +0000 Subject: import hunspell-nso-0.20091201-5.el7.src.rpm --- diff --git a/.hunspell-nso.metadata b/.hunspell-nso.metadata new file mode 100644 index 0000000..87d1df1 --- /dev/null +++ b/.hunspell-nso.metadata @@ -0,0 +1 @@ +c23783c89812ed534fb803fdef9a7dd38ad030d2 SOURCES/dict-ns_ZA-2009.12.01.oxt 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-nso.spec b/SPECS/hunspell-nso.spec new file mode 100644 index 0000000..9dbc174 --- /dev/null +++ b/SPECS/hunspell-nso.spec @@ -0,0 +1,70 @@ +Name: hunspell-nso +Summary: Northern Sotho hunspell dictionaries +%define upstreamid 20091201 +Version: 0.%{upstreamid} +Release: 5%{?dist} +Source: http://extensions.services.openoffice.org/files/3139/1/dict-ns_ZA-2009.12.01.oxt +Group: Applications/Text +URL: http://www.translate.org.za/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Northern Sotho hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-nso + +%build +for i in README-ns_ZA.txt package-description.txt release-notes-ns_ZA.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-2 -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 ns_ZA.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/nso_ZA.dic +cp -p ns_ZA.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/nso_ZA.aff + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README-ns_ZA.txt package-description.txt release-notes-ns_ZA.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20091201-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20091201-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20091201-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20091201-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 02 2009 Caolan McNamara - 0.20091201-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20060120-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20060120-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Sep 12 2008 Caolan McNamara - 0.20060120-1 +- initial version