Upstream has changed, new build for tarball
This commit is contained in:
parent
719e3ed6fb
commit
ed70495c3e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
aspell6-te-0.01-2.tar.bz2
|
aspell6-te-0.01-2.tar.bz2
|
||||||
|
/te_in.1.0.0.tar.gz
|
||||||
|
@ -1,44 +1,38 @@
|
|||||||
%define lang te
|
|
||||||
%define langrelease 2
|
|
||||||
%define langversion 0.01
|
|
||||||
|
|
||||||
Name: hunspell-te
|
Name: hunspell-te
|
||||||
Summary: Telugu hunspell dictionaries
|
Summary: Telugu hunspell dictionaries
|
||||||
%define upstreamid 20050929
|
Version: 1.0.0
|
||||||
Version: 0.%{upstreamid}
|
Release: 1%{?dist}
|
||||||
Release: 11%{?dist}
|
Epoch: 1
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
##Upstream is unresponsive so unable to verify license version
|
##Upstream is unresponsive so unable to verify license version
|
||||||
License: GPL+
|
License: GPL+
|
||||||
URL: http://aspell.net/
|
URL: https://gitorious.org/hunspell_dictionaries
|
||||||
Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2
|
Source0: http://anishpatil.fedorapeople.org/te_in.%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: aspell >= 12:0.60
|
|
||||||
BuildRequires: hunspell-devel
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Telugu hunspell dictionaries.This package
|
Telugu hunspell dictionaries.
|
||||||
contains the efforts of aspell-te that converted by
|
|
||||||
wordlist2hunspell.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease}
|
%setup -q -c -n te_IN
|
||||||
prezip-bin -d < te.cwl > te.txt
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LANG=te_IN.utf8
|
|
||||||
wordlist2hunspell te.txt te_IN
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p te_IN/*.dic te_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING Copyright
|
%doc te_IN/COPYING te_IN/Copyright te_IN/README
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 16 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> - 0.20050929-11
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050929-11
|
||||||
- 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