Author: mguevara Date: Sun Apr 30 10:38:47 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - 1.5.0.2-2.1 - added ldap bcond
---- Files affected: SPECS: mozilla-thunderbird.spec (1.57 -> 1.58) ---- Diffs: ================================================================ Index: SPECS/mozilla-thunderbird.spec diff -u SPECS/mozilla-thunderbird.spec:1.57 SPECS/mozilla-thunderbird.spec:1.58 --- SPECS/mozilla-thunderbird.spec:1.57 Sun Apr 30 00:55:42 2006 +++ SPECS/mozilla-thunderbird.spec Sun Apr 30 12:38:42 2006 @@ -1,16 +1,18 @@ # $Revision$, $Date$ # TODO: # - CHECK all features of enigmail +# - LDAP support # # Conditional builds %bcond_without enigmail # don't build enigmail - GPG/PGP support %bcond_without spellcheck # build without spellcheck function +%bcond_with ldap # enable e-mail address lookups in LDAP directories # Summary: Mozilla Thunderbird - email client Summary(pl): Mozilla Thunderbird - klient poczty Name: mozilla-thunderbird Version: 1.5.0.2 -Release: 2 +Release: 2.1 License: MPL/LGPL Group: Applications/Networking Source0: http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/%{version}/source/thunderbird-%{version}-source.tar.bz2 @@ -128,7 +130,11 @@ ac_add_options --disable-tests %endif +%if %{with ldap} +ac_add_options --enable-ldap +%else ac_add_options --disable-ldap +%endif ac_add_options --disable-installer ac_add_options --disable-jsd ac_add_options --disable-xprint @@ -271,6 +277,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.58 2006/04/30 10:38:42 mguevara +- 1.5.0.2-2.1 - added ldap bcond + Revision 1.57 2006/04/29 22:55:42 mguevara - 1.5.0.2 rel 2 - mostly cosmetics - removed mozilla-thunderbird-blockimage.patch - not active, outdated ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mozilla-thunderbird.spec?r1=1.57&r2=1.58&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
