Accepting request 21376 from mozilla:Factory
Copy from mozilla:Factory/MozillaThunderbird based on submit request 21376 from user wrosenauer OBS-URL: https://build.opensuse.org/request/show/21376 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaThunderbird?expand=0&rev=40
This commit is contained in:
parent
d555563f17
commit
6b4d9dfbaf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 14:03:51 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
- fixed CS locale to allow SMTP AUTH sending of mails (bnc#542809)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 15 17:58:56 CEST 2009 - wr@rosenauer.org
|
||||
|
||||
|
@ -30,7 +30,7 @@ BuildRequires: nss-shared-helper-devel
|
||||
License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
|
||||
%define mainversion 3.0b4
|
||||
Version: %{mainversion}
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: The Stand-Alone Mozilla Mail Component
|
||||
Url: http://www.mozilla.org/products/thunderbird/
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
@ -45,6 +45,7 @@ Source7: find-external-requires.sh
|
||||
Source8: MozillaThunderbird-rpmlintrc
|
||||
Source9: enigmail-20090813.tar.bz2
|
||||
Source10: create-tar.sh
|
||||
Patch1: thunderbird-cs-smtpauth.patch
|
||||
Patch2: thunderbird-appname.patch
|
||||
Patch4: mozilla-gtkfilepicker-buttonorder.patch
|
||||
Patch5: tb-develdirs.patch
|
||||
@ -125,7 +126,7 @@ Software Development Kit to build plugins/extensions against Thunderbird.
|
||||
%package lightning
|
||||
Version: 0.9
|
||||
Release: 1
|
||||
License: GPL v2 or later ; LGPL v2.1 or later ; MPL
|
||||
License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
|
||||
Summary: Calendaring extension for Thunderbird
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
PreReq: %{name} = %{mainversion}
|
||||
@ -137,8 +138,8 @@ This package contains the Lightning calendar extension for Mozilla Thunderbird.
|
||||
|
||||
%package -n enigmail
|
||||
Version: 0.96.99
|
||||
Release: 2
|
||||
License: GPL v2 or later ; MPL
|
||||
Release: 3
|
||||
License: GPL v2 or later ; MPL 1.1
|
||||
Summary: OpenPGP addon for Thunderbird and SeaMonkey
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
Url: http://enigmail.mozdev.org
|
||||
@ -175,6 +176,10 @@ popd
|
||||
%patch5
|
||||
%patch11
|
||||
%patch12 -p1
|
||||
# l10n patches
|
||||
pushd ../l10n
|
||||
%patch1
|
||||
popd
|
||||
|
||||
%build
|
||||
export SUSE_ASNEEDED=0
|
||||
|
9
thunderbird-cs-smtpauth.patch
Normal file
9
thunderbird-cs-smtpauth.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- cs/mail/chrome/messenger/messengercompose/composeMsgs.properties.orig 2009-09-29 13:35:48.000000000 +0200
|
||||
+++ cs/mail/chrome/messenger/messengercompose/composeMsgs.properties 2009-09-29 13:36:19.000000000 +0200
|
||||
@@ -347,5 +347,5 @@
|
||||
## LOCALIZATION NOTE(smtpEnterPasswordPromptWithUsername): Do not translate the
|
||||
## words %1$S and %2$S. Place the word %1$S where the host name should appear,
|
||||
## and %2$S where the user name should appear.
|
||||
-smtpEnterPasswordPromptWithUsername=Zadejte heslo k účtu %S na %1$S:
|
||||
+smtpEnterPasswordPromptWithUsername=Zadejte heslo k účtu %2$S na %1$S:
|
||||
smtpEnterPasswordPromptTitle=SMTP server vyžaduje heslo
|
Loading…
Reference in New Issue
Block a user