[hunspell-te] Upstream has changed, new build for tarball

anish anishpatil at fedoraproject.org
Sat May 17 11:19:01 UTC 2014


commit ed70495c3e4e11eba8429d2249e48a0d54c66728
Author: anish <anish.developer at gmail.com>
Date:   Sat May 17 16:47:43 2014 +0530

    Upstream has changed, new build for tarball

 .gitignore       |    1 +
 hunspell-te.spec |   34 ++++++++++++++--------------------
 sources          |    2 +-
 3 files changed, 16 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e71a06c..f93011d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 aspell6-te-0.01-2.tar.bz2
+/te_in.1.0.0.tar.gz
diff --git a/hunspell-te.spec b/hunspell-te.spec
index 10eb324..ee6cb2e 100644
--- a/hunspell-te.spec
+++ b/hunspell-te.spec
@@ -1,44 +1,38 @@
-%define lang te
-%define langrelease 2
-%define langversion 0.01
-
 Name: hunspell-te
 Summary: Telugu hunspell dictionaries
-%define upstreamid 20050929
-Version: 0.%{upstreamid}
-Release: 11%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
+Epoch:   1
 Group:          Applications/Text
 ##Upstream is unresponsive so unable to verify license version
 License:        GPL+
-URL:            http://aspell.net/
-Source0:        ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2
+URL:            https://gitorious.org/hunspell_dictionaries
+Source0:        http://anishpatil.fedorapeople.org/te_in.%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  aspell >= 12:0.60
-BuildRequires:  hunspell-devel
+
 Requires:       hunspell
 
 %description
-Telugu hunspell dictionaries.This package
-contains the efforts of aspell-te that converted by
-wordlist2hunspell.
+Telugu hunspell dictionaries.
 
 %prep
-%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease}
-prezip-bin -d < te.cwl > te.txt
+%setup -q -c -n te_IN
 
 %build
-export LANG=te_IN.utf8
-wordlist2hunspell te.txt te_IN
+
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p te_IN/*.dic te_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %files 
-%doc COPYING Copyright
+%doc te_IN/COPYING te_IN/Copyright te_IN/README 
 %{_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
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.20050929-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f94f996..b4dac18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-645f7f7204520552cddbe1c9ae64df2a  aspell6-te-0.01-2.tar.bz2
+73b7fa8626cce84242c11bd4620529b6  te_in.1.0.0.tar.gz


More information about the scm-commits mailing list