2008-09-28 21:14:17 +00:00
|
|
|
Name: openoffice-lv
|
|
|
|
Summary: Latvian linguistic dictionaries
|
2009-05-11 08:50:01 +00:00
|
|
|
Version: 0.8
|
2009-07-11 10:36:53 +00:00
|
|
|
Release: 0.2.b1%{?dist}
|
2009-05-11 08:50:01 +00:00
|
|
|
Source: http://downloads.sourceforge.net/%{name}/lv_LV-0.8b1.zip
|
2009-07-11 10:36:53 +00:00
|
|
|
# Source: http://dict.dv.lv/dl/lv_LV-0.8b1.zip ?
|
2008-09-28 21:14:17 +00:00
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://sourceforge.net/projects/openoffice-lv/
|
2009-07-11 10:36:53 +00:00
|
|
|
# URL: http://dict.dv.lv/ ?
|
2008-09-28 21:14:17 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: GPLv2+
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
Latvian linguistic dictionaries.
|
|
|
|
|
|
|
|
%package -n hyphen-lv
|
|
|
|
Summary: Latvian hyphenation rules
|
|
|
|
Group: Applications/Text
|
|
|
|
Requires: hyphen
|
|
|
|
|
|
|
|
%description -n hyphen-lv
|
|
|
|
Latvian hyphenation rules.
|
|
|
|
|
|
|
|
%package -n hunspell-lv
|
|
|
|
Summary: Latvian hunspell dictionaries
|
|
|
|
Group: Applications/Text
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description -n hunspell-lv
|
|
|
|
Latvian hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
|
|
|
for i in README_lv_LV.txt README_hyph_lv_LV.txt changelog.txt; do
|
2009-07-11 10:36:53 +00:00
|
|
|
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
|
|
|
|
iconv -f ISO-8859-4 -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
|
2008-09-28 21:14:17 +00:00
|
|
|
done
|
|
|
|
|
2009-07-11 10:36:53 +00:00
|
|
|
|
2008-09-28 21:14:17 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p lv_LV.dic lv_LV.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p hyph_lv_LV.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -n hyphen-lv
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_hyph_lv_LV.txt
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%files -n hunspell-lv
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_lv_LV.txt changelog.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2009-07-11 10:36:53 +00:00
|
|
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.8-0.2.b1
|
|
|
|
- tidy spec
|
|
|
|
|
2009-05-11 08:50:01 +00:00
|
|
|
* Mon May 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.8-0.1.b1
|
|
|
|
- latest version
|
|
|
|
|
2009-02-26 08:38:18 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2008-10-23 16:14:31 +00:00
|
|
|
* Thu Oct 23 2008 Caolan McNamara <caolanm@redhat.com> - 0.7.4-1
|
|
|
|
- latest version
|
|
|
|
|
2008-09-28 21:14:17 +00:00
|
|
|
* Sat Sep 20 2008 Caolan McNamara <caolanm@redhat.com> - 0.7.3-1
|
|
|
|
- initial version
|