hunspell-gl/hunspell-gl.spec

54 lines
1.3 KiB
RPMSpec
Raw Normal View History

Name: hunspell-gl
Summary: Galician hunspell dictionaries
2008-04-16 08:29:51 +00:00
%define upstreamid 20080410
Version: 0.%{upstreamid}
Release: 1%{?dist}
2007-08-21 07:40:26 +00:00
Source: http://openoffice.mancomun.org/libreeengalego/Corrector/gl_ES-pack.zip
Group: Applications/Text
2007-08-21 07:40:26 +00:00
URL: http://wiki.mancomun.org/index.php/Corrector_ortogr%C3%A1fico_para_OpenOffice.org#Descrici.C3.B3n
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2007-08-21 07:40:26 +00:00
License: GPLv2
BuildArch: noarch
Requires: hunspell
%description
Galician hunspell dictionaries.
%prep
%setup -q -c -n hunspell-gl
%build
2007-08-21 07:40:26 +00:00
unzip gl_ES.zip
chmod -x *
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README_gl_ES.txt
%{_datadir}/myspell/*
%changelog
2008-04-16 08:29:51 +00:00
* Wed Apr 16 2008 Caolan McNamara <caolanm@redhat.com> - 0.20080410-1
- latest dictionaries
2007-11-09 15:08:07 +00:00
* Fri Nov 09 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071107-1
- latest dictionaries
2007-08-21 07:40:26 +00:00
* Tue Aug 21 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070802-1
- latest dictionaries
- clarify license
2007-05-05 16:28:15 +00:00
* Sun May 05 2007 Caolan McNamara <caolanm@redhat.com> - 0.20070504-1
- latest dictionaries
* Thu Dec 07 2006 Caolan McNamara <caolanm@redhat.com> - 0.20061002-1
- initial version