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-demo.tar.gz
|
||||||
|
/hi_in.1.0.0.tar.gz
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
Name: hunspell-hi
|
Name: hunspell-hi
|
||||||
Summary: Hindi hunspell dictionaries
|
Summary: Hindi hunspell dictionaries
|
||||||
Version: 20050726
|
Version: 1.0.0
|
||||||
Release: 12%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://hunspell.sourceforge.net/hi-demo.tar.gz
|
Epoch: 1
|
||||||
|
Source: http://anishpatil.fedorapeople.org/hi_in.%{version}.tar.gz
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://hunspell.sourceforge.net
|
URL: https://gitorious.org/hunspell_dictionaries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -14,23 +15,24 @@ Requires: hunspell
|
|||||||
Hindi hunspell dictionaries.
|
Hindi hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c -n hi-demo
|
%setup -q -c -n hi_IN
|
||||||
iconv -f ISO-8859-1 -t UTF-8 hi/Copyright > hi/Copyright.utf8
|
iconv -f ISO-8859-1 -t UTF-8 hi_IN/Copyright > hi_IN/Copyright.utf8
|
||||||
mv hi/Copyright.utf8 hi/Copyright
|
mv hi_IN/Copyright.utf8 hi_IN/Copyright
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
mv hi/hi.dic hi/hi_IN.dic
|
cp -p hi_IN/*.dic hi_IN/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
mv hi/hi.aff hi/hi_IN.aff
|
|
||||||
cp -p hi/*.dic hi/*.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc hi/README hi/COPYING hi/Copyright
|
%doc hi_IN/README hi_IN/COPYING hi_IN/Copyright
|
||||||
%{_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> - 20050726-12
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-12
|
||||||
- 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