[hunspell-mr] Build for 1.0.0-1 version

anish anishpatil at fedoraproject.org
Fri May 16 08:20:43 UTC 2014


commit 3812071d04bdfdf4bbed2aa2ac2fdd1118899539
Author: anish <anish.developer at gmail.com>
Date:   Fri May 16 13:43:17 2014 +0530

    Build for 1.0.0-1 version

 .gitignore                               |    1 +
 hunspell-mr-get-rid-of-broken-line.patch |   17 -----------------
 hunspell-mr.spec                         |   24 +++++++++++++-----------
 sources                                  |    2 +-
 4 files changed, 15 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b37f46..849051c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mr_IN.zip
+/mr_in.1.0.0.tar.gz
diff --git a/hunspell-mr.spec b/hunspell-mr.spec
index a16cc7f..15e45ea 100644
--- a/hunspell-mr.spec
+++ b/hunspell-mr.spec
@@ -1,38 +1,40 @@
 Name: hunspell-mr
 Summary: Marathi hunspell dictionaries
-Version: 20060920 
-Release: 15%{?dist}
-Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/mr_IN.zip
-Patch0: hunspell-mr-get-rid-of-broken-line.patch 
+Version: 1.0.0
+Release: 1%{?dist}
+Epoch: 1
+Source: http://anishpatil.fedorapeople.org/mr_in.%{version}.tar.gz
 Group: Applications/Text
-URL: http://wiki.services.openoffice.org/wiki/Dictionaries
+URL: https://gitorious.org/hunspell_dictionaries
 License: LGPLv2+
 BuildArch: noarch
 
 Requires: hunspell
 
+
+
 %description
 Marathi hunspell dictionaries.
 
 %prep
-%setup -q -c -n mr-IN
-%patch0 -p1
+%setup -q -c -n mr_IN
 
-# Remove ^M and trailing whitespace characters
-sed -i 's/\r//;s/[ \t]*$//' mr_IN.dic
 
 %build
 #nothing to do here
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-cp -p mr_IN.dic mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p mr_IN/mr_IN.dic mr_IN/mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %files
-%doc README_mr_IN.txt LICENCE
+%doc mr_IN/README_mr_IN.txt mr_IN/LICENCE
 %{_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> - 20060920-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index cd48eb7..69355ea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-244447832d7bd51c72cbdb5076bae5bb  mr_IN.zip
+0e8d2914bf47c84451ca8ea5260a9159  mr_in.1.0.0.tar.gz


More information about the scm-commits mailing list