diff --git a/.cvsignore b/.cvsignore index e69de29..1b89aab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +gl_ES.zip diff --git a/hunspell-gl.spec b/hunspell-gl.spec new file mode 100644 index 0000000..0e60627 --- /dev/null +++ b/hunspell-gl.spec @@ -0,0 +1,39 @@ +Name: hunspell-gl +Summary: Galician hunspell dictionaries +%define upstreamid 20061002 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/gl_ES.zip +Group: Applications/Text +URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL +BuildArch: noarch + +Requires: hunspell + +%description +Galician hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-gl + +%build +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 +* Thu Dec 07 2006 Caolan McNamara - 0.20061002-1 +- initial version diff --git a/sources b/sources index e69de29..f8790ba 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +df6bc9f18cb12a3deb9f7c857f010939 gl_ES.zip