[nss-util] Define NSS_USE_SYSTEM_SQLITE and remove nolocalsql patch.

Elio Maldonado emaldonado at fedoraproject.org
Sun Aug 29 16:39:15 UTC 2010


commit 00e60f203748179630a509a0d9f2bfc3fc01d35b
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Sun Aug 29 09:38:48 2010 -0700

    Define NSS_USE_SYSTEM_SQLITE and remove nolocalsql patch.

 nss-util.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/nss-util.spec b/nss-util.spec
index 80eea43..bfc56e8 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -3,7 +3,7 @@
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
 Version:          3.12.7
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -31,7 +31,6 @@ Source1:          nss-split-util.sh
 Source2:          nss-util.pc.in
 Source3:          nss-util-config.in
 
-Patch1:           nss-nolocalsql.patch
 
 %description
 Utilities for Network Security Services and the Softoken module
@@ -53,7 +52,6 @@ Header and library files for doing development with Network Security Services.
 %prep
 %setup -q
 
-%patch1 -p0 -b .nolocalsql
 
 %build
 
@@ -77,6 +75,9 @@ NSPR_LIB_DIR=`/usr/bin/pkg-config --libs-only-L nspr | sed 's/-L//'`
 export NSPR_INCLUDE_DIR
 export NSPR_LIB_DIR
 
+NSS_USE_SYSTEM_SQLITE=1
+export NSS_USE_SYSTEM_SQLITE
+
 %ifarch x86_64 ppc64 ia64 s390x sparc64
 USE_64=1
 export USE_64
@@ -199,6 +200,9 @@ done
 %{_includedir}/nss3/utilrename.h
 
 %changelog
+* Sat Aug 29 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-2
+- Define NSS_USE_SYSTEM_SQLITE and remove nolocalsql patch 
+
 * Mon Aug 16 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.7-1
 - Update to 3.12.7
 


More information about the scm-commits mailing list