From 912c12297a70109a2fe42202857cd6b902c09b43 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 28 Sep 2017 13:24:04 +0530 Subject: [PATCH] Fix the upstream URL (rh#1294622) --- hunspell-ta.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/hunspell-ta.spec b/hunspell-ta.spec index 9562e3e..1fb2e91 100644 --- a/hunspell-ta.spec +++ b/hunspell-ta.spec @@ -1,10 +1,10 @@ Name: hunspell-ta Summary: Tamil hunspell dictionaries Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 Source: http://anishpatil.fedorapeople.org/ta_in.%{version}.tar.gz -URL: https://gitorious.org/hunspell_dictionaries +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git License: GPLv2+ BuildArch: noarch @@ -15,20 +15,23 @@ Supplements: (hunspell and langpacks-ta) Tamil hunspell dictionaries. %prep -%setup -q -c -n ta_IN +%autosetup -c -n ta_IN %build %install mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell - cp -p ta_IN/*.dic ta_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %files -%doc ta_IN/README ta_IN/LICENSE ta_IN/Copyright +%doc ta_IN/README +%license ta_IN/LICENSE ta_IN/Copyright %{_datadir}/myspell/* %changelog +* Thu Sep 28 2017 Parag Nemade - 1:1.0.0-8 +- Fix the upstream URL (rh#1294622) + * Wed Jul 26 2017 Fedora Release Engineering - 1:1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild