Blame SPECS/hunspell-tl.spec

187b04
Name: hunspell-tl
187b04
Summary: Tagalog hunspell dictionaries
187b04
%define upstreamid 20050109
187b04
Version: 0.%{upstreamid}
187b04
Release: 9%{?dist}
187b04
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/tl_PH.zip
187b04
Group: Applications/Text
187b04
URL: http://borel.slu.edu/crubadan/apps.html
187b04
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
187b04
License: GPLv2+
187b04
BuildArch: noarch
187b04
187b04
Requires: hunspell
187b04
187b04
%description
187b04
Tagalog hunspell dictionaries.
187b04
187b04
%prep
187b04
%setup -q -c -n hunspell-tl
187b04
187b04
%build
187b04
for i in README_tl_PH.txt; do
187b04
  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
187b04
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
187b04
    touch -r $i $i.new
187b04
    mv -f $i.new $i
187b04
  fi
187b04
  tr -d '\r' < $i > $i.new
187b04
  touch -r $i $i.new
187b04
  mv -f $i.new $i
187b04
done
187b04
187b04
%install
187b04
rm -rf $RPM_BUILD_ROOT
187b04
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
187b04
cp -p tl_PH.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
187b04
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
187b04
tl_PH_aliases="fil_PH"
187b04
for lang in $tl_PH_aliases; do
187b04
        ln -s tl_PH.aff $lang.aff
187b04
        ln -s tl_PH.dic $lang.dic
187b04
done
187b04
popd
187b04
187b04
%clean
187b04
rm -rf $RPM_BUILD_ROOT
187b04
187b04
%files
187b04
%defattr(-,root,root)
187b04
%doc README_tl_PH.txt
187b04
%{_datadir}/myspell/*
187b04
187b04
%changelog
187b04
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.20050109-9
187b04
- Mass rebuild 2013-12-27
187b04
187b04
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-8
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
187b04
187b04
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-7
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
187b04
187b04
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-6
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
187b04
187b04
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-5
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
187b04
187b04
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-4
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
187b04
187b04
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050109-3
187b04
- tidy spec
187b04
187b04
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050109-2
187b04
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
187b04
187b04
* Fri Oct 3 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050109-1
187b04
- initial version