rpms/hunspell-en/devel .cvsignore, 1.3, 1.4 hunspell-en.spec, 1.12, 1.13 sources, 1.5, 1.6

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jan 15 20:53:35 UTC 2008


Author: caolanm

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

Modified Files:
	.cvsignore hunspell-en.spec sources 
Log Message:
clean up a bit


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	5 May 2007 16:21:36 -0000	1.3
+++ .cvsignore	15 Jan 2008 20:52:59 -0000	1.4
@@ -1,3 +1,4 @@
 en_GB.zip
 en_US.zip
 en_GB-oed.zip
+en_CA.zip


Index: hunspell-en.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/hunspell-en.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- hunspell-en.spec	15 Jan 2008 11:57:28 -0000	1.12
+++ hunspell-en.spec	15 Jan 2008 20:52:59 -0000	1.13
@@ -2,9 +2,10 @@
 Summary: English hunspell dictionaries
 %define upstreamid 20061130
 Version: 0.%{upstreamid}
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_US.zip
 Source1: http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip
+Source2: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/en_CA.zip
 Group: Applications/Text
 URL: http://en-gb.pyxidium.co.uk/dictionary
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +20,7 @@
 %prep
 %setup -q -c -n %{name}
 %setup -q -T -D -a 1 -n %{name}
+%setup -q -T -D -a 2 -n %{name}
 
 %build
 
@@ -29,7 +31,7 @@
 cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
-en_GB_aliases="en_AU en_BS en_BZ en_CA en_GH en_IE en_IN en_JM en_NA en_NZ en_TT en_ZA en_ZW"
+en_GB_aliases="en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
 for lang in $en_GB_aliases; do
 	ln -s en_GB.aff $lang.aff
 	ln -s en_GB.dic $lang.dic
@@ -46,10 +48,13 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README_en_US.txt README_en_GB.txt
+%doc README_en_US.txt README_en_GB.txt README_en_CA.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Jan 15 2008 Caolan McNamara <caolanm at redhat.com> - 0.20061130-4
+- clean up spec
+
 * Mon Sep 17 2007 Caolan McNamara <caolanm at redhat.com> - 0.20061130-3
 - new varient alias
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-en/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 May 2007 16:14:31 -0000	1.5
+++ sources	15 Jan 2008 20:52:59 -0000	1.6
@@ -1,2 +1,3 @@
 218909136738f4564b81ecd145ade6ee  en_GB.zip
 cb1e21fee281f32d832a34ad6de1b553  en_US.zip
+c14942ea471a5182f376802c68933880  en_CA.zip




More information about the fedora-extras-commits mailing list