Author: sparky Date: Mon Apr 17 14:33:16 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added enigmail translation
---- Files affected: SPECS: seamonkey-lang-es.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/seamonkey-lang-es.spec diff -u SPECS/seamonkey-lang-es.spec:1.2 SPECS/seamonkey-lang-es.spec:1.3 --- SPECS/seamonkey-lang-es.spec:1.2 Sun Apr 16 20:17:28 2006 +++ SPECS/seamonkey-lang-es.spec Mon Apr 17 16:33:11 2006 @@ -12,7 +12,9 @@ # Source0-md5: f2d8e9c61ead16eaee93557661698b4f Source1: http://sunsite.rediris.es/mirror/NAVE/seamonkey/%{version}/descargas/seamonkey-%{version}.es-ES.regpack.xpi # Source1-md5: 6cd431a3ea92547e0c15e22585ecb498 -Source2: gen-installed-chrome.sh +Source2: http://www.mozilla-enigmail.org/downloads/lang/0.9x/enigmail-es-ES-0.9x.xpi +# Source2-md5: 4e147df61d36030bb2754ab702da8491 +Source3: gen-installed-chrome.sh URL: http://nave.hispalinux.es/ BuildRequires: unzip Requires(post,postun): seamonkey >= %{version} @@ -38,10 +40,13 @@ %prep %setup -q -c -T unzip %{SOURCE0} -rm install.js -unzip %{SOURCE1} -install %{SOURCE2} . -./gen-installed-chrome.sh locale bin/chrome/{ES,es-ES,es-unix}.jar > lang-es-installed-chrome.txt +unzip -o %{SOURCE1} +unzip -o %{SOURCE2} +install %{SOURCE3} . +./gen-installed-chrome.sh locale bin/chrome/{ES,es-ES,es-unix}.jar \ + > lang-es-installed-chrome.txt +./gen-installed-chrome.sh locale chrome/enigmail-es-ES.jar \ + >> lang-es-installed-chrome.txt rm bin/searchplugins/{dmoz,google,jeeves}.* %install @@ -49,6 +54,7 @@ install -d $RPM_BUILD_ROOT%{_chromedir} install bin/chrome/{ES,es-ES,es-unix}.jar $RPM_BUILD_ROOT%{_chromedir} +install chrome/enigmail-es-ES.jar $RPM_BUILD_ROOT%{_chromedir} install lang-es-installed-chrome.txt $RPM_BUILD_ROOT%{_chromedir} cp -r bin/searchplugins $RPM_BUILD_ROOT%{_datadir}/seamonkey @@ -66,6 +72,7 @@ %{_chromedir}/ES.jar %{_chromedir}/es-ES.jar %{_chromedir}/es-unix.jar +%{_chromedir}/enigmail-es-ES.jar %{_chromedir}/lang-es-installed-chrome.txt %{_datadir}/seamonkey/searchplugins/* @@ -75,9 +82,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/04/17 14:33:11 sparky +- added enigmail translation + Revision 1.2 2006/04/16 18:17:28 sparky - added regpack Revision 1.1 2006/04/16 17:29:50 sparky - NEW, spanish seamonkey resources - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/seamonkey-lang-es.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
