Add the file include/openssl/applink.c to the package (BZ #499934)
This commit is contained in:
parent
c2a1431a48
commit
1440e4d412
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: mingw32-openssl
|
Name: mingw32-openssl
|
||||||
Version: 0.9.8j
|
Version: 0.9.8j
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: MinGW port of the OpenSSL toolkit
|
Summary: MinGW port of the OpenSSL toolkit
|
||||||
|
|
||||||
License: OpenSSL
|
License: OpenSSL
|
||||||
@ -286,6 +286,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mingw32_includedir}
|
|||||||
mkdir -p $RPM_BUILD_ROOT%{_mingw32_mandir}
|
mkdir -p $RPM_BUILD_ROOT%{_mingw32_mandir}
|
||||||
make INSTALL_PREFIX=$RPM_BUILD_ROOT install build-shared
|
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 the actual DLLs.
|
||||||
install libcrypto-%{soversion}.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
|
install libcrypto-%{soversion}.dll $RPM_BUILD_ROOT%{_mingw32_bindir}
|
||||||
install libssl-%{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
|
%changelog
|
||||||
|
* Sat May 9 2009 Erik van Pienbroek <epienbro@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@fedoraproject.org> - 0.9.8j-5
|
* Tue Apr 14 2009 Erik van Pienbroek <epienbro@fedoraproject.org> - 0.9.8j-5
|
||||||
- Fixed %%defattr line
|
- Fixed %%defattr line
|
||||||
- Added -static subpackage
|
- Added -static subpackage
|
||||||
|
Loading…
Reference in New Issue
Block a user