[hunspell-nl] hyph dict incorrectly installed in spell dir

Caolan McNamara caolanm at fedoraproject.org
Thu May 12 19:39:53 UTC 2011


commit 9d5296a4f06d54cd4796cd4c60a80e9dea97d6ac
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu May 12 20:39:40 2011 +0100

    hyph dict incorrectly installed in spell dir

 hunspell-nl.spec |    7 +++++--
 1 files 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 <caolanm at redhat.com> - 2.00-3
+- hyph dict incorrectly installed in spell dir
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.00-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list