Fix the upstream URL (rh#1294622)
This commit is contained in:
parent
c485980de8
commit
da4ab0f208
@ -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 <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