[nss-softokn/f14/master] Add header for nss-softokn-freebl-devel - Bug 675196

Elio Maldonado emaldonado at fedoraproject.org
Fri Feb 4 22:00:58 UTC 2011


commit 511910472c8a02b0eec6d4235e27b56d7c4bf1de
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Fri Feb 4 11:57:13 2011 -0800

    Add header for nss-softokn-freebl-devel - Bug 675196

 nss-softokn.spec |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 07f2e8a..5458d63 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -17,7 +17,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.12.9
-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
@@ -240,10 +240,10 @@ do
   %{__install} -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3
 done
 
-# Copy a freebl include file we also want
-for file in mozilla/dist/private/nss/blapi.h
+# Copy some freebl include files we also want
+for file in blapi.h alghmac.h
 do
-  %{__install} -p -m 644 $file $RPM_BUILD_ROOT/%{_includedir}/nss3
+  %{__install} -p -m 644 mozilla/dist/private/nss/$file $RPM_BUILD_ROOT/%{_includedir}/nss3
 done
 
 # Copy the static freebl library
@@ -290,6 +290,7 @@ done
 %defattr(-,root,root)
 %{_libdir}/libfreebl.a
 %{_includedir}/nss3/blapi.h
+%{_includedir}/nss3/alghmac.h
 
 %files devel
 %defattr(-,root,root)
@@ -307,6 +308,7 @@ done
 # the pkcs #11 ones, have been provided by nss-util-devel
 # which installed them before us.
 #
+%{_includedir}/nss3/alghmac.h
 %{_includedir}/nss3/blapit.h
 %{_includedir}/nss3/ecl-exp.h
 %{_includedir}/nss3/hasht.h
@@ -316,6 +318,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Fri Feb 04 2011 Elio Maldonado <emaldona at redhat.com> - 3.12.9-2
+- Add header for nss-softokn-freebl-devel (#675196)
+
 * Wed Jan 12 2011 Elio Maldonado <emaldona at redhat.com> - 3.12.9-1
 - Update to 3.12.9
 


More information about the scm-commits mailing list