hunspell-ko/hunspell-ko.spec

69 lines
1.7 KiB
RPMSpec
Raw Normal View History

2009-06-17 19:42:59 +00:00
Name: hunspell-ko
Summary: Korean hunspell dictionaries
2010-03-01 12:31:15 +00:00
Version: 0.4.0
2009-07-26 09:59:57 +00:00
Release: 1%{?dist}
2009-06-17 21:50:30 +00:00
Source: http://spellcheck-ko.googlecode.com/files/hunspell-dict-ko-%{version}.tar.gz
2009-06-17 19:42:59 +00:00
Group: Applications/Text
URL: http://code.google.com/p/spellcheck-ko/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: MPLv1.1 or GPLv2 or LGPLv2
BuildArch: noarch
2009-06-17 21:50:30 +00:00
BuildRequires: python-lxml
2009-06-17 19:42:59 +00:00
Requires: hunspell
%description
Korean hunspell dictionaries.
%prep
2009-06-17 21:50:30 +00:00
%setup -q -n hunspell-dict-ko-%{version}
2009-06-17 19:42:59 +00:00
%build
2009-06-17 21:50:30 +00:00
make
2009-06-17 19:42:59 +00:00
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p ko.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.aff
cp -p ko.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ko_KR.dic
2009-07-27 09:10:38 +00:00
#tests busted upstream
#%check
#make test
2009-06-17 21:50:30 +00:00
2009-06-17 19:42:59 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
2009-06-17 21:50:30 +00:00
%doc README LICENSE LICENSE.GPL LICENSE.LGPL LICENSE.MPL
2009-06-17 19:42:59 +00:00
%{_datadir}/myspell/*
%changelog
2010-03-01 12:31:15 +00:00
* Mon Mar 01 2010 Caolan McNamara <caolanm@redhat.com> - 0.4.0-1
- latest version
2009-11-03 16:59:56 +00:00
* Tue Nov 03 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.5-1
- latest version
2009-08-30 15:39:17 +00:00
* Sun Aug 30 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.3-1
- latest version
2009-07-26 09:59:57 +00:00
* Sun Jul 26 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.2-1
- latest version
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-06 08:02:24 +00:00
* Mon Jul 06 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.1-1
- latest version
2009-06-22 08:59:09 +00:00
* Mon Jun 22 2009 Caolan McNamara <caolanm@redhat.com> - 0.3.0-1
- latest version
2009-06-17 21:50:30 +00:00
* Wed Jun 17 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.4-2
- build from source
2009-06-17 19:42:59 +00:00
* Mon Jun 15 2009 Caolan McNamara <caolanm@redhat.com> - 0.2.4-1
- initial version