|
|
6acff0 |
Name: mythes-pl
|
|
|
6acff0 |
Summary: Polish thesaurus
|
|
|
6acff0 |
Version: 1.5
|
|
|
6acff0 |
Release: 11%{?dist}
|
|
|
6acff0 |
Source: http://downloads.sourceforge.net/synonimy/OOo2-Thesaurus-%{version}.zip
|
|
|
6acff0 |
Group: Applications/Text
|
|
|
6acff0 |
URL: http://synonimy.ux.pl/
|
|
|
6acff0 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
6acff0 |
BuildRequires: python, perl
|
|
|
6acff0 |
License: LGPLv2
|
|
|
6acff0 |
BuildArch: noarch
|
|
|
6acff0 |
Requires: mythes
|
|
|
6acff0 |
|
|
|
6acff0 |
%description
|
|
|
6acff0 |
Polish thesaurus.
|
|
|
6acff0 |
|
|
|
6acff0 |
%prep
|
|
|
6acff0 |
%setup -q -c
|
|
|
6acff0 |
|
|
|
6acff0 |
%build
|
|
|
6acff0 |
for i in README_th_pl_PL_v2.txt; do
|
|
|
6acff0 |
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
|
|
6acff0 |
iconv -f ISO-8859-2 -t UTF-8 $i > $i.new
|
|
|
6acff0 |
touch -r $i $i.new
|
|
|
6acff0 |
mv -f $i.new $i
|
|
|
6acff0 |
fi
|
|
|
6acff0 |
tr -d '\r' < $i > $i.new
|
|
|
6acff0 |
touch -r $i $i.new
|
|
|
6acff0 |
mv -f $i.new $i
|
|
|
6acff0 |
done
|
|
|
6acff0 |
|
|
|
6acff0 |
%install
|
|
|
6acff0 |
rm -rf $RPM_BUILD_ROOT
|
|
|
6acff0 |
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
6acff0 |
cp -p th_pl_PL_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
6acff0 |
|
|
|
6acff0 |
%clean
|
|
|
6acff0 |
rm -rf $RPM_BUILD_ROOT
|
|
|
6acff0 |
|
|
|
6acff0 |
%files
|
|
|
6acff0 |
%defattr(-,root,root,-)
|
|
|
6acff0 |
%doc README_th_pl_PL_v2.txt
|
|
|
6acff0 |
%{_datadir}/mythes/*
|
|
|
6acff0 |
|
|
|
6acff0 |
%changelog
|
|
|
6acff0 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.5-11
|
|
|
6acff0 |
- Mass rebuild 2013-12-27
|
|
|
6acff0 |
|
|
|
6acff0 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-10
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 1.5-9
|
|
|
6acff0 |
- clarify license
|
|
|
6acff0 |
|
|
|
6acff0 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-8
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-7
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-6
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Sun Apr 04 2010 Caolán McNamara <caolanm@redhat.com> - 1.5-5
|
|
|
6acff0 |
- mythes now owns /usr/share/mythes
|
|
|
6acff0 |
|
|
|
6acff0 |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-4
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Fri Jul 10 2009 Caolán McNamara <caolanm@redhat.com> - 1.5-3
|
|
|
6acff0 |
- clean spec
|
|
|
6acff0 |
|
|
|
6acff0 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
|
|
|
6acff0 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
6acff0 |
|
|
|
6acff0 |
* Tue May 13 2008 Caolán McNamara <caolanm@redhat.com> - 1.5-1
|
|
|
6acff0 |
- latest version
|
|
|
6acff0 |
|
|
|
6acff0 |
* Wed Nov 28 2007 Caolán McNamara <caolanm@redhat.com> - 1.4-1
|
|
|
6acff0 |
- initial version
|