Fix the upstream URL (rh#1294622)
This commit is contained in:
parent
dace2137e3
commit
2ad836793c
@ -1,10 +1,10 @@
|
|||||||
Name: hunspell-bn
|
Name: hunspell-bn
|
||||||
Summary: Bengali hunspell dictionaries
|
Summary: Bengali hunspell dictionaries
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source: http://anishpatil.fedorapeople.org/bn_in.%{version}.tar.gz
|
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+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -15,9 +15,9 @@ Supplements: (hunspell and langpacks-bn)
|
|||||||
Bengali hunspell dictionaries.
|
Bengali hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n bn_IN
|
%autosetup -c -n bn_IN
|
||||||
|
# fix file permissions
|
||||||
|
chmod 644 bn_IN/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -27,10 +27,14 @@ cp -p bn_IN/*.dic bn_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc bn_IN/README bn_IN/COPYING bn_IN/Copyright
|
%doc bn_IN/README
|
||||||
|
%license bn_IN/COPYING bn_IN/Copyright
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user