49e465
Name: mythes-it
49e465
Summary: Italian thesaurus
49e465
Version: 2.0.9l
49e465
Release: 10%{?dist}
49e465
Source: http://downloads.sourceforge.net/sourceforge/linguistico/thesaurus2_it_02_09_l_2008_11_29.zip
49e465
Group: Applications/Text
49e465
URL: http://linguistico.sourceforge.net/pages/thesaurus_italiano.html
49e465
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
49e465
License: AGPLv3
49e465
BuildArch: noarch
49e465
Requires: mythes
49e465
49e465
%description
49e465
Italian thesaurus.
49e465
49e465
%prep
49e465
%setup -q -c
49e465
49e465
%build
49e465
for i in th_it_IT_README th_it_IT_ChangeLog th_it_IT_AUTHORS; do
49e465
  if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
49e465
    iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
49e465
    touch -r $i $i.new
49e465
    mv -f $i.new $i
49e465
  fi
49e465
  tr -d '\r' < $i > $i.new
49e465
  touch -r $i $i.new
49e465
  mv -f $i.new $i
49e465
done
49e465
49e465
49e465
%install
49e465
rm -rf $RPM_BUILD_ROOT
49e465
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
49e465
cp -p th_it_IT.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_it_IT_v2.dat
49e465
cp -p th_it_IT.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_it_IT_v2.idx
49e465
49e465
pushd $RPM_BUILD_ROOT/%{_datadir}/mythes/
49e465
it_IT_aliases="it_CH"
49e465
for lang in $it_IT_aliases; do
49e465
        ln -s th_it_IT_v2.dat "th_"$lang"_v2.dat"
49e465
        ln -s th_it_IT_v2.idx "th_"$lang"_v2.idx"
49e465
done
49e465
49e465
%clean
49e465
rm -rf $RPM_BUILD_ROOT
49e465
49e465
%files
49e465
%defattr(-,root,root,-)
49e465
%doc th_it_IT_README th_it_IT_ChangeLog th_it_IT_COPYING th_it_IT_INSTALL th_it_IT_copyright_licenza.txt th_it_IT_lettera_in_inglese.txt  th_it_IT_AUTHORS
49e465
%{_datadir}/mythes/*
49e465
49e465
%changelog
49e465
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0.9l-10
49e465
- Mass rebuild 2013-12-27
49e465
49e465
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-9
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
49e465
49e465
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-8
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
49e465
49e465
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-7
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
49e465
49e465
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-6
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
49e465
49e465
* Sun Apr 04 2010 Caolan McNamara <caolanm@redhat.com> - 2.0.9l-5
49e465
- mythes now owns /usr/share/mythes
49e465
49e465
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-4
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
49e465
49e465
* Fri Jul 10 2009 Caolan McNamara <caolanm@redhat.com> - 2.0.9l-3
49e465
- tidy spec
49e465
49e465
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.9l-2
49e465
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
49e465
49e465
* Fri Jan 16 2009 Caolan McNamara <caolanm@redhat.com> - 2.0.9l-1
49e465
- initial version