From: Stefan Schantl Date: Sun, 4 Mar 2012 19:26:33 +0000 (+0100) Subject: nss: Improve package / Fix dlopen issue. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c288ae89254faf89c28de072b1655c2c8e645c57;p=ipfire-3.x.git nss: Improve package / Fix dlopen issue. * nss-libs now requires nss-softokn and nss-softokn-freebl, to solve a problem with dlopen. * Add url for source downloading. * Make myself to the package maintainer. --- diff --git a/nss/nss.nm b/nss/nss.nm index 78740359c..20acaf9b0 100644 --- a/nss/nss.nm +++ b/nss/nss.nm @@ -4,9 +4,13 @@ ############################################################################### name = nss -version = 3.13.1 -release = 2 +ver_major = 3 +ver_minor = 13 +ver_patch = 1 +version = %{ver_major}.%{ver_minor}.%{ver_patch} +release = 3 +maintainer = Stefan Schantl groups = System/Libraries url = http://www.mozilla.org/projects/security/pki/nss/ license = MPLv1.1 or GPLv2+ or LGPLv2+ @@ -23,6 +27,8 @@ end sources += \ %{name}-pem-20100809.tar.bz2 +source_dl = ftp://ftp.mozilla.org/pub/security/nss/releases/NSS_%{ver_major}_%{ver_minor}_%{ver_patch}_RTM/src/ + build requires chrpath @@ -177,6 +183,11 @@ packages package %{name}-libs template LIBS + requires + nss-softokn=%{thisver} + nss-softokn-freebl=%{thisver} + end + files %{libdir}/*.so end