From b09b02b9bfede02c835a1b78341250cd52a31be4 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 15 Jun 2009 19:51:40 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-se.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 48 insertions(+) create mode 100644 hunspell-se.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..55562f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hunspell-se.tar.gz diff --git a/hunspell-se.spec b/hunspell-se.spec new file mode 100644 index 0000000..afed9fd --- /dev/null +++ b/hunspell-se.spec @@ -0,0 +1,45 @@ +Name: hunspell-se +Summary: Northern Sami hunspell dictionaries +Version: 1.0 +Release: 0.1.beta7%{?dist} +Source: http://divvun.no/static_files/hunspell-se.tar.gz +Group: Applications/Text +URL: http://www.divvun.no/index.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv3 +BuildArch: noarch + +Requires: hunspell + +%description +Northern Sami hunspell dictionaries. + +%prep +%setup -q -n %{name}-1.0beta7.20090316 + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p se.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.aff +cp -p se.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/se_NO.dic + +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +se_NO_aliases="se_SE se_FI" +for lang in $se_NO_aliases; do + ln -s se_NO.aff $lang.aff + ln -s se_NO.dic $lang.dic +done + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc Copyright README GPL-3 +%{_datadir}/myspell/* + +%changelog +* Fri Jun 12 2009 Caolan McNamara - 1.0-0.1.beta7 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..708f7b2 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-se-1_0-0_1_beta7_fc11:HEAD:hunspell-se-1.0-0.1.beta7.fc11.src.rpm:1245095464 diff --git a/sources b/sources index e69de29..ee51c05 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a207e01a179711cad0e10911480329b6 hunspell-se.tar.gz