[hunspell-es] update to 0.6

Caolán McNamara caolanm at fedoraproject.org
Fri Jun 15 14:47:54 UTC 2012


commit 1110f57de5f57a1dec6ac48e2d5e67d0154966a2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Jun 15 15:47:52 2012 +0100

    update to 0.6

 .gitignore       |    2 +-
 hunspell-es.spec |   28 +++++++++++++---------------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a983bcb..9fe3cb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-es_ANY.zip
+/es_ANY.oxt
diff --git a/hunspell-es.spec b/hunspell-es.spec
index e908ca9..ee259b6 100644
--- a/hunspell-es.spec
+++ b/hunspell-es.spec
@@ -1,12 +1,11 @@
 Name: hunspell-es
 Summary: Spanish hunspell dictionaries
-%define upstreamid 20081215
-Version: 0.%{upstreamid}
-Release: 5%{?dist}
-Source: http://es.openoffice.org/files/documents/73/3001/es_ANY.zip
+Version: 0.6
+Release: 1%{?dist}
+Epoch: 1
+Source: http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt
 Group: Applications/Text
-URL: http://es.openoffice.org/programa/diccionario.html
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: https://forja.rediris.es/projects/rla-es/
 License: LGPLv3+ or GPLv3+ or MPLv1.1
 BuildArch: noarch
 
@@ -24,27 +23,26 @@ chmod -x *
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p es_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/es_ES.dic
-cp -p es_ANY.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/es_ES.aff
+cp -p es_ANY.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/es.dic
+cp -p es_ANY.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/es.aff
 
 pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
-es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE"
+es_ES_aliases="es_ES es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE"
 
 for lang in $es_ES_aliases; do
-	ln -s es_ES.aff $lang.aff
-	ln -s es_ES.dic $lang.dic
+	ln -s es.aff $lang.aff
+	ln -s es.dic $lang.dic
 done
 popd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc README.txt Changelog.txt GPLv3.txt MPL-1.1.txt LGPLv3.txt
 %{_datadir}/myspell/*
 
 %changelog
+* Fri Jun 15 2012 Ismael Olea <ismael at olea.org> - 1:0.6-1
+- update to 0.6
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20081215-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index c710fe4..6994007 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a88e2244de48c0ff42f1b77c4a80c8a0  es_ANY.zip
+9676e94487e4a09a1c7adb8e2357774d  es_ANY.oxt


More information about the scm-commits mailing list