rpms/nss/devel nss.spec,1.102,1.103

Warren Togami 砥上勇 wtogami at fedoraproject.org
Fri Aug 28 14:26:58 UTC 2009


Author: wtogami

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

Modified Files:
	nss.spec 
Log Message:
caolan's nss.pc patch



Index: nss.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss/devel/nss.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -p -r1.102 -r1.103
--- nss.spec	28 Aug 2009 05:42:50 -0000	1.102
+++ nss.spec	28 Aug 2009 14:26:58 -0000	1.103
@@ -4,11 +4,13 @@
 Summary:          Network Security Services
 Name:             nss
 Version:          3.12.3.99.3
-Release:          23%{?dist}
+Release:          24%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
 Requires:         nspr >= %{nspr_version}
+# FIXME: Due to nss.pc.in substitutions in the %%build section, these Requires must
+# be exactly matching versions?
 Requires:         nss-util >= %{version}
 Requires:         nss-softokn >= %{version}
 Requires:         nss-softokn-freebl%{_isa} >= %{version}
@@ -145,8 +147,10 @@ export USE_64
                           -e "s,%%prefix%%,%{_prefix},g" \
                           -e "s,%%exec_prefix%%,%{_prefix},g" \
                           -e "s,%%includedir%%,%{_includedir}/nss3,g" \
+                          -e "s,%%NSS_VERSION%%,%{version},g" \
                           -e "s,%%NSPR_VERSION%%,%{nspr_version},g" \
-                          -e "s,%%NSS_VERSION%%,%{version},g" > \
+                          -e "s,%%NSSUTIL_VERSION%%,%{version},g" \
+                          -e "s,%%SOFTOKEN_VERSION%%,%{version},g" > \
                           ./mozilla/dist/pkgconfig/nss.pc
 
 NSS_VMAJOR=`cat mozilla/security/nss/lib/nss/nss.h | grep "#define.*NSS_VMAJOR" | awk '{print $3}'`
@@ -436,6 +440,9 @@ rm -rf $RPM_BUILD_ROOT/%{_includedir}/ns
 
 
 %changelog
+* Fri Aug 28 2009 Warren Togami <wtogami at redhat.com> - 3.12.3.99.3-24
+- caolan's nss.pc patch
+
 * Thu Aug 27 2009 Elio Maldonado<emaldona at redhat.com> - 3.12.3.99.3-23
 - Bump the release number for a chained build of nss-util, nss-softokn and nss
 




More information about the fedora-extras-commits mailing list