From 9d5296a4f06d54cd4796cd4c60a80e9dea97d6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 12 May 2011 20:39:40 +0100 Subject: [PATCH] hyph dict incorrectly installed in spell dir --- hunspell-nl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-nl.spec b/hunspell-nl.spec index ff67884..906564f 100644 --- a/hunspell-nl.spec +++ b/hunspell-nl.spec @@ -1,7 +1,7 @@ Name: hunspell-nl Summary: Dutch hunspell dictionaries Version: 2.00 -Release: 2%{?dist} +Release: 3%{?dist} #http://www.opentaal.org/bestanden/doc_download/14-woordenlijst-v-200g-voor-openofficeorg-3 #annoying click through makes direct link apparently impossible Source: nl-dict-v2.00g.oxt @@ -24,7 +24,7 @@ Dutch hunspell dictionaries. %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p nl_NL.aff nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/myspell pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ nl_NL_aliases="nl_AW nl_BE" @@ -42,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Thu May 12 2011 Caolán McNamara - 2.00-3 +- hyph dict incorrectly installed in spell dir + * Wed Feb 09 2011 Fedora Release Engineering - 2.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild