openoffice-lv/openoffice-lv.spec

139 lines
3.8 KiB
RPMSpec
Raw Normal View History

2008-09-28 21:14:17 +00:00
Name: openoffice-lv
Summary: Latvian linguistic dictionaries
2013-07-25 09:03:51 +00:00
Version: 0.9.6
Release: 1%{?dist}
2010-04-25 14:49:36 +00:00
Source: http://dict.dv.lv/download/lv_LV-%{version}.oxt
2008-09-28 21:14:17 +00:00
Group: Applications/Text
2009-09-19 08:51:35 +00:00
URL: http://dict.dv.lv/
2008-09-28 21:14:17 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2010-04-19 10:27:06 +00:00
License: LGPLv2+
2008-09-28 21:14:17 +00:00
BuildArch: noarch
%description
Latvian linguistic dictionaries.
2009-09-19 08:51:35 +00:00
%package -n hunspell-lv
Summary: Latvian hunspell dictionaries
Group: Applications/Text
Requires: hunspell
%description -n hunspell-lv
Latvian hunspell dictionaries.
2008-09-28 21:14:17 +00:00
%package -n hyphen-lv
Summary: Latvian hyphenation rules
Group: Applications/Text
Requires: hyphen
%description -n hyphen-lv
Latvian hyphenation rules.
2009-09-19 08:51:35 +00:00
%package -n mythes-lv
Summary: Latvian thesaurus
2008-09-28 21:14:17 +00:00
Group: Applications/Text
2010-04-04 11:22:05 +00:00
Requires: mythes
2008-09-28 21:14:17 +00:00
2009-09-19 08:51:35 +00:00
%description -n mythes-lv
Latvian thesaurus.
2008-09-28 21:14:17 +00:00
%prep
%setup -q -c
%build
2009-09-19 08:51:35 +00:00
for i in README_lv_LV.txt README_hyph_lv_LV.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
2010-04-19 10:27:06 +00:00
chmod -x *.dic
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
2009-09-19 08:51:35 +00:00
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
2008-09-28 21:14:17 +00:00
cp -p lv_LV.dic lv_LV.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p hyph_lv_LV.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
2009-09-19 08:51:35 +00:00
cp -p th_lv_LV_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
2008-09-28 21:14:17 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
2009-09-19 08:51:35 +00:00
%files -n hunspell-lv
%defattr(-,root,root,-)
2010-07-08 08:45:30 +00:00
%doc README_lv_LV.txt license.txt
2009-09-19 08:51:35 +00:00
%{_datadir}/myspell/*
2008-09-28 21:14:17 +00:00
%files -n hyphen-lv
%defattr(-,root,root,-)
2010-07-08 08:45:30 +00:00
%doc README_hyph_lv_LV.txt license.txt
2008-09-28 21:14:17 +00:00
%{_datadir}/hyphen/*
2009-09-19 08:51:35 +00:00
%files -n mythes-lv
2008-09-28 21:14:17 +00:00
%defattr(-,root,root,-)
2010-07-08 08:45:30 +00:00
%doc package-description.txt license.txt
2009-09-19 08:51:35 +00:00
%{_datadir}/mythes/*
2008-09-28 21:14:17 +00:00
%changelog
2013-07-25 09:03:51 +00:00
* Thu Jul 25 2013 Caolán McNamara <caolanm@redhat.com> - 0.9.6-1
- latest version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-03-18 17:36:52 +00:00
* Fri Mar 18 2011 Caolán McNamara <caolanm@redhat.com> - 0.9.4-1
- latest version
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-09-05 19:27:54 +00:00
* Sun Sep 05 2010 Caolán McNamara <caolanm@redhat.com> - 0.9.3-1
- latest version
2010-08-17 12:35:41 +00:00
* Tue Aug 17 2010 Caolán McNamara <caolanm@redhat.com> - 0.9.2-1
- latest version
2010-07-08 08:45:30 +00:00
* Thu Jul 08 2010 Caolán McNamara <caolanm@redhat.com> - 0.9.1-2
- add licence.txt to all subpackages
* Sun Apr 25 2010 Caolán McNamara <caolanm@redhat.com> - 0.9.1-1
2010-04-25 14:49:36 +00:00
- latest version
2010-07-08 08:45:30 +00:00
* Mon Apr 19 2010 Caolán McNamara <caolanm@redhat.com> - 0.9.0-1
2010-04-19 10:27:06 +00:00
- latest version
2010-07-08 08:45:30 +00:00
* Sun Apr 04 2010 Caolán McNamara <caolanm@redhat.com> - 0.8.2-2
2010-04-04 11:22:05 +00:00
- mythes now owns /usr/share/mythes
2010-07-08 08:45:30 +00:00
* Sat Sep 19 2009 Caolán McNamara <caolanm@redhat.com> - 0.8.2-1
2009-09-19 08:51:35 +00:00
- latest version
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-0.3.b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2010-07-08 08:45:30 +00:00
* Sat Jul 11 2009 Caolán McNamara <caolanm@redhat.com> - 0.8-0.2.b1
2009-07-11 10:36:53 +00:00
- tidy spec
2010-07-08 08:45:30 +00:00
* Mon May 11 2009 Caolán McNamara <caolanm@redhat.com> - 0.8-0.1.b1
2009-05-11 08:50:01 +00:00
- latest version
* 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
2010-07-08 08:45:30 +00:00
* Thu Oct 23 2008 Caolán McNamara <caolanm@redhat.com> - 0.7.4-1
2008-10-23 16:14:31 +00:00
- latest version
2010-07-08 08:45:30 +00:00
* Sat Sep 20 2008 Caolán McNamara <caolanm@redhat.com> - 0.7.3-1
2008-09-28 21:14:17 +00:00
- initial version