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

Caolan McNamara caolanm at fedoraproject.org
Wed Dec 2 08:55:23 UTC 2009


Author: caolanm

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-nso/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	15 Sep 2008 07:28:41 -0000	1.2
+++ .cvsignore	2 Dec 2009 08:55:23 -0000	1.3
@@ -1 +1,2 @@
 myspell-ns_ZA-20060120.zip
+dict-ns_ZA-2009.12.01.oxt


Index: hunspell-nso.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-nso/devel/hunspell-nso.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hunspell-nso.spec	25 Jul 2009 02:36:37 -0000	1.3
+++ hunspell-nso.spec	2 Dec 2009 08:55:23 -0000	1.4
@@ -1,9 +1,9 @@
 Name: hunspell-nso
 Summary: Northern Sotho hunspell dictionaries
-%define upstreamid 20060120
+%define upstreamid 20091201
 Version: 0.%{upstreamid}
-Release: 3%{?dist}
-Source: http://downloads.translate.org.za/spellchecker/northern_sotho/myspell-ns_ZA-%{upstreamid}.zip
+Release: 1%{?dist}
+Source: http://extensions.services.openoffice.org/files/3139/1/dict-ns_ZA-2009.12.01.oxt
 Group: Applications/Text
 URL: http://www.translate.org.za/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -19,6 +19,16 @@ Northern Sotho hunspell dictionaries.
 %setup -q -c -n hunspell-nso
 
 %build
+for i in README-ns_ZA.txt package-description.txt release-notes-ns_ZA.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
@@ -31,10 +41,13 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README_ns_ZA.txt
+%doc README-ns_ZA.txt package-description.txt release-notes-ns_ZA.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Wed Dec 02 2009 Caolan McNamara <caolanm at redhat.com> - 0.20091201-1
+- latest version
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20060120-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-nso/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	15 Sep 2008 07:28:41 -0000	1.2
+++ sources	2 Dec 2009 08:55:23 -0000	1.3
@@ -1 +1,2 @@
 0a625b4866e6c8acf35c1d92e2130b7d  myspell-ns_ZA-20060120.zip
+e0458c79033a3e8e5af6c37175bdbfdb  dict-ns_ZA-2009.12.01.oxt




More information about the fedora-extras-commits mailing list