Fix the upstream URL (rh#1294622)
This commit is contained in:
parent
dace2137e3
commit
2ad836793c
@ -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 <pnemade AT redhat DOT com> - 1:1.0.0-8
|
||||
- Fix the upstream URL (rh#1294622)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user