Fix the upstream URL (rh#1294622)
This commit is contained in:
parent
9048d648d3
commit
d0da64933b
@ -1,10 +1,10 @@
|
||||
Name: hunspell-hi
|
||||
Summary: Hindi hunspell dictionaries
|
||||
Version: 1.0.0
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Epoch: 1
|
||||
Source: http://anishpatil.fedorapeople.org/hi_in.%{version}.tar.gz
|
||||
URL: https://gitorious.org/hunspell_dictionaries
|
||||
URL: https://gitorious.org/hunspell_dictionaries/hunspell_dictionaries.git
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
@ -15,7 +15,7 @@ Supplements: (hunspell and langpacks-hi)
|
||||
Hindi hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hi_IN
|
||||
%autosetup -c -n hi_IN
|
||||
iconv -f ISO-8859-1 -t UTF-8 hi_IN/Copyright > hi_IN/Copyright.utf8
|
||||
mv hi_IN/Copyright.utf8 hi_IN/Copyright
|
||||
|
||||
@ -26,10 +26,14 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p hi_IN/*.dic hi_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%files
|
||||
%doc hi_IN/README hi_IN/COPYING hi_IN/Copyright
|
||||
%doc hi_IN/README
|
||||
%license hi_IN/COPYING hi_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