From 4410b657f8fd73c92795bbaf6de4c341c932dd66 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Apr 29 2010 13:48:31 +0000 Subject: fix annoying bad flagvector warnings --- diff --git a/hunspell-it-sf2994177.cleandic.patch b/hunspell-it-sf2994177.cleandic.patch new file mode 100644 index 0000000..b42a47c --- /dev/null +++ b/hunspell-it-sf2994177.cleandic.patch @@ -0,0 +1,36 @@ +--- it_IT.dic 2010-04-29 14:31:47.000000000 +0100 ++++ it_IT.dic 2010-04-29 14:32:07.000000000 +0100 +@@ -1,32 +1,4 @@ +-95221 +-/ Dizionario italiano +-/ +-/ Copyright (C) 2001, 2002 Gianluca Turconi +-/ Copyright (C) 2002, 2003, 2004 Gianluca Turconi and Davide Prina +-/ Copyright (C) 2004, 2005, 2006, 2007 Davide Prina +-/ +-/ E-Mail: DavidePrina(CHIOCCIOLA)yahoo(PUNTO)com +-/ home: http://linguistico.sf.net/wiki +-/ +-/ Version 2.4 (01/09/2007) (DD/MM/YYYY) +-/ +-/ This file is distributed under GPL license. +-/ +-/ This file is part of the "dizionario italiano". +-/ +-/ The "dizionario italiano" is free software; you can redistribute it and/or +-/ modify it under the terms of the GNU General Public License as published +-/ by the Free Software Foundation; either version 3 of the License, or +-/ (at your option) any later version. +-/ +-/ The "dizionario italiano" is distributed in the hope that it will be +-/ useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +-/ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-/ GNU General Public License for more details. +-/ +-/ You should have received a copy of the GNU General Public +-/ License along with the "dizionario italiano", +-/ if not, see . ++95195 + a + ab + abaco/OTqr diff --git a/hunspell-it.spec b/hunspell-it.spec index 04cc6e0..49fc45a 100644 --- a/hunspell-it.spec +++ b/hunspell-it.spec @@ -2,21 +2,24 @@ Name: hunspell-it Summary: Italian hunspell dictionaries %define upstreamid 20070901 Version: 2.4 -Release: 0.4.%{upstreamid}%{?dist} +Release: 0.5.%{upstreamid}%{?dist} Source: http://downloads.sourceforge.net/sourceforge/linguistico/italiano_2_4_2007_09_01.zip Group: Applications/Text URL: http://linguistico.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv3+ BuildArch: noarch - Requires: hunspell +#dic contains free-form text inside the .dic, i.e. "error: line 3: bad flagvector" +# https://sourceforge.net/tracker/?func=detail&aid=2994177&group_id=128318&atid=711333 +Patch0: hunspell-it-sf2994177.cleandic.patch %description Italian hunspell dictionaries. %prep %setup -q -c -n hunspell-it +%patch0 -p0 -b .cleandic %build chmod -x * @@ -42,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Thu Apr 29 2010 Caolan McNamara - 2.4-0.5.20070901 +- remove spurious text from .dic + * Tue Jan 05 2010 Caolan McNamara - 2.4-0.4.20070901 - it_IT_README.1st says GPLv2+, but it_IT_README.txt says GPLv3+ -> change license field to GPLv3+