[hunspell-ta] Upstream has changed,build for new sources

anish anishpatil at fedoraproject.org
Sat May 17 12:07:44 UTC 2014


commit 60b23e27d86db89056963600b012276c918e7d1b
Author: anish <anish.developer at gmail.com>
Date:   Sat May 17 17:37:13 2014 +0530

    Upstream has changed,build for new sources

 .gitignore       |    1 +
 hunspell-ta.spec |   20 +++++++++++---------
 sources          |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2a6e6be..1aac251 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ta_IN-hunspell-Wordlist.tar.gz
+/ta_in.1.0.0.tar.gz
diff --git a/hunspell-ta.spec b/hunspell-ta.spec
index 717a438..072d413 100644
--- a/hunspell-ta.spec
+++ b/hunspell-ta.spec
@@ -1,12 +1,11 @@
 Name: hunspell-ta
 Summary: Tamil hunspell dictionaries
-Version: 20100226
-Release: 8%{?dist}
-# Upstream download link is dead now
-#Source: http://tamil.nrcfoss.au-kbc.org.in/files/hunspell/ta_IN-hunspell-Wordlist.tar.gz
-Source: ta_IN-hunspell-Wordlist.tar.gz
+Version: 1.0.0
+Release: 1%{?dist}
+Epoch:   1
+Source: http://anishpatil.fedorapeople.org/ta_in.%{version}.tar.gz
 Group: Applications/Text
-URL: http://nrcfoss.au-kbc.org.in
+URL: https://gitorious.org/hunspell_dictionaries
 License: GPLv2+
 BuildArch: noarch
 
@@ -16,20 +15,23 @@ Requires: hunspell
 Tamil hunspell dictionaries.
 
 %prep
-%setup -q -c -n ta_IN-hunspell-wordlist
+%setup -q -c -n ta_IN
 
 %build
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
 
-cp -p ta_IN-hunspell-wordlist/*.dic ta_IN-hunspell-wordlist/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p ta_IN/*.dic ta_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %files
-%doc ta_IN-hunspell-wordlist/README ta_IN-hunspell-wordlist/LICENSE ta_IN-hunspell-wordlist/Copyright
+%doc ta_IN/README ta_IN/LICENSE ta_IN/Copyright
 %{_datadir}/myspell/*
 
 %changelog
+* Sat May 17 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> - 20100226-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a49fb1f..3386380 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf65f82bbcf32b42f62b65293121e857  ta_IN-hunspell-Wordlist.tar.gz
+752039e461923e357afabb39579b43cc  ta_in.1.0.0.tar.gz


More information about the scm-commits mailing list