[hunspell-la] latest version

Caolan McNamara caolanm at fedoraproject.org
Tue Aug 24 09:04:26 UTC 2010


commit a1728c9a8119709c82f55aaa00d78372cf340914
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Aug 24 09:18:35 2010 +0100

    latest version

 .gitignore             |    1 +
 dict-la_2008-09-03.oxt |  Bin 141635 -> 0 bytes
 hunspell-la.spec       |   17 ++++++++++-------
 sources                |    1 +
 4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..0b10595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+dict-la_2010-08-23.oxt
diff --git a/hunspell-la.spec b/hunspell-la.spec
index 1291b55..5d6f211 100644
--- a/hunspell-la.spec
+++ b/hunspell-la.spec
@@ -1,10 +1,10 @@
 Name: hunspell-la
 Summary: Latin hunspell dictionaries
-%define upstreamid 20080903
+%define upstreamid 20100823
 Version: 0.%{upstreamid}
-Release: 5%{?dist}
+Release: 1%{?dist}
 Group: Applications/Text
-Source: http://extensions.services.openoffice.org/files/1141/0/dict-la_2008-09-03.oxt
+Source: http://extensions.services.openoffice.org/e-files/1141/1/dict-la_2010-08-23.oxt
 URL: http://extensions.services.openoffice.org/project/dict-la
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 License: GPLv2+
@@ -19,7 +19,7 @@ Latin hunspell dictionaries.
 %setup -q -c -n hunspell-la
 
 %build
-for i in README_extension_owner-la.txt la/README-la-2008-09-03.txt; do
+for i in README_extension_owner-la.txt la/README_la.txt la/COPYING*; 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
@@ -33,18 +33,21 @@ done
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p la/la.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/la_VA.dic
-cp -p la/la.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/la_VA.aff
+cp -p la/la.dic $RPM_BUILD_ROOT/%{_datadir}/myspell/la.dic
+cp -p la/la.aff $RPM_BUILD_ROOT/%{_datadir}/myspell/la.aff
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README_extension_owner-la.txt la/README-la-2008-09-03.txt
+%doc README_extension_owner-la.txt la/README_la.txt la/COPYING_*
 %{_datadir}/myspell/*
 
 %changelog
+* Tue Aug 24 2010 Caolán McNamara <caolanm at redhat.com> - 0.20100823-1
+- latest version
+
 * Fri Jul 11 2010 Caolán McNamara <caolanm at redhat.com> - 0.20080903-5
 - drop build require
 
diff --git a/sources b/sources
index e69de29..ca18b05 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b5531ecccdb6a1ac4cc9d3ef3b87fd97  dict-la_2010-08-23.oxt


More information about the scm-commits mailing list