hunspell-lb/hunspell-lb.spec
2010-05-11 13:30:45 +00:00

74 lines
1.8 KiB
RPMSpec

Name: hunspell-lb
Summary: Luxembourgish hunspell dictionaries
%define upstreamid 20100509
Version: 0.%{upstreamid}
Release: 1%{?dist}
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
Requires: mythes
%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
* Tue May 11 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100509-1
- latest version
* Thu Apr 22 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100420-1
- latest version
* Mon Apr 12 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100408-1
- latest version
* Thu Apr 08 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100407-2
- latest version
* Sun Apr 04 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100301-2
- mythes now owns /usr/share/mythes
* Tue Mar 02 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100301-1
- latest version
* Wed Feb 17 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100216-1
- latest version
* Wed Jan 27 2010 Caolan McNamara <caolanm@redhat.com> - 0.20100120-1
- initial version