Resolves: rhbz#648740 thousands of trailing empty rules spew
This commit is contained in:
parent
0f5c9eb20d
commit
c0e0d6f04e
@ -1,7 +1,7 @@
|
||||
Name: hunspell-no
|
||||
Summary: Norwegian hunspell dictionaries
|
||||
Version: 2.0.10
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Source: http://alioth.debian.org/frs/download.php/2357/no_NO-pack2-%{version}.zip
|
||||
Group: Applications/Text
|
||||
URL: http://spell-norwegian.alioth.debian.org
|
||||
@ -81,6 +81,8 @@ for i in README_nb_NO.txt README_nn_NO.txt README_hyph_nb_NO.txt \
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
done
|
||||
#Resolves: rhbz#648740 trailing empty rules
|
||||
sed -i -e "s#\/\$##g" nb_NO.dic
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -125,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/mythes/th_nn_NO_v2.*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2010 Caolan McNamara <caolanm@redhat.com> - 2.0.10-7
|
||||
- Resolves: rhbz#648740 thousands of trailing empty rules spew
|
||||
|
||||
* Sun Apr 04 2010 Caolan McNamara <caolanm@redhat.com> - 2.0.10-6
|
||||
- mythes now owns /usr/share/mythes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user