Upstream has changed,build for new sources
This commit is contained in:
parent
afc9a4469f
commit
60b23e27d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
ta_IN-hunspell-Wordlist.tar.gz
|
ta_IN-hunspell-Wordlist.tar.gz
|
||||||
|
/ta_in.1.0.0.tar.gz
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
Name: hunspell-ta
|
Name: hunspell-ta
|
||||||
Summary: Tamil hunspell dictionaries
|
Summary: Tamil hunspell dictionaries
|
||||||
Version: 20100226
|
Version: 1.0.0
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
# Upstream download link is dead now
|
Epoch: 1
|
||||||
#Source: http://tamil.nrcfoss.au-kbc.org.in/files/hunspell/ta_IN-hunspell-Wordlist.tar.gz
|
Source: http://anishpatil.fedorapeople.org/ta_in.%{version}.tar.gz
|
||||||
Source: ta_IN-hunspell-Wordlist.tar.gz
|
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://nrcfoss.au-kbc.org.in
|
URL: https://gitorious.org/hunspell_dictionaries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -16,20 +15,23 @@ Requires: hunspell
|
|||||||
Tamil hunspell dictionaries.
|
Tamil hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n ta_IN-hunspell-wordlist
|
%setup -q -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-hunspell-wordlist/*.dic ta_IN-hunspell-wordlist/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p ta_IN/*.dic ta_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc ta_IN-hunspell-wordlist/README ta_IN-hunspell-wordlist/LICENSE ta_IN-hunspell-wordlist/Copyright
|
%doc ta_IN/README ta_IN/LICENSE ta_IN/Copyright
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 17 2014 Anish Patil<apatil@redhat.com> - 1:1.0.0-1
|
||||||
|
- Upstream has changed and built with new tarball
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100226-8
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20100226-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user