Browse Source

nspr:
- update to 3.12.9.with.ckbi.1.82
- update nss-pem source
- define NSS_USE_SYSTEM_SQLITE, remove unneeded Patch2



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3189 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 years ago
parent
commit
ab06f08783
1 changed files with 13 additions and 9 deletions
  1. 13 9
      n/nss/nss-vl.spec

+ 13 - 9
n/nss/nss-vl.spec

@@ -1,17 +1,18 @@
 %define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
 
-%define nspr_version 4.8.4
+%define nspr_version 4.8.7
 %define unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 
 Summary:          Network Security Services
 Name:             nss
-Version:          3.12.6
-Release:          2%{?_dist_release}
-License:          MPL/GPL/LGPL
+Version:          3.12.9
+Release:          1%{?_dist_release}
+License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
 
-Source0:          %{name}-%{version}.tar.gz
+#Source0:          %{name}-%{version}.tar.gz
+Source0:          %{name}-%{version}.with.ckbi.1.82.tar.gz
 Source1:          nss.pc.in
 Source2:          nss-config.in
 Source3:          blank-cert8.db
@@ -20,7 +21,6 @@ Source5:          blank-secmod.db
 Source12:         %{name}-pem-20091210.tar.bz2
 
 Patch1:           nss-no-rpath.patch
-Patch2:           nss-nolocalsql.patch
 Patch6:           nss-enable-pem.patch
 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -96,7 +96,6 @@ v3 certificates, and other security standards.
 %setup -q
 %setup -q -T -D -n %{name}-%{version} -a 12
 %patch1 -p0
-%patch2 -p0
 %patch6 -p0 -b .libpem
 
 %build
@@ -132,8 +131,8 @@ USE_64=1
 export USE_64
 %endif
 
-# NSS_ENABLE_ECC=1
-# export NSS_ENABLE_ECC
+NSS_USE_SYSTEM_SQLITE=1
+export NSS_USE_SYSTEM_SQLITE
 
 %{__make} -C ./mozilla/security/coreconf
 %{__make} -C ./mozilla/security/dbm
@@ -396,6 +395,11 @@ done
 
 
 %changelog
+* Tue Mar 29 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.12.9-1
+- update to 3.12.9.with.ckbi.1.82
+- update nss-pem source
+- define NSS_USE_SYSTEM_SQLITE, remove unneeded Patch2
+
 * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.6-2
 - rebuild with rpm-4.8.1 for pkg-config file