auto-import hunspell-it-2.3-0.1.20060723 on branch devel from

hunspell-it-2.3-0.1.20060723.src.rpm
This commit is contained in:
Caolan McNamara 2007-02-20 09:20:23 +00:00
parent d96cb1bb31
commit 760bbe44e8
3 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1 @@
italiano_2_3_beta_2006_07_23.zip

46
hunspell-it.spec Normal file
View File

@ -0,0 +1,46 @@
Name: hunspell-it
Summary: Italian hunspell dictionaries
%define upstreamid 20060723
Version: 2.3
Release: 0.1.%{upstreamid}%{?dist}
Source: http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_3_beta_2006_07_23.zip
Group: Applications/Text
URL: http://linguistico.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
License: GPL
BuildArch: noarch
Requires: hunspell
%description
Italian hunspell dictionaries.
%prep
%setup -q -c -n hunspell-it
%build
chmod -x *
%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/
it_IT_aliases="it_CH"
for lang in $it_IT_aliases; do
ln -s it_IT.aff $lang.aff
ln -s it_IT.dic $lang.dic
done
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc GPL.txt history.txt license.txt notes.txt README_it_IT.txt README.txt thanks.txt
%{_datadir}/myspell/*
%changelog
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 2.3-0.1.20060723
- initial version

View File

@ -0,0 +1 @@
fe9240990c600bca2ad33cb906651087 italiano_2_3_beta_2006_07_23.zip