Fix the upstream URL (rh#1294622)
This commit is contained in:
parent
f86c236bdd
commit
912c12297a
@ -1,10 +1,10 @@
|
|||||||
Name: hunspell-ta
|
Name: hunspell-ta
|
||||||
Summary: Tamil hunspell dictionaries
|
Summary: Tamil 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/ta_in.%{version}.tar.gz
|
Source: http://anishpatil.fedorapeople.org/ta_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,20 +15,23 @@ Supplements: (hunspell and langpacks-ta)
|
|||||||
Tamil hunspell dictionaries.
|
Tamil hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n ta_IN
|
%autosetup -c -n ta_IN
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
cp -p ta_IN/*.dic ta_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p ta_IN/*.dic ta_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ta_IN/README ta_IN/LICENSE ta_IN/Copyright
|
%doc ta_IN/README
|
||||||
|
%license ta_IN/LICENSE ta_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