2010-05-04 07:35:25 +00:00
|
|
|
Name: hunspell-yi
|
|
|
|
Summary: Yiddish hunspell dictionaries
|
|
|
|
Version: 1.1
|
2011-02-09 11:07:56 +00:00
|
|
|
Release: 3%{?dist}
|
2010-05-04 07:35:25 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
Source: http://extensions.services.openoffice.org/e-files/3975/1/%{name}-%{version}.oxt
|
2010-08-13 14:27:39 +00:00
|
|
|
URL: http://extensions.services.openoffice.org/en/project/dict-yi
|
2010-05-04 07:35:25 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: LGPLv2+ or GPLv2+ or MPLv1.1
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Yiddish hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p dictionaries/yi.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/yi_US.aff
|
|
|
|
cp -p dictionaries/yi.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/yi_US.dic
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc gpl-2.0.txt MPL-1.1.txt README_yi.txt LICENSES-en.txt HACKING lgpl-2.1.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2011-02-09 11:07:56 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-13 14:27:39 +00:00
|
|
|
* Fri Aug 13 2010 Caolán McNamara <caolanm@redhat.com> - 1.1-2
|
|
|
|
- Resolves: rhbz#624045 Change URL to point to static project info url
|
|
|
|
|
2010-05-04 07:35:25 +00:00
|
|
|
* Sat May 01 2010 Caolán McNamara <caolanm@redhat.com> - 1.1-1
|
|
|
|
- initial version
|