rpms/nss-util/devel nss-util-config.in, 1.7, 1.8 nss-util.spec, 1.20, 1.21

Elio Maldonado emaldonado at fedoraproject.org
Tue Jan 19 01:20:42 UTC 2010


Author: emaldonado

Update of /cvs/pkgs/rpms/nss-util/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10832

Modified Files:
	nss-util-config.in nss-util.spec 
Log Message:
Fix value for exec_prefix, includir and libdir variables to be nss-util


Index: nss-util-config.in
===================================================================
RCS file: /cvs/pkgs/rpms/nss-util/devel/nss-util-config.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- nss-util-config.in	11 Sep 2009 00:04:16 -0000	1.7
+++ nss-util-config.in	19 Jan 2010 01:20:42 -0000	1.8
@@ -79,13 +79,13 @@ done
 
 # Set variables that may be dependent upon other variables
 if test -z "$exec_prefix"; then
-    exec_prefix=`pkg-config --variable=exec_prefix nssutil`
+    exec_prefix=`pkg-config --variable=exec_prefix nss-util`
 fi
 if test -z "$includedir"; then
-    includedir=`pkg-config --variable=includedir nssutil`
+    includedir=`pkg-config --variable=includedir nss-util`
 fi
 if test -z "$libdir"; then
-    libdir=`pkg-config --variable=libdir nssutil`
+    libdir=`pkg-config --variable=libdir nss-util`
 fi
 
 if test "$echo_prefix" = "yes"; then


Index: nss-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss-util/devel/nss-util.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- nss-util.spec	3 Dec 2009 22:18:06 -0000	1.20
+++ nss-util.spec	19 Jan 2010 01:20:42 -0000	1.21
@@ -3,7 +3,7 @@
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
 Version:          3.12.5
-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
@@ -200,6 +200,9 @@ done
 %{_includedir}/nss3/utilrename.h
 
 %changelog
+* Mon Jan 18 2010 Elio Maldonado <emaldona at redhat.com> - 3.12.5-2
+- Fix in nss-util-config.in
+
 * Thu Dec 03 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.5-1
 - Update to 3.12.5
 



More information about the scm-commits mailing list