From e5d72663f9b5ff7b52438293c57076bde1a353e9 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 22 Sep 2008 10:07:40 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-vi.spec | 38 ++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 41 insertions(+) create mode 100644 hunspell-vi.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..487a5da 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +vi_VN.zip diff --git a/hunspell-vi.spec b/hunspell-vi.spec new file mode 100644 index 0000000..137b537 --- /dev/null +++ b/hunspell-vi.spec @@ -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 - 0.20080604-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..3b15db7 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-vi-0_20080604-1_fc9:HEAD:hunspell-vi-0.20080604-1.fc9.src.rpm:1222078137 diff --git a/sources b/sources index e69de29..ee59979 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4145805858071f0c5f3b1201b4ceb91e vi_VN.zip