diff --git a/.gitignore b/.gitignore index a3139c0..6e6b9bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gu_IN.zip +/gu_in.1.0.0.tar.gz diff --git a/hunspell-gu.spec b/hunspell-gu.spec index 83ac4bd..f6e3e02 100644 --- a/hunspell-gu.spec +++ b/hunspell-gu.spec @@ -1,10 +1,11 @@ Name: hunspell-gu Summary: Gujarati hunspell dictionaries -Version: 20061015 -Release: 11%{?dist} -Source: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/gu_IN.zip +Version: 1.0.0 +Release: 1%{?dist} +Epoch: 1 +Source: http://anishpatil.fedorapeople.org/gu_in.%{version}.tar.gz Group: Applications/Text -URL: http://wiki.services.openoffice.org/wiki/Dictionaries +URL: https://gitorious.org/hunspell_dictionaries License: GPL+ BuildArch: noarch @@ -14,20 +15,24 @@ Requires: hunspell Gujarati hunspell dictionaries. %prep -%setup -q -c -n gu-IN +%setup -q -c -n gu_IN %build -chmod -x *.dic *.aff + %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p gu_IN/gu_IN.dic gu_IN/gu_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + %files -%doc README_gu_IN.txt +%doc gu_IN/README_gu_IN.txt %{_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 - 20061015-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b3895ba..6261c0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30b8978dad3daef98e1046c197f4cd1c gu_IN.zip +1a5b0d1a26e29d4e3a477f695945cc88 gu_in.1.0.0.tar.gz