39 lines
973 B
RPMSpec
39 lines
973 B
RPMSpec
|
Name: hunspell-yi
|
||
|
Summary: Yiddish hunspell dictionaries
|
||
|
Version: 1.1
|
||
|
Release: 1%{?dist}
|
||
|
Group: Applications/Text
|
||
|
Source: http://extensions.services.openoffice.org/e-files/3975/1/%{name}-%{version}.oxt
|
||
|
URL: http://www.cs.uky.edu/cgi-bin/cgiwrap/~raphael/dictionary.cgi
|
||
|
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
|
||
|
* Sat May 01 2010 Caolán McNamara <caolanm@redhat.com> - 1.1-1
|
||
|
- initial version
|