[hunspell-or/f20] upstream has changed build for new sources

anish anishpatil at fedoraproject.org
Fri May 16 10:14:41 UTC 2014


commit 5f494059e9b21def422fc6080724bb0982c160ec
Author: anish <anish.developer at gmail.com>
Date:   Fri May 16 15:42:50 2014 +0530

    upstream has changed build for new sources

 .gitignore       |    1 +
 hunspell-or.spec |   42 +++++++++++++++++++-----------------------
 sources          |    2 +-
 3 files changed, 21 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29d1f46..28f376e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 or-demo.tar.gz
 /aspell6-or-0.03-1.tar.bz2
+/or_in.1.0.0.tar.gz
diff --git a/hunspell-or.spec b/hunspell-or.spec
index f20e557..142bd1f 100644
--- a/hunspell-or.spec
+++ b/hunspell-or.spec
@@ -1,47 +1,43 @@
-%global lang or
-%global langrelease 1
-
 Name: hunspell-or
-Summary: Oriya hunspell dictionaries
-Version: 0.03
+Summary: Odia hunspell dictionaries
+Version: 1.0.0
 Epoch:   1
-Release: 3%{?dist}
-Group:          Applications/Text
+Release: 1%{?dist}
 License:        GPLv2+
-URL:            http://aspell.net/
-Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{version}-%{langrelease}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires:  aspell
+URL:  https://gitorious.org/hunspell_dictionaries            
+Source0: http://anishpatil.fedorapeople.org/or_in.%{version}.tar.gz
 BuildRequires:  hunspell-devel
 Requires:       hunspell
 BuildArch: noarch
 
 %description
-Oriya hunspell dictionaries.This package contains 
-the efforts of aspell-or that is converted by
-wordlist2hunspell.
+Odia hunspell dictionaries.
+
 
 %prep
-%setup -q -n aspell6-%{lang}-%{version}-%{langrelease}
-prezip-bin -d < or.cwl > or.txt
+%setup -q -c -n or_IN
 
-iconv -f ISO-8859-1 -t UTF-8 Copyright > Copyright.utf8
-mv Copyright.utf8 Copyright
+iconv -f ISO-8859-1 -t UTF-8 or_IN/Copyright > or_IN/Copyright.utf8
+mv or_IN/Copyright.utf8 or_IN/Copyright
 
 %build
-export LANG=or_IN.utf8
-wordlist2hunspell or.txt or_IN
+
 
 %install
 mkdir -p %{buildroot}%{_datadir}/myspell
-cp -p *.dic *.aff %{buildroot}%{_datadir}/myspell
+cp -p or_IN/*.dic or_IN/*.aff %{buildroot}%{_datadir}/myspell
 
 %files
-%doc README COPYING Copyright
+%doc or_IN/README or_IN/COPYING or_IN/Copyright
 %{_datadir}/myspell/*
 
 %changelog
+* Fri May 16 2014 Anish Patil<apatil at redhat.com> - 1:1.0.0-1
+- Upstream has changed and built with new tarball
+
+* Wed Dec 11 2013 Parag <pnemade AT redhat DOT com> - 1:0.03-4
+- Resolves:rh#1040289: Change language name "Oriya" to "Odia"
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.03-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a143ddf..c7bb8c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c9d702607eaa43ef665007c4b857ba4  aspell6-or-0.03-1.tar.bz2
+f9b4bdc5ec35016db233e09cc6fd7b38  or_in.1.0.0.tar.gz


More information about the scm-commits mailing list