2010-02-05 12:33:15 +00:00
|
|
|
Name: hunspell-lb
|
|
|
|
Summary: Luxembourgish hunspell dictionaries
|
2010-04-12 09:29:03 +00:00
|
|
|
%define upstreamid 20100408
|
2010-02-05 12:33:15 +00:00
|
|
|
Version: 0.%{upstreamid}
|
2010-04-08 09:24:32 +00:00
|
|
|
Release: 1%{?dist}
|
2010-02-05 12:33:15 +00:00
|
|
|
Source: http://downloads.spellchecker.lu/packages/OOo3/SpellcheckerLu.oxt
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://spellchecker.lu
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: EUPL 1.1
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Luxembourgish hunspell dictionaries.
|
|
|
|
|
|
|
|
%package -n mythes-lb
|
|
|
|
Summary: Luxembourgish thesaurus
|
|
|
|
Group: Applications/Text
|
2010-04-04 11:36:27 +00:00
|
|
|
Requires: mythes
|
2010-02-05 12:33:15 +00:00
|
|
|
|
|
|
|
%description -n mythes-lb
|
|
|
|
Luxembourgish thesaurus.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
|
cp -p th_lb_LU_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc registration/README_lb_LU.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%files -n mythes-lb
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc registration/README_lb_LU.txt
|
|
|
|
%{_datadir}/mythes/th_lb_LU_v2.*
|
|
|
|
|
|
|
|
%changelog
|
2010-04-12 09:29:03 +00:00
|
|
|
* Mon Apr 12 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100408-1
|
|
|
|
- latest version
|
|
|
|
|
2010-04-08 09:24:32 +00:00
|
|
|
* Thu Apr 08 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100407-2
|
|
|
|
- latest version
|
|
|
|
|
2010-04-04 11:36:27 +00:00
|
|
|
* Sun Apr 04 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100301-2
|
|
|
|
- mythes now owns /usr/share/mythes
|
|
|
|
|
2010-03-02 15:09:38 +00:00
|
|
|
* Tue Mar 02 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100301-1
|
|
|
|
- latest version
|
|
|
|
|
2010-02-17 09:59:15 +00:00
|
|
|
* Wed Feb 17 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100216-1
|
|
|
|
- latest version
|
|
|
|
|
2010-02-05 12:33:15 +00:00
|
|
|
* Wed Jan 27 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100120-1
|
|
|
|
- initial version
|