From 1440e4d4125d8d78319416838ab69b6f8eded51e Mon Sep 17 00:00:00 2001 From: epienbro Date: Sat, 9 May 2009 11:34:22 +0000 Subject: [PATCH] Add the file include/openssl/applink.c to the package (BZ #499934) --- mingw32-openssl.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 0.9.8j-6 +- Add the file include/openssl/applink.c to the package (BZ #499934) + * Tue Apr 14 2009 Erik van Pienbroek - 0.9.8j-5 - Fixed %%defattr line - Added -static subpackage