rpms/hunspell-es/devel hunspell-es.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Wed Feb 14 10:09:39 UTC 2007


Author: caolanm

Update of /cvs/extras/rpms/hunspell-es/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6922/devel

Modified Files:
	.cvsignore sources 
Added Files:
	hunspell-es.spec 
Log Message:
auto-import hunspell-es-0.20050510-1 on branch devel from hunspell-es-0.20050510-1.src.rpm


--- NEW FILE hunspell-es.spec ---
Name: hunspell-es
Summary: Spanish hunspell dictionaries
%define upstreamid 20050510
Version: 0.%{upstreamid}
Release: 1%{?dist}
Source0: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/es_ES.zip
Source1: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/es_MX.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: LGPL
BuildArch: noarch

Requires: hunspell

%description
Spanish (Spain, Mexico, etc.) hunspell dictionaries.

%prep
%setup -q -c -n hunspell-es
unzip -q %{SOURCE1}

%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

pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
es_MX_aliases="es_AR es_BO es_CL es_CO es_CR es_DO es_EC es_GT es_HN es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE"

for lang in $es_MX_aliases; do
	ln -s es_MX.aff $lang.aff
	ln -s es_MX.dic $lang.dic
done
popd

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README_es_ES.txt README_es_MX.txt
%{_datadir}/myspell/*

%changelog
* Thu Dec 07 2006 Caolan McNamara <caolanm at redhat.com> - 0.20050510-1
- initial version


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hunspell-es/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Feb 2007 18:56:56 -0000	1.1
+++ .cvsignore	14 Feb 2007 10:09:07 -0000	1.2
@@ -0,0 +1,2 @@
+es_ES.zip
+es_MX.zip


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hunspell-es/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Feb 2007 18:56:56 -0000	1.1
+++ sources	14 Feb 2007 10:09:07 -0000	1.2
@@ -0,0 +1,2 @@
+4b272f7c958dd619b2ddc007c45db53b  es_ES.zip
+e32f5ec8c94fd902a9823dae4040a019  es_MX.zip




More information about the scm-commits mailing list