diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77f702c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/id_ID.zip diff --git a/.hunspell-id.metadata b/.hunspell-id.metadata new file mode 100644 index 0000000..935f963 --- /dev/null +++ b/.hunspell-id.metadata @@ -0,0 +1 @@ +332cc6852dd99c332742226001862be9ce590cfd SOURCES/id_ID.zip diff --git a/SPECS/hunspell-id.spec b/SPECS/hunspell-id.spec new file mode 100644 index 0000000..313fd4d --- /dev/null +++ b/SPECS/hunspell-id.spec @@ -0,0 +1,63 @@ +Name: hunspell-id +Summary: Indonesian hunspell dictionaries +%define upstreamid 20040812 +Version: 0.%{upstreamid} +Release: 8%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/id_ID.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Indonesian_.28Indonesia.29 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2 +BuildArch: noarch + +Requires: hunspell + +%description +Indonesian hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-id + +%build +chmod -x * + +%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 README_id_ID.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.20040812-8 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20040812-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20040812-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20040812-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20040812-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20040812-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20040812-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Mon Oct 06 2006 Caolan McNamara - 0.20040812-1 +- latest version + +* Mon Sep 01 2006 Caolan McNamara - 0.20040410-1 +- initial version