auto-import hunspell-af-0.20060117-1 on branch devel from
hunspell-af-0.20060117-1.src.rpm
This commit is contained in:
parent
de2d548855
commit
4c27899dfd
@ -0,0 +1 @@
|
||||
af_ZA-pack.zip
|
47
hunspell-af.spec
Normal file
47
hunspell-af.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: hunspell-af
|
||||
Summary: Afrikaans hunspell dictionary
|
||||
%define upstreamid 20060117
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/af_ZA-pack.zip
|
||||
Group: Applications/Text
|
||||
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPL
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Afrikaans hunspell dictionary
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-af_ZA
|
||||
unzip myspell-af_ZA-%{upstreamid}.zip
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||
af_ZA_aliases="af_NA"
|
||||
for lang in $af_ZA_aliases; do
|
||||
ln -s af_ZA.aff $lang.aff
|
||||
ln -s af_ZA.dic $lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_af_ZA.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 25 2006 Caolan McNamara <caolanm@redhat.com> - 0.20060117-1
|
||||
- initial version
|
Loading…
Reference in New Issue
Block a user