From 4dd27e00548c7c4640b62b607afb02a7328f28bd Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sun, 2 Nov 2008 16:14:01 +0000 Subject: [PATCH] duplicate dictionaries installed --- hunspell-is.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-is.spec b/hunspell-is.spec index c9ecbac..c17eafc 100644 --- a/hunspell-is.spec +++ b/hunspell-is.spec @@ -2,7 +2,7 @@ Name: hunspell-is Summary: Icelandic hunspell dictionaries %define upstreamid 20060928 Version: 0.%{upstreamid} -Release: 1%{?dist} +Release: 2%{?dist} Source: http://hunspell.sourceforge.net/is_IS.zip Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Icelandic_.28Iceland.29 @@ -26,7 +26,7 @@ mv -f README_is_IS.txt.new README_is_IS.txt %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p is_IS.dic is_IS.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %clean rm -rf $RPM_BUILD_ROOT @@ -37,5 +37,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Sun Nov 02 2008 Caolan McNamara - 0.20060928-2 +- Duplicate dictionaries installed + * Wed Sep 03 2006 Caolan McNamara - 0.20060928-1 - initial version