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
|
||||
/te_in.1.0.0.tar.gz
|
||||
|
@ -1,44 +1,38 @@
|
||||
%define lang te
|
||||
%define langrelease 2
|
||||
%define langversion 0.01
|
||||
|
||||
Name: hunspell-te
|
||||
Summary: Telugu hunspell dictionaries
|
||||
%define upstreamid 20050929
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 11%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Group: Applications/Text
|
||||
##Upstream is unresponsive so unable to verify license version
|
||||
License: GPL+
|
||||
URL: http://aspell.net/
|
||||
Source0: ftp://ftp.gnu.org/gnu/aspell/dict/%{lang}/aspell6-%{lang}-%{langversion}-%{langrelease}.tar.bz2
|
||||
URL: https://gitorious.org/hunspell_dictionaries
|
||||
Source0: http://anishpatil.fedorapeople.org/te_in.%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: aspell >= 12:0.60
|
||||
BuildRequires: hunspell-devel
|
||||
|
||||
Requires: hunspell
|
||||
|
||||
%description
|
||||
Telugu hunspell dictionaries.This package
|
||||
contains the efforts of aspell-te that converted by
|
||||
wordlist2hunspell.
|
||||
Telugu hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n aspell6-%{lang}-%{langversion}-%{langrelease}
|
||||
prezip-bin -d < te.cwl > te.txt
|
||||
%setup -q -c -n te_IN
|
||||
|
||||
%build
|
||||
export LANG=te_IN.utf8
|
||||
wordlist2hunspell te.txt te_IN
|
||||
|
||||
|
||||
%install
|
||||
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
|
||||
%doc COPYING Copyright
|
||||
%doc te_IN/COPYING te_IN/Copyright te_IN/README
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user