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:
parent
d96cb1bb31
commit
760bbe44e8
@ -0,0 +1 @@
|
||||
italiano_2_3_beta_2006_07_23.zip
|
||||
46
hunspell-it.spec
Normal file
46
hunspell-it.spec
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user