71 lines
2.0 KiB
RPMSpec
71 lines
2.0 KiB
RPMSpec
Name: hunspell-tl
|
|
Summary: Tagalog hunspell dictionaries
|
|
%define upstreamid 20050109
|
|
Version: 0.%{upstreamid}
|
|
Release: 6%{?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
|
|
for i in README_tl_PH.txt; do
|
|
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
|
|
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
|
|
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 Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050109-3
|
|
- tidy spec
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
* Fri Oct 3 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050109-1
|
|
- initial version
|