[nss-util/f21] fix license handling

Tom Callaway spot at fedoraproject.org
Fri Jul 18 23:21:40 UTC 2014


commit 144a86876649a16322171021260f5ffb26919c40
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jul 18 19:22:05 2014 -0400

    fix license handling

 nss-util.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nss-util.spec b/nss-util.spec
index 8e78ae2..fbe012d 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -3,7 +3,7 @@
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
 Version:          3.16.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -172,6 +172,8 @@ done
 
 %files
 %defattr(-,root,root)
+%{!?_licensedir:%global license %%doc}
+%license nss/COPYING
 %{_libdir}/libnssutil3.so
 
 %files devel
@@ -220,6 +222,9 @@ done
 %{_includedir}/nss3/templates/templates.c
 
 %changelog
+* Fri Jul 18 2014 Tom Callaway <spot at fedoraproject.org> - 3.16.2-2
+- fix license handling
+
 * Sun Jun 29 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.2-1
 - Update to nss-3.16.2
 


More information about the scm-commits mailing list