*** empty log message ***
This commit is contained in:
parent
7d9d2dc34d
commit
99a3e1d930
@ -0,0 +1 @@
|
||||
dictionary_myspell_sw_TZ_1.1.tar.gz
|
48
hunspell-sw.spec
Normal file
48
hunspell-sw.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: hunspell-sw
|
||||
Summary: Swahili hunspell dictionaries
|
||||
%define upstreamid 20050819
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://www.it46.se/downloads/openoffice/dictionary/dictionary_myspell_sw_TZ_1.1.tar.gz
|
||||
URL: http://www.it46.se
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: LGPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: hunspell-devel
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Swahili hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
iconv -f ISO-8859-1 -t UTF-8 README_sw_TZ.txt > README_sw_TZ.txt.new
|
||||
mv -f README_sw_TZ.txt.new README_sw_TZ.txt
|
||||
|
||||
%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/
|
||||
sw_TZ_aliases="sw_KE"
|
||||
for lang in $sw_TZ_aliases; do
|
||||
ln -s sw_TZ.aff $lang.aff
|
||||
ln -s sw_TZ.dic $lang.dic
|
||||
done
|
||||
popd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_sw_TZ.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 02 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050819-1
|
||||
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-sw-0_20050819-1_fc9:HEAD:hunspell-sw-0.20050819-1.fc9.src.rpm:1225926250
|
Loading…
Reference in New Issue
Block a user