From a722bb918d1e1b6f2f54c2eb2543eca1f8a601e1 Mon Sep 17 00:00:00 2001 From: anish Date: Fri, 16 May 2014 16:16:14 +0530 Subject: [PATCH] Upstream changed, build for new tarball --- .gitignore | 1 + hunspell-hi.spec | 24 +++++++++++++----------- sources | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 8065944..f192f46 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ hi-demo.tar.gz +/hi_in.1.0.0.tar.gz diff --git a/hunspell-hi.spec b/hunspell-hi.spec index 9cffbed..5f0bbb6 100644 --- a/hunspell-hi.spec +++ b/hunspell-hi.spec @@ -1,10 +1,11 @@ Name: hunspell-hi Summary: Hindi hunspell dictionaries -Version: 20050726 -Release: 12%{?dist} -Source: http://hunspell.sourceforge.net/hi-demo.tar.gz +Version: 1.0.0 +Release: 1%{?dist} +Epoch: 1 +Source: http://anishpatil.fedorapeople.org/hi_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 Hindi hunspell dictionaries. %prep -%setup -q -c -n hi-demo -iconv -f ISO-8859-1 -t UTF-8 hi/Copyright > hi/Copyright.utf8 -mv hi/Copyright.utf8 hi/Copyright +%setup -q -c -n hi_IN +iconv -f ISO-8859-1 -t UTF-8 hi_IN/Copyright > hi_IN/Copyright.utf8 +mv hi_IN/Copyright.utf8 hi_IN/Copyright %build %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -mv hi/hi.dic hi/hi_IN.dic -mv hi/hi.aff hi/hi_IN.aff -cp -p hi/*.dic hi/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p hi_IN/*.dic hi_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %files -%doc hi/README hi/COPYING hi/Copyright +%doc hi_IN/README hi_IN/COPYING hi_IN/Copyright %{_datadir}/myspell/* %changelog +* Fri May 16 2014 Anish Patil - 1:1.0.0-1 +- Upstream has changed and built with new tarball + * Sat Aug 03 2013 Fedora Release Engineering - 20050726-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b35962a..9ff85b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -64056057cd899464a7b77623db3222c4 hi-demo.tar.gz +e5f0d8b2aca2fc1e20030c9e2efb48dd hi_in.1.0.0.tar.gz