latest version
This commit is contained in:
parent
f37ffc1f73
commit
94f2e70bf6
@ -1 +1 @@
|
|||||||
aspell5-hil-0.11-0.tar.bz2
|
hunspell-hil-0.13.oxt
|
||||||
|
@ -1,15 +1,14 @@
|
|||||||
Name: hunspell-hil
|
Name: hunspell-hil
|
||||||
Summary: Hiligaynon hunspell dictionaries
|
Summary: Hiligaynon hunspell dictionaries
|
||||||
%define upstreamid 20050406
|
Epoch: 1
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.13
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: http://ftp.gnu.org/gnu/aspell/dict/hil/aspell5-hil-0.11-0.tar.bz2
|
Source: http://borel.slu.edu/obair/%{name}-%{version}.oxt
|
||||||
URL: http://borel.slu.edu/crubadan/apps.html
|
URL: http://extensions.services.openoffice.org/project/hunspell-hil
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: GPL+
|
License: GPLv3+
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: aspell, hunspell-devel
|
|
||||||
|
|
||||||
Requires: hunspell
|
Requires: hunspell
|
||||||
|
|
||||||
@ -17,14 +16,10 @@ Requires: hunspell
|
|||||||
Hiligaynon hunspell dictionaries.
|
Hiligaynon hunspell dictionaries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n aspell5-hil-0.11-0
|
%setup -q -c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LANG=hil_PH.utf8
|
for i in dictionaries/README_hil_PH.txt; do
|
||||||
preunzip -d *.cwl
|
|
||||||
cat *.wl > hiligaynon.wordlist
|
|
||||||
wordlist2hunspell hiligaynon.wordlist hil_PH
|
|
||||||
for i in Copyright doc/Crawler.txt; do
|
|
||||||
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
||||||
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
||||||
touch -r $i $i.new
|
touch -r $i $i.new
|
||||||
@ -38,17 +33,20 @@ done
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
cp -p dictionaries/hil_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING Copyright README doc/Crawler.txt
|
%doc LICENSES-en.txt dictionaries/README_hil_PH.txt
|
||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 20 2009 Caolan McNamara <caolanm@redhat.com> - 1:0.13-1
|
||||||
|
- latest version
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050406-4
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050406-4
|
||||||
- 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