*** empty log message ***
This commit is contained in:
parent
3b759ca52a
commit
449245ef2e
@ -0,0 +1 @@
|
|||||||
|
tl_PH.zip
|
47
hunspell-tl.spec
Normal file
47
hunspell-tl.spec
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
Name: hunspell-tl
|
||||||
|
Summary: Tagalog hunspell dictionaries
|
||||||
|
%define upstreamid 20050109
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/tl_PH.zip
|
||||||
|
Group: Applications/Text
|
||||||
|
URL: http://borel.slu.edu/crubadan/apps.html
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
License: GPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
|
||||||
|
%description
|
||||||
|
Tagalog hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c -n hunspell-tl
|
||||||
|
|
||||||
|
%build
|
||||||
|
iconv -f ISO-8859-1 -t UTF-8 README_tl_PH.txt > README_tl_PH.txt.new
|
||||||
|
mv -f README_tl_PH.txt.new README_tl_PH.txt
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p tl_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||||||
|
tl_PH_aliases="fil_PH"
|
||||||
|
for lang in $tl_PH_aliases; do
|
||||||
|
ln -s tl_PH.aff $lang.aff
|
||||||
|
ln -s tl_PH.dic $lang.dic
|
||||||
|
done
|
||||||
|
popd
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README_tl_PH.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Oct 3 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050109-1
|
||||||
|
- initial version
|
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
|||||||
|
hunspell-tl-0_20050109-1_fc9:HEAD:hunspell-tl-0.20050109-1.fc9.src.rpm:1223414974
|
Loading…
Reference in New Issue
Block a user