rpms/aspell-nl/F-7 dutch-0.1e-nl.patch, NONE, 1.1 aspell-nl.spec, 1.23, 1.24

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Thu Jun 14 11:34:50 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/aspell-nl/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2089

Modified Files:
	aspell-nl.spec 
Added Files:
	dutch-0.1e-nl.patch 
Log Message:
- Resolves: #244159
  add nl.rws



dutch-0.1e-nl.patch:

--- NEW FILE dutch-0.1e-nl.patch ---
--- 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:


Index: aspell-nl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/aspell-nl/F-7/aspell-nl.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- aspell-nl.spec	4 Apr 2007 09:09:14 -0000	1.23
+++ aspell-nl.spec	14 Jun 2007 11:34:15 -0000	1.24
@@ -3,13 +3,14 @@
 # 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 @@
 %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/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 @@
 %{_libdir}/aspell-0.60/*
 
 %changelog
-* Fri Mar 30 2007 Ivana Varekova <varekova at redhat.com> -51:0.1e-4
+* Thu Jun 14 2007 Ivana Varekova <varekova at redhat.com> - 51:0.1e-5
+- Resolves: #244159
+  add nl.rws
+
+* Fri Mar 30 2007 Ivana Varekova <varekova at redhat.com> - 51:0.1e-4
 - add nl_affix.dat
 
 * Fri Mar 30 2007 Ivana Varekova <varekova at redhat.com> - 51:0.1e-3




More information about the fedora-extras-commits mailing list