[mythes-es] Resolves: rhbz#1197184 use rla-es thesaurus

Caolán McNamara caolanm at fedoraproject.org
Wed Mar 4 11:10:10 UTC 2015


commit ddbf5d7274143e63949a22c2e742e17b4a148fa0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 4 11:10:03 2015 +0000

    Resolves: rhbz#1197184 use rla-es thesaurus

 .gitignore     |  2 +-
 mythes-es.spec | 18 ++++++++++++------
 sources        |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f7498b1..4dc84d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/OOo2-thes_es_ES.tar.bz2
+/palabras-20150304.xz
diff --git a/mythes-es.spec b/mythes-es.spec
index 3987e24..a9f0ff3 100644
--- a/mythes-es.spec
+++ b/mythes-es.spec
@@ -1,11 +1,12 @@
 Name: mythes-es
 Summary: Spanish thesaurus
-%define upstreamid 20140516
+%define upstreamid 20150304
 Version: 0.%{upstreamid}
 Release: 1%{?dist}
-Source: http://openoffice-es.sourceforge.net/thesaurus/download/OOo2-thes_es_ES.tar.bz2
+#svn export https://forja.rediris.es/svn/rla-es/sinonimos/palabras
+Source: palabras-20150304.xz
 Group: Applications/Text
-URL: http://openthes-es.berlios.de
+URL: https://forja.rediris.es/projects/rla-es/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: LGPLv2+
 BuildArch: noarch
@@ -15,10 +16,10 @@ Requires: mythes
 Spanish thesaurus.
 
 %prep
-%setup -q -c
+%setup -q -n palabras
 
 %build
-for i in README_th_es_ES_v2.txt; do
+for i in COPYING_th_es_ES README_th_es_ES.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
@@ -47,10 +48,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README_th_es_ES_v2.txt COPYING
+%doc COPYING_th_es_ES README_th_es_ES.txt
 %{_datadir}/mythes/*
 
 %changelog
+* Wed Mar 04 2015 Caolán McNamara <caolanm at redhat.com> - 0.20150304-1
+- Resolves: rhbz#1197184 berlios has disappeared, but rla-es seems
+  active, and using e.g. "a priori" as an example LibreOffice suggests
+  a non-corrupted set of suggestions
+
 * Wed Mar 04 2015 Caolán McNamara <caolanm at redhat.com> - 0.20140516-1
 - Related: rhbz#1197184 latest version
 
diff --git a/sources b/sources
index f9e6aa3..819953d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61a8182bbf1e6dac89a6b283ed25bd5f  OOo2-thes_es_ES.tar.bz2
+0d54e96a6cd3d8d466e0f796faeb09cc  palabras-20150304.xz


More information about the scm-commits mailing list