diff --git a/aspell-nl.spec b/aspell-nl.spec index fe7996c..72846ab 100644 --- a/aspell-nl.spec +++ b/aspell-nl.spec @@ -3,13 +3,14 @@ Name: aspell-nl # Have to bump this to make it newer than the old, bad version. Epoch: 51 Version: 0.1e -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Text URL: http://packages.debian.org/unstable/text/%{name} Source0: http://ftp.debian.org/debian/pool/main/d/dutch/dutch_%{version}.orig.tar.gz Patch0: dutch-debian.patch Patch1: aspell-nl-0.1e-dictdir.patch +Patch2: dutch-0.1e-nl.patch Buildrequires: aspell >= 12:0.60 Requires: aspell >= 12:0.60 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,6 +24,7 @@ Provides the word list/dictionaries for the following: Dutch %setup -q -n dutch-%{version} %patch0 -p1 %patch1 -p1 -b .dd +%patch2 -p1 -b .nl cp ./aspell/dutch.dat ./aspell/nl_affix.dat %build @@ -36,7 +38,6 @@ rm $RPM_BUILD_ROOT/usr/share/ispell/dutch.aff rm $RPM_BUILD_ROOT/usr/dict/dutch rm $RPM_BUILD_ROOT/usr/info/* cp $RPM_BUILD_ROOT%{_libdir}/aspell-0.60/nl.dat $RPM_BUILD_ROOT%{_libdir}/aspell-0.60/nl_affix.dat - %clean @@ -48,7 +49,11 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/aspell-0.60/* %changelog -* Fri Mar 30 2007 Ivana Varekova -51:0.1e-4 +* Thu Jun 14 2007 Ivana Varekova - 51:0.1e-5 +- Resolves: #244159 + add nl.rws + +* Fri Mar 30 2007 Ivana Varekova - 51:0.1e-4 - add nl_affix.dat * Fri Mar 30 2007 Ivana Varekova - 51:0.1e-3 diff --git a/dutch-0.1e-nl.patch b/dutch-0.1e-nl.patch new file mode 100644 index 0000000..82c1e0b --- /dev/null +++ b/dutch-0.1e-nl.patch @@ -0,0 +1,30 @@ +--- dutch-0.1e/aspell/Makefile.in.pom 2007-06-14 12:56:00.000000000 +0200 ++++ dutch-0.1e/aspell/Makefile.in 2007-06-14 12:59:25.000000000 +0200 +@@ -91,7 +91,7 @@ + lang = dutch + langISO = nl + +-rwsfile = $(lang).rws ++rwsfile = $(lang).rws nl.rws + datfile = $(lang).dat + multifile = $(langISO).multi + aliases = $(lang).alias +@@ -210,7 +210,7 @@ + install -d -m 0755 $(DESTDIR)$(dictdir) + + # # dictionary +- install -m 0644 $(rwsfile) $(DESTDIR)$(dictdir)/$(lang) ++ install -m 0644 $(rwsfile) $(DESTDIR)$(dictdir)/ + # #-ln -s $(lang) $(DESTDIR)$(dictdir)/nederlands + # #-ln -s $(lang) $(DESTDIR)$(dictdir)/flemish + # #-ln -s $(lang) $(DESTDIR)$(dictdir)/vlaams +@@ -234,6 +234,9 @@ + dutch.rws : ../wl/dutch.stripped + ${ASPELL} ${ASPELL_FLAGS} --lang=$(lang) create master ./$@ < $< + ++nl.rws: ../wl/dutch.stripped ++ ${ASPELL} ${ASPELL_FLAGS} --lang=$(lang) create master ./$@ < $< ++ + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. + .NOEXPORT: