39 lines
941 B
RPMSpec
39 lines
941 B
RPMSpec
Name: hunspell-hsb
|
|
Summary: Upper Sorbian hunspell dictionaries
|
|
Version: 0.20060327.2
|
|
Release: 1%{?dist}
|
|
Source: https://addons.mozilla.org/en-US/firefox/downloads/file/21550/upper_sorbian_spelling_dictionary-0.0.20060327.2-fx+tb+sm.xpi
|
|
Group: Applications/Text
|
|
URL: http://sorbzilla.de/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Upper Sorbian hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c -n hunspell-hsb
|
|
|
|
%build
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p dictionaries/hsb.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/hsb_DE.aff
|
|
cp -p dictionaries/hsb.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/hsb_DE.dic
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc COPYING README
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Fri Oct 3 2008 Caolan McNamara <caolanm@redhat.com> - 0.20060327.2-1
|
|
- initial version
|