Upstream changed, build for new tarball
This commit is contained in:
parent
1ff6cc7b06
commit
a722bb918d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
hi-demo.tar.gz
|
||||
/hi_in.1.0.0.tar.gz
|
||||
|
@ -1,10 +1,11 @@
|
||||
Name: hunspell-hi
|
||||
Summary: Hindi hunspell dictionaries
|
||||
Version: 20050726
|
||||
Release: 12%{?dist}
|
||||
Source: http://hunspell.sourceforge.net/hi-demo.tar.gz
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Source: http://anishpatil.fedorapeople.org/hi_in.%{version}.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://hunspell.sourceforge.net
|
||||
URL: https://gitorious.org/hunspell_dictionaries
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
@ -14,23 +15,24 @@ Requires: hunspell
|
||||
Hindi hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hi-demo
|
||||
iconv -f ISO-8859-1 -t UTF-8 hi/Copyright > hi/Copyright.utf8
|
||||
mv hi/Copyright.utf8 hi/Copyright
|
||||
%setup -q -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
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
mv hi/hi.dic hi/hi_IN.dic
|
||||
mv hi/hi.aff hi/hi_IN.aff
|
||||
cp -p hi/*.dic hi/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
cp -p hi_IN/*.dic hi_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||
|
||||
%files
|
||||
%doc hi/README hi/COPYING hi/Copyright
|
||||
%doc hi_IN/README hi_IN/COPYING hi_IN/Copyright
|
||||
%{_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> - 20050726-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user