From 13a694dcec7cb96aa63c7514e1153f596226533f Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 10 Oct 2008 08:37:54 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-ber.spec | 39 +++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 42 insertions(+) create mode 100644 hunspell-ber.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..382c5e2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hunspell-am_test.tar.gz diff --git a/hunspell-ber.spec b/hunspell-ber.spec new file mode 100644 index 0000000..84569a2 --- /dev/null +++ b/hunspell-ber.spec @@ -0,0 +1,39 @@ +Name: hunspell-ber +Summary: Amazigh hunspell dictionaries +%define upstreamid 20080210 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://ayaspell.sourceforge.net/data/hunspell-am_test.tar.gz +Group: Applications/Text +URL: http://ayaspell.sourceforge.net/am.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ or LGPLv2+ or MPLv1.1 +BuildArch: noarch + +Requires: hunspell + +%description +Amazigh hunspell dictionaries. + +%prep +%setup -q -n spelling_tifinagh + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p tifinagh.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.dic +cp -p tifinagh.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/ber_MA.aff + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README +%{_datadir}/myspell/* + +%changelog +* Tue Oct 07 2008 Caolan McNamara - 0.20080210-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..e345279 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-ber-0_20080210-1_fc9:HEAD:hunspell-ber-0.20080210-1.fc9.src.rpm:1223627969 diff --git a/sources b/sources index e69de29..1a17c36 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b4af1ac0c62ec75b8236d1c39cb56c58 hunspell-am_test.tar.gz