[mingw-openssl: 6/32] Add the file include/openssl/applink.c to the package (BZ #499934)

Kalev Lember kalev at fedoraproject.org
Tue Mar 6 20:06:44 UTC 2012


commit 1440e4d4125d8d78319416838ab69b6f8eded51e
Author: epienbro <epienbro at fedoraproject.org>
Date:   Sat May 9 11:34:22 2009 +0000

    Add the file include/openssl/applink.c to the package (BZ #499934)

 mingw32-openssl.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-openssl.spec b/mingw32-openssl.spec
index e4d3315..a605099 100644
--- a/mingw32-openssl.spec
+++ b/mingw32-openssl.spec
@@ -27,7 +27,7 @@
 
 Name:           mingw32-openssl
 Version:        0.9.8j
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        MinGW port of the OpenSSL toolkit
 
 License:        OpenSSL
@@ -286,6 +286,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}
 mkdir -p $RPM_BUILD_ROOT%{_mingw32_mandir}
 make INSTALL_PREFIX=$RPM_BUILD_ROOT install build-shared
 
+# Install the file applink.c (#499934)
+install -m644 ms/applink.c $RPM_BUILD_ROOT%{_mingw32_includedir}/openssl/applink.c
+
 # Install the actual DLLs.
 install libcrypto-%{soversion}.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
 install libssl-%{soversion}.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
@@ -339,6 +342,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May  9 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9.8j-6
+- Add the file include/openssl/applink.c to the package (BZ #499934)
+
 * Tue Apr 14 2009 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.9.8j-5
 - Fixed %%defattr line
 - Added -static subpackage


More information about the scm-commits mailing list