diff --git a/hunspell-mr.spec b/hunspell-mr.spec index 6f1ac3d..7f25851 100644 --- a/hunspell-mr.spec +++ b/hunspell-mr.spec @@ -1,24 +1,21 @@ Name: hunspell-mr Summary: Marathi hunspell dictionaries Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 Source: http://anishpatil.fedorapeople.org/mr_in.%{version}.tar.gz -URL: https://gitorious.org/hunspell_dictionaries +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git License: LGPLv2+ BuildArch: noarch Requires: hunspell Supplements: (hunspell and langpacks-mr) - - %description Marathi hunspell dictionaries. %prep -%setup -q -c -n mr_IN - +%autosetup -c -n mr_IN %build #nothing to do here @@ -28,10 +25,14 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p mr_IN/mr_IN.dic mr_IN/mr_IN.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %files -%doc mr_IN/README_mr_IN.txt mr_IN/LICENCE +%doc mr_IN/README_mr_IN.txt +%license mr_IN/LICENCE %{_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