OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   06-Oct-2005 11:09:44
  Branch: HEAD                             Handle: 2005100610094400

  Modified files:
    openpkg-src/mozilla     mozilla.spec

  Log:
    with_mailnews requires with_composer, else one is not able to create a
    new mail

  Summary:
    Revision    Changes     Path
    1.111       +6  -0      openpkg-src/mozilla/mozilla.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mozilla/mozilla.spec
  ============================================================================
  $ cvs diff -u -r1.110 -r1.111 mozilla.spec
  --- openpkg-src/mozilla/mozilla.spec  6 Oct 2005 07:22:33 -0000       1.110
  +++ openpkg-src/mozilla/mozilla.spec  6 Oct 2005 09:09:44 -0000       1.111
  @@ -42,6 +42,12 @@
   %option       with_sdk        no
   %option       with_svg        no
   
  +#   package options consistency check
  +%if "%{with_mailnews}" == "yes" && "%{with_composer}" != "yes"
  +%undefine     with_composer
  +%define       with_composer   yes
  +%endif
  +
   #   list of sources
   Source0:      
ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla%{version}/source/mozilla-%{version}-source.tar.bz2
   Source1:      mozilla.sh
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to