Accepting request 52546 from mozilla:Factory

Accepted submit request 52546 from user wrosenauer

OBS-URL: https://build.opensuse.org/request/show/52546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mozilla-nss?expand=0&rev=41
This commit is contained in:
Ruediger Oertel 2010-11-10 17:17:54 +00:00 committed by Git OBS Bridge
commit 89db8e2ef9
3 changed files with 16 additions and 9 deletions

BIN
PayPalEE.cert Normal file

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 9 08:51:51 UTC 2010 - wr@rosenauer.org
- replaced expired PayPal test certificate (fixing testsuite)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 25 08:18:59 CEST 2010 - wr@rosenauer.org Sat Sep 25 08:18:59 CEST 2010 - wr@rosenauer.org

View File

@ -30,7 +30,7 @@ BuildRequires: sqlite3-devel
%endif %endif
License: GPLv2+ ; LGPLv2.1+ ; MPL License: GPLv2+ ; LGPLv2.1+ ; MPL
Version: 3.12.8 Version: 3.12.8
Release: 1 Release: 2
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
Obsoletes: mozilla-nss-64bit Obsoletes: mozilla-nss-64bit
@ -49,6 +49,7 @@ Source6: setup-nsssysinit.sh
Source7: cert9.db Source7: cert9.db
Source8: key4.db Source8: key4.db
Source9: pkcs11.txt Source9: pkcs11.txt
Source10: PayPalEE.cert
Patch1: nss-opt.patch Patch1: nss-opt.patch
Patch3: system-nspr.patch Patch3: system-nspr.patch
Patch4: char.patch Patch4: char.patch
@ -178,8 +179,9 @@ cd mozilla
#make generate #make generate
%build %build
export FREEBL_NO_DEPEND=1
cd mozilla/security/nss cd mozilla/security/nss
cp %SOURCE10 tests/libpkix/certs/PayPalEE.cert
export FREEBL_NO_DEPEND=1
export NSPR_INCLUDE_DIR=`nspr-config --includedir` export NSPR_INCLUDE_DIR=`nspr-config --includedir`
export NSPR_LIB_DIR=`nspr-config --libdir` export NSPR_LIB_DIR=`nspr-config --libdir`
export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"