[nss] fix license handling

Tom Callaway spot at fedoraproject.org
Fri Jul 18 22:52:10 UTC 2014


commit 8025e7be74b58b56c3418696bc37297b650334cd
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jul 18 18:52:34 2014 -0400

    fix license handling

 nss.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nss.spec b/nss.spec
index 75c55bc..76af2e4 100644
--- a/nss.spec
+++ b/nss.spec
@@ -19,7 +19,7 @@
 Summary:          Network Security Services
 Name:             nss
 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
@@ -607,6 +607,8 @@ fi
 
 %files
 %defattr(-,root,root)
+%{!?_licensedir:%global license %%doc}
+%license nss/COPYING
 %{_libdir}/libnss3.so
 %{_libdir}/libssl3.so
 %{_libdir}/libsmime3.so
@@ -747,6 +749,9 @@ fi
 
 
 %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