diff --git a/.hunspell-ny.metadata b/.hunspell-ny.metadata new file mode 100644 index 0000000..44ba0fb --- /dev/null +++ b/.hunspell-ny.metadata @@ -0,0 +1 @@ +66541a825c19b7c4458eca2d76bef4bd46098705 SOURCES/hunspell-chichewa-ny-dict-0.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-ny.spec b/SPECS/hunspell-ny.spec new file mode 100644 index 0000000..0684e6d --- /dev/null +++ b/SPECS/hunspell-ny.spec @@ -0,0 +1,73 @@ +Name: hunspell-ny +Summary: Chichewa hunspell dictionaries +Epoch: 1 +Version: 0.01 +Release: 5%{?dist} +Group: Applications/Text +Source: http://extensions.services.openoffice.org/e-files/4052/0/hunspell-chichewa-ny-dict-%{version}.oxt +URL: http://extensions.services.openoffice.org/en/project/chicspell +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv3+ +BuildArch: noarch +BuildRequires: hunspell-devel + +Requires: hunspell + +%description +Chichewa hunspell dictionaries. + +%prep +%setup -q -c + +%build +for i in dictionaries/README_ny_MW.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 dictionaries/ny_MW.* $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc LICENSES-en.txt dictionaries/README_ny_MW.txt +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1:0.01-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1:0.01-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:0.01-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1:0.01-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Mar 26 2010 Caolán McNamara - 1:0.01-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050108-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20050108-3 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050108-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Nov 07 2008 Caolan McNamara - 0.20050108-1 +- initial version