latest version
This commit is contained in:
parent
32993998ab
commit
45b2cc0ca8
@ -1 +1 @@
|
|||||||
myspell-ve_ZA-20060706.zip
|
dict-ve_ZA-2009.10.30.oxt
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Name: hunspell-ve
|
Name: hunspell-ve
|
||||||
Summary: Venda hunspell dictionaries
|
Summary: Venda hunspell dictionaries
|
||||||
%define upstreamid 20060706
|
%define upstreamid 20091030
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: http://downloads.translate.org.za/spellchecker/venda/myspell-ve_ZA-%{upstreamid}.zip
|
Source: http://extensions.services.openoffice.org/e-files/3134/0/dict-ve_ZA-2009.10.30.oxt
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://www.translate.org.za/
|
URL: http://www.translate.org.za/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -19,6 +19,16 @@ Venda hunspell dictionaries.
|
|||||||
%setup -q -c -n hunspell-ve
|
%setup -q -c -n hunspell-ve
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
for i in README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt; do
|
||||||
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
||||||
|
iconv -f ISO-8859-2 -t UTF-8 $i > $i.new
|
||||||
|
touch -r $i $i.new
|
||||||
|
mv -f $i.new $i
|
||||||
|
fi
|
||||||
|
tr -d '\r' < $i > $i.new
|
||||||
|
touch -r $i $i.new
|
||||||
|
mv -f $i.new $i
|
||||||
|
done
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -30,10 +40,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README_ve_ZA.txt
|
%doc README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 06 2010 Caolan McNamara <caolanm@redhat.com> - 0.20091030-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060706-3
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20060706-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user