rpms/hunspell-en/devel .cvsignore, 1.2, 1.3 hunspell-en.spec, 1.3, 1.4 sources, 1.2, 1.3

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Sat May 5 16:22:11 UTC 2007


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-en/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15248

Modified Files:
	.cvsignore hunspell-en.spec sources 
Log Message:
new dictionaries


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Dec 2006 16:03:13 -0000	1.2
+++ .cvsignore	5 May 2007 16:21:36 -0000	1.3
@@ -1,2 +1,3 @@
 en_GB.zip
 en_US.zip
+en_GB-oed.zip


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/hunspell-en.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hunspell-en.spec	9 Feb 2007 11:29:20 -0000	1.3
+++ hunspell-en.spec	5 May 2007 16:21:36 -0000	1.4
@@ -1,10 +1,10 @@
 Name: hunspell-en
 Summary: English hunspell dictionaries
-%define upstreamid 20040623
+%define upstreamid 20050613
 Version: 0.%{upstreamid}
 Release: 1%{?dist}
 Source0: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_US.zip
-Source1: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_GB.zip
+Source1: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_GB-oed.zip
 Group: Applications/Text
 URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,6 +20,12 @@
 %setup -q -c -n hunspell-en
 unzip %{SOURCE1}
 
+%build
+mv en_GB-oed.dic en_GB.dic
+mv en_GB-oed.aff en_GB.aff
+tr -d '\r' < README_en_GB-oed.txt > README_en_GB-oed.txt.new
+mv -f README_en_GB-oed.txt.new README_en_GB-oed.txt
+
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
@@ -44,10 +50,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README_en_US.txt README_en_GB.txt
+%doc README_en_US.txt README_en_GB-oed.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Sat May 05 2007 Caolan McNamara <caolanm at redhat.com> - 0.20050613-1
+- update to latest dictionaries
+
 * Thu Feb 08 2007 Caolan McNamara <caolanm at redhat.com> - 0.20040623-2
 - update to new spec guidelines
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Dec 2006 16:03:13 -0000	1.2
+++ sources	5 May 2007 16:21:36 -0000	1.3
@@ -1,2 +1,2 @@
-6fb885d57899c3e6aa2b27f3510deb37  en_GB.zip
 b68f2940bf422074213fef74488b1da1  en_US.zip
+062721d0e108f28cc10128e3c6a493df  en_GB-oed.zip




More information about the fedora-extras-commits mailing list