- Fix Copyright encoding issue in %%prep
This commit is contained in:
parent
6c376e49be
commit
7b29c8d599
@ -1,7 +1,7 @@
|
||||
Name: hunspell-hi
|
||||
Summary: Hindi hunspell dictionaries
|
||||
Version: 20050726
|
||||
Release: 4%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Source: http://hunspell.sourceforge.net/hi-demo.tar.gz
|
||||
Group: Applications/Text
|
||||
URL: http://hunspell.sourceforge.net
|
||||
@ -13,11 +13,11 @@ Requires: hunspell
|
||||
|
||||
%description
|
||||
Hindi hunspell dictionaries.
|
||||
iconv -f ISO-8859-1 -t UTF-8 hi/Copyright > hi/Copyright.utf8
|
||||
mv hi/Copyright.utf8 hi/Copyright
|
||||
|
||||
%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
|
||||
|
||||
%build
|
||||
|
||||
@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 09 2010 Parag <pnemade AT redhat.com> - 20050726-6
|
||||
- Fix Copyright encoding issue in %%prep
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20050726-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user