diff --git a/hunspell-bn.spec b/hunspell-bn.spec index 294d2eb..d1744f0 100644 --- a/hunspell-bn.spec +++ b/hunspell-bn.spec @@ -1,10 +1,10 @@ Name: hunspell-bn Summary: Bengali hunspell dictionaries Version: 1.0.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 Source: http://anishpatil.fedorapeople.org/bn_in.%{version}.tar.gz -URL: https://gitorious.org/hunspell_dictionaries +URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git License: GPLv2+ BuildArch: noarch @@ -15,9 +15,9 @@ Supplements: (hunspell and langpacks-bn) Bengali hunspell dictionaries. %prep -%setup -q -c -n bn_IN - - +%autosetup -c -n bn_IN +# fix file permissions +chmod 644 bn_IN/* %build @@ -27,10 +27,14 @@ cp -p bn_IN/*.dic bn_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %files -%doc bn_IN/README bn_IN/COPYING bn_IN/Copyright +%doc bn_IN/README +%license bn_IN/COPYING bn_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