*** empty log message ***
This commit is contained in:
parent
9b8486c2d3
commit
7371f4e7b5
@ -0,0 +1 @@
|
||||
aspell6-ky-0.01-0.tar.bz2
|
||||
44
hunspell-ky.spec
Normal file
44
hunspell-ky.spec
Normal file
@ -0,0 +1,44 @@
|
||||
Name: hunspell-ky
|
||||
Summary: Kirghiz hunspell dictionaries
|
||||
%define upstreamid 20090414
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Text
|
||||
Source: http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2
|
||||
URL: http://borel.slu.edu/crubadan/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
BuildRequires: aspell, hunspell-devel
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Kirghiz hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n aspell6-ky-0.01-0
|
||||
|
||||
%build
|
||||
export LANG=ky_KG.utf8
|
||||
preunzip -d *.cwl
|
||||
cat *.wl > kirghiz.wordlist
|
||||
wordlist2hunspell kirghiz.wordlist ky_KG
|
||||
cp ky_affix.dat ky_KG.aff
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING Copyright README doc/Crawler.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 18 2009 Caolan McNamara <caolanm@redhat.com> - 0.20090414-1
|
||||
- initial version
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
hunspell-ky-0_20090414-1_fc11:HEAD:hunspell-ky-0.20090414-1.fc11.src.rpm:1245396835
|
||||
Loading…
Reference in New Issue
Block a user