rpms/hunspell-is/devel hunspell-is.spec,1.5,1.6

Caolan McNamara caolanm at fedoraproject.org
Tue Aug 25 08:20:41 UTC 2009


Author: caolanm

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

Modified Files:
	hunspell-is.spec 
Log Message:
latest effort


Index: hunspell-is.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hunspell-is/devel/hunspell-is.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- hunspell-is.spec	25 Jul 2009 02:30:10 -0000	1.5
+++ hunspell-is.spec	25 Aug 2009 08:20:41 -0000	1.6
@@ -1,11 +1,11 @@
 Name: hunspell-is
 Summary: Icelandic hunspell dictionaries
-%define upstreamid 20060928
+%define upstreamid 20090823
 Version: 0.%{upstreamid}
-Release: 5%{?dist}
-Source: http://hunspell.sourceforge.net/is_IS.zip
+Release: 1%{?dist}
+Source: http://extensions.services.openoffice.org/files/2829/1/Icelandic-dict-2009-08-23.oxt
 Group: Applications/Text
-URL: http://wiki.services.openoffice.org/wiki/Dictionaries#Icelandic_.28Iceland.29
+URL: http://extensions.services.openoffice.org/project/dict-is
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv2+
 BuildArch: noarch
@@ -20,7 +20,7 @@ Icelandic hunspell dictionaries.
 
 %build
 chmod -x *
-for i in README_is_IS.txt; do
+for i in LICENSE_en_US.txt; do
   if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
     iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
     touch -r $i $i.new
@@ -34,17 +34,20 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p is_IS.dic is_IS.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p dictionaries/is_IS.* $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README_is_IS.txt
+%doc LICENSE_en_US.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Aug 25 2009 Caolán McNamara <caolanm at redhat.com> - 0.20090823-1
+- most recent effort
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20060928-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list