diff --git a/.hunspell-mi.metadata b/.hunspell-mi.metadata new file mode 100644 index 0000000..a310ee5 --- /dev/null +++ b/.hunspell-mi.metadata @@ -0,0 +1 @@ +500a2ff7afca4ec87e9b1e08e9440a0c1b14b333 SOURCES/hunspell-mi-0.1.20080630-beta.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-mi.spec b/SPECS/hunspell-mi.spec new file mode 100644 index 0000000..df30ec3 --- /dev/null +++ b/SPECS/hunspell-mi.spec @@ -0,0 +1,57 @@ +Name: hunspell-mi +Summary: Maori hunspell dictionaries +%define upstreamid 20080630 +Version: 0.%{upstreamid} +Release: 7%{?dist} +Source: http://packages.papakupu.maori.nz/hunspell/hunspell-mi-0.1.%{upstreamid}-beta.tar.gz +Group: Applications/Text +URL: http://papakupu.maori.nz/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv3+ +BuildArch: noarch + +Requires: hunspell + +%description +Maori hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-mi-%{version} + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p mi.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/mi_NZ.aff +cp -p mi.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/mi_NZ.dic + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc mi.AUTHORS mi.LICENSE mi.README +%{_datadir}/myspell/* + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 0.20080630-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20080630-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20080630-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20080630-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20080630-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20080630-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Sep 29 2008 Caolan McNamara - 0.20080630-1 +- initial version