*** empty log message ***
This commit is contained in:
parent
826856dbd8
commit
e5d72663f9
@ -0,0 +1 @@
|
|||||||
|
vi_VN.zip
|
38
hunspell-vi.spec
Normal file
38
hunspell-vi.spec
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
Name: hunspell-vi
|
||||||
|
Summary: Vietnamese hunspell dictionaries
|
||||||
|
%define upstreamid 20080604
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://hunspell-spellcheck-vi.googlecode.com/files/vi_VN.zip
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://code.google.com/p/hunspell-spellcheck-vi
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPL+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Vietnamese hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c -n hunspell-vi
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%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 README_vi_VN.txt Copyright
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Sep 18 2006 Caolan McNamara <caolanm@redhat.com> - 0.20080604-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-vi-0_20080604-1_fc9:HEAD:hunspell-vi-0.20080604-1.fc9.src.rpm:1222078137
|
Loading…
Reference in New Issue
Block a user