Author: sparky Date: Mon Apr 17 14:38:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added enigmail translation
---- Files affected: SPECS: seamonkey-lang-pl.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/seamonkey-lang-pl.spec diff -u SPECS/seamonkey-lang-pl.spec:1.3 SPECS/seamonkey-lang-pl.spec:1.4 --- SPECS/seamonkey-lang-pl.spec:1.3 Mon Apr 17 00:17:37 2006 +++ SPECS/seamonkey-lang-pl.spec Mon Apr 17 16:38:08 2006 @@ -8,7 +8,9 @@ Group: X11/Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/%{version}/contrib-localized/seamonkey-%{version}.pl-PL.langpack.xpi # Source0-md5: dc5c5a73e7b591ac4839f9e39dfd5308 -Source1: gen-installed-chrome.sh +Source1: http://www.mozilla-enigmail.org/downloads/lang/0.9x/enigmail-pl-PL-0.9x.xpi +# Source1-md5: 5061fb4a0b321644a1716aea831cf281 +Source2: gen-installed-chrome.sh URL: http://www.mozilla.org/projects/seamonkey/ BuildRequires: unzip BuildRequires: util-linux @@ -29,14 +31,19 @@ %prep %setup -q -c -T unzip %{SOURCE0} -install %{SOURCE1} . -./gen-installed-chrome.sh locale bin/chrome/{PL,pl-PL,pl-unix}.jar > lang-pl-installed-chrome.txt +unzip -o %{SOURCE1} +install %{SOURCE2} . +./gen-installed-chrome.sh locale bin/chrome/{PL,pl-PL,pl-unix}.jar \ + > lang-pl-installed-chrome.txt +./gen-installed-chrome.sh locale chrome/enigmail-pl-PL.jar \ + >> lang-pl-installed-chrome.txt %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_chromedir} install bin/chrome/{PL,pl-PL,pl-unix}.jar $RPM_BUILD_ROOT%{_chromedir} +install chrome/enigmail-pl-PL.jar $RPM_BUILD_ROOT%{_chromedir} install lang-pl-installed-chrome.txt $RPM_BUILD_ROOT%{_chromedir} cp -r bin/{searchplugins,defaults,components/myspell} $RPM_BUILD_ROOT%{_datadir}/seamonkey rm $RPM_BUILD_ROOT%{_datadir}/seamonkey/searchplugins/google.* @@ -53,9 +60,10 @@ %files %defattr(644,root,root,755) +%{_chromedir}/PL.jar %{_chromedir}/pl-PL.jar %{_chromedir}/pl-unix.jar -%{_chromedir}/PL.jar +%{_chromedir}/enigmail-pl-PL.jar %{_chromedir}/lang-pl-installed-chrome.txt %{_datadir}/seamonkey/searchplugins/* %{_datadir}/seamonkey/defaults/messenger/PL @@ -68,6 +76,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/04/17 14:38:08 sparky +- added enigmail translation + Revision 1.3 2006/04/16 22:17:37 qboosh - BR: util-linux (rename command) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/seamonkey-lang-pl.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
