[hunspell-pa/f20] Upstream has changed, build for new sources

anish anishpatil at fedoraproject.org
Fri May 16 09:30:32 UTC 2014


commit 9e850e30c197ebb8520162c1e9d9a343299bcad9
Author: anish <anish.developer at gmail.com>
Date:   Fri May 16 14:59:53 2014 +0530

    Upstream has changed, build for new sources

 .gitignore       |    1 +
 hunspell-pa.spec |   24 +++++++++++++-----------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ae0c2d..d37be8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pa-demo.tar.gz
+/pa_in.1.0.0.tar.gz
diff --git a/hunspell-pa.spec b/hunspell-pa.spec
index e678b0a..8f31f93 100644
--- a/hunspell-pa.spec
+++ b/hunspell-pa.spec
@@ -1,10 +1,11 @@
 Name: hunspell-pa
 Summary: Punjabi hunspell dictionaries
-Version: 20050726
-Release: 10%{?dist}
-Source: http://hunspell.sourceforge.net/pa-demo.tar.gz
+Version: 1.0.0
+Release: 1%{?dist}
+Epoch: 1
+Source: http://anishpatil.fedorapeople.org/pa_in.%{version}.tar.gz
 Group: Applications/Text
-URL: http://hunspell.sourceforge.net
+URL: https://gitorious.org/hunspell_dictionaries
 License: GPLv2+
 BuildArch: noarch
 
@@ -14,23 +15,24 @@ Requires: hunspell
 Punjabi hunspell dictionaries.
 
 %prep
-%setup -q -c -n pa-demo
-iconv -f ISO-8859-1 -t UTF-8 pa/Copyright > pa/Copyright.utf8
-mv pa/Copyright.utf8 pa/Copyright
+%setup -q -c -n pa_IN
+iconv -f ISO-8859-1 -t UTF-8 pa_IN/Copyright > pa_IN/Copyright.utf8
+mv pa_IN/Copyright.utf8 pa_IN/Copyright
 
 %build
 
 %install
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
-mv pa/pa.dic pa/pa_IN.dic
-mv pa/pa.aff pa/pa_IN.aff
-cp -p pa/*.dic pa/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p pa_IN/*.dic pa_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
 
 %files
-%doc pa/README pa/COPYING pa/Copyright
+%doc pa_IN/README pa_IN/COPYING pa_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
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20050726-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 8d53e29..5bb6b40 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e4e095bbab009e89e8531c59e8e4e70  pa-demo.tar.gz
+e038f975f6cfbf660efd93c3543cff59  pa_in.1.0.0.tar.gz


More information about the scm-commits mailing list