Author: sparky Date: Mon Apr 17 17:34:31 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added enigmail translation
---- Files affected: SPECS: seamonkey-lang-cs.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/seamonkey-lang-cs.spec diff -u SPECS/seamonkey-lang-cs.spec:1.1 SPECS/seamonkey-lang-cs.spec:1.2 --- SPECS/seamonkey-lang-cs.spec:1.1 Sun Apr 16 20:41:18 2006 +++ SPECS/seamonkey-lang-cs.spec Mon Apr 17 19:34:26 2006 @@ -8,7 +8,9 @@ Group: X11/Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/%{version}/contrib-localized/seamonkey-%{version}.cs-CZ.langpack.xpi # Source0-md5: a1369d8f008ab942e829e1b63d6c520b -Source1: gen-installed-chrome.sh +Source1: http://www.mozilla-enigmail.org/downloads/lang/0.9x/enigmail-cs-CZ-0.9x.xpi +# Source1-md5: 062b8ff76ffea50045aa00c92c83b496 +Source2: gen-installed-chrome.sh URL: http://www.mozilla.org/projects/seamonkey/ BuildRequires: unzip Requires(post,postun): seamonkey >= %{version} @@ -28,14 +30,19 @@ %prep %setup -q -c -T unzip %{SOURCE0} -install %{SOURCE1} . -./gen-installed-chrome.sh locale bin/chrome/{CZ,cs-CZ,cs-unix}.jar > lang-cs-installed-chrome.txt +unzip -o %{SOURCE1} +install %{SOURCE2} . +./gen-installed-chrome.sh locale bin/chrome/{CZ,cs-CZ,cs-unix}.jar \ + > lang-cs-installed-chrome.txt +./gen-installed-chrome.sh locale chrome/enigmail-cs-CZ.jar \ + > lang-cs-installed-chrome.txt %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_chromedir} install bin/chrome/{CZ,cs-CZ,cs-unix}.jar $RPM_BUILD_ROOT%{_chromedir} +install chrome/enigmail-cs-CZ.jar $RPM_BUILD_ROOT%{_chromedir} install lang-cs-installed-chrome.txt $RPM_BUILD_ROOT%{_chromedir} cp -r bin/{defaults,searchplugins} $RPM_BUILD_ROOT%{_datadir}/seamonkey @@ -50,9 +57,10 @@ %files %defattr(644,root,root,755) +%{_chromedir}/CZ.jar %{_chromedir}/cs-CZ.jar %{_chromedir}/cs-unix.jar -%{_chromedir}/CZ.jar +%{_chromedir}/enigmail-cs-CZ.jar %{_chromedir}/lang-cs-installed-chrome.txt %{_datadir}/seamonkey/searchplugins/* %{_datadir}/seamonkey/defaults/messenger/CZ @@ -65,6 +73,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2006/04/17 17:34:26 sparky +- added enigmail translation + Revision 1.1 2006/04/16 18:41:18 sparky - NEW, builds and works - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/seamonkey-lang-cs.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
