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

Caolan McNamara caolanm at fedoraproject.org
Sat Feb 6 20:45:35 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/hunspell-xh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3142

Modified Files:
	.cvsignore hunspell-xh.spec sources 
Log Message:
latest version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-xh/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Sep 2008 11:10:48 -0000	1.2
+++ .cvsignore	6 Feb 2010 20:45:35 -0000	1.3
@@ -1 +1 @@
-myspell-xh_ZA-20060123.zip
+dict-xh_ZA-2009.10.30.oxt


Index: hunspell-xh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-xh/devel/hunspell-xh.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- hunspell-xh.spec	25 Jul 2009 02:46:18 -0000	1.4
+++ hunspell-xh.spec	6 Feb 2010 20:45:35 -0000	1.5
@@ -1,9 +1,9 @@
 Name: hunspell-xh
 Summary: Xhosa hunspell dictionaries
-%define upstreamid 20060123
+%define upstreamid 20091030
 Version: 0.%{upstreamid}
-Release: 3%{?dist}
-Source: http://downloads.translate.org.za/spellchecker/xhosa/myspell-xh_ZA-%{upstreamid}.zip
+Release: 1%{?dist}
+Source: http://extensions.services.openoffice.org/e-files/3133/0/dict-xh_ZA-2009.10.30.oxt
 Group: Applications/Text
 URL: http://www.translate.org.za/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +19,16 @@ Xhosa hunspell dictionaries.
 %setup -q -c -n hunspell-xh
 
 %build
+for i in README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt; do
+  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
+    iconv -f ISO-8859-2 -t UTF-8 $i > $i.new
+    touch -r $i $i.new
+    mv -f $i.new $i
+  fi
+  tr -d '\r' < $i > $i.new
+  touch -r $i $i.new
+  mv -f $i.new $i
+done
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -30,10 +40,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README_xh_ZA.txt
+%doc README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Sat Feb 06 2010 Caolan McNamara <caolanm at redhat.com> - 0.20091030-1
+- latest version
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20060123-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-xh/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Sep 2008 11:10:48 -0000	1.2
+++ sources	6 Feb 2010 20:45:35 -0000	1.3
@@ -1 +1 @@
-d7d2f996475c4cbdb16b99272efbd90b  myspell-xh_ZA-20060123.zip
+e147831f844c71ca54b65bae34ddd40c  dict-xh_ZA-2009.10.30.oxt



More information about the scm-commits mailing list