Author: glen Date: Tue Mar 6 01:30:15 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - separate enigmail extension
---- Files affected: SPECS: mozilla-thunderbird.spec (1.93 -> 1.94) ---- Diffs: ================================================================ Index: SPECS/mozilla-thunderbird.spec diff -u SPECS/mozilla-thunderbird.spec:1.93 SPECS/mozilla-thunderbird.spec:1.94 --- SPECS/mozilla-thunderbird.spec:1.93 Tue Mar 6 02:13:18 2007 +++ SPECS/mozilla-thunderbird.spec Tue Mar 6 02:30:10 2007 @@ -1,8 +1,8 @@ # $Revision$, $Date$ # TODO: # - CHECK all features of enigmail -# - separate pkg for enigmail -# - enigmail not compatible +# - separate spec for enigmail +# - enigmail not compatible with 2.0 # # Conditional builds %bcond_without enigmail # don't build enigmail - GPG/PGP support @@ -10,6 +10,7 @@ # %define _rc b2 %define _rel 2.14 +%define _enigmail_ver 0.94.2 Summary: Thunderbird Community Edition - email client Summary(pl.UTF-8): Thunderbird Community Edition - klient poczty Name: mozilla-thunderbird @@ -19,7 +20,7 @@ Group: Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}%{_rc}/source/thunderbird-%{version}%{_rc}-source.tar.bz2 # Source0-md5: b633623c460ffef9ba805dd071729890 -Source1: http://www.mozilla-enigmail.org/downloads/src/enigmail-0.94.2.tar.gz +Source1: http://www.mozilla-enigmail.org/downloads/src/enigmail-%{_enigmail_ver}.tar.gz # Source1-md5: cc1ba2bec7c3a2ac408ef24fbf1884de Source2: %{name}.desktop Source3: %{name}.sh @@ -71,6 +72,26 @@ Thunderbird Community Edition jest open sourcowym, szybkim i przenośnym klientem poczty. +%package addon-enigmail +Summary: Extension for the authentication and encryption features provided by GnuPG +License: MPL/LGPL +Version: %{_enigmail_ver} +Group: Applications/Networking +URL: http://enigmail.mozdev.org/ + +%description addon-enigmail +Enigmail is an extension to the mail client of Mozilla Thunderbird +which allows users to access the authentication and encryption +features provided by GnuPG. + +Main Features +- Encrypt/sign mail when sending, decrypt/authenticate received mail +- Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156) +- Per-Account based encryption and signing defaults +- Per-Recipient rules for automated key selection, and + enabling/disabling encryption and signing +- OpenPGP key management interface + %prep %setup -q -c -n %{name}-%{version}%{_rc} cd mozilla @@ -289,7 +310,10 @@ %dir %{_libdir}/%{name}/extensions %{_libdir}/%{name}/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd} + %if %{with enigmail} +%files addon-enigmail +%defattr(644,root,root,755) %{_libdir}/%{name}/extensions/{847b3a00-7ab1-11d4-8f02-006008948af5} %endif @@ -299,6 +323,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.94 2007/03/06 01:30:10 glen +- separate enigmail extension + Revision 1.93 2007/03/06 01:13:18 glen - todo update ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.93&r2=1.94&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
