diff --git a/.cvsignore b/.cvsignore index 67181c2..9920118 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ en_GB.zip -wordlist-20090114.tar.bz2 +wordlist-20090208.tar.bz2 diff --git a/hunspell-en.spec b/hunspell-en.spec index c1eb593..bed5c0a 100644 --- a/hunspell-en.spec +++ b/hunspell-en.spec @@ -1,6 +1,6 @@ Name: hunspell-en Summary: English hunspell dictionaries -%define upstreamid 20090114 +%define upstreamid 20090208 Version: 0.%{upstreamid} Release: 1%{?dist} #svn co https://wordlist.svn.sourceforge.net/svnroot/wordlist/trunk wordlist @@ -10,6 +10,7 @@ Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip Patch0: mozilla_words.patch Patch1: en_GB-singleletters.patch Patch2: en_US-strippedabbrevs.patch +Patch3: wordlist-buildfix.patch Group: Applications/Text URL: http://wordlist.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,6 +28,7 @@ English (US, UK, etc.) hunspell dictionaries %patch0 -p1 -b .mozilla %patch1 -p1 -b .singleletters %patch2 -p1 -b .strippedabbrevs +%patch3 -p1 -b .buildfix %build make @@ -64,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Mon Feb 16 2009 Caolan McNamara - 0.20090208-1 +- latest version + * Wed Jan 14 2009 Caolan McNamara - 0.20090114-1 - latest version diff --git a/sources b/sources index 183cf08..f9f59ba 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 218909136738f4564b81ecd145ade6ee en_GB.zip -d7b135d273fcb105bf242621c2e586c1 wordlist-20090114.tar.bz2 +586b3461f4851975267af392ceed703d wordlist-20090208.tar.bz2 diff --git a/wordlist-buildfix.patch b/wordlist-buildfix.patch new file mode 100644 index 0000000..b79f4a1 --- /dev/null +++ b/wordlist-buildfix.patch @@ -0,0 +1,15 @@ +Index: Makefile +=================================================================== +--- wordlist.orig/scowl/Makefile (revision 92) ++++ wordlist/scowl/Makefile (working copy) +@@ -29,8 +29,8 @@ + # README + # + +-README: src/make-README $(foreach l, $(levels), final/english-words.$(l)) +- src/make-README ++README: README.in $(foreach l, $(levels), final/english-words.$(l)) ++ cp README.in README + + # + # Actual word list creation