summaryrefslogtreecommitdiffstats
path: root/cygwin-openssl.spec
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-09-11 14:47:42 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-09-11 14:47:42 -0500
commit8110c782065266da5492e913aa4a9a6aafb51fc4 (patch)
treee1ac1b4029fcdac147d116b5a78a12ac2b165a3a /cygwin-openssl.spec
parentb0b287ca6f9ce8f35fe808f4109e529d7a6468ac (diff)
downloadcygwin-openssl-8110c782065266da5492e913aa4a9a6aafb51fc4.tar.gz
cygwin-openssl-8110c782065266da5492e913aa4a9a6aafb51fc4.tar.xz
cygwin-openssl-8110c782065266da5492e913aa4a9a6aafb51fc4.zip
cygwin-openssl 1.0.2h
Diffstat (limited to 'cygwin-openssl.spec')
-rw-r--r--cygwin-openssl.spec23
1 files changed, 14 insertions, 9 deletions
diff --git a/cygwin-openssl.spec b/cygwin-openssl.spec
index 3830266..6208db8 100644
--- a/cygwin-openssl.spec
+++ b/cygwin-openssl.spec
@@ -3,8 +3,8 @@
%define soversion 1.0.0
Name: cygwin-openssl
-Version: 1.0.1g
-Release: 1
+Version: 1.0.2h
+Release: 1%{?dist}
Summary: Cygwin port of the OpenSSL toolkit
Group: Development/Libraries
@@ -13,8 +13,8 @@ URL: http://www.openssl.org/
BuildArch: noarch
Source0: http://www.openssl.org/source/openssl-%{version}.tar.gz
-Patch0: openssl-1.0.0-beta5-enginesdir.patch
-Patch1: openssl-1.0.1-cygwin64.patch
+Patch0: openssl-1.0.2a-enginesdir.patch
+Patch1: openssl-1.0.2-debuginfo.patch
BuildRequires: cygwin32-filesystem
BuildRequires: cygwin32-binutils
@@ -82,7 +82,8 @@ pushd build_32bit
./Configure \
--prefix=%{cygwin32_prefix} \
--cross-compile-prefix=%{cygwin32_target}- \
- shared zlib no-idea no-rc5 Cygwin
+ shared zlib enable-seed enable-tlsext enable-rfc3779 enable-camellia \
+ enable-cms enable-md2 enable-rc5 no-krb5 Cygwin
make depend
make all build-shared
@@ -94,19 +95,20 @@ pushd build_64bit
./Configure \
--prefix=%{cygwin64_prefix} \
--cross-compile-prefix=%{cygwin64_target}- \
- shared zlib no-idea no-rc5 no-asm Cygwin-x86_64
+ shared zlib enable-seed enable-tlsext enable-rfc3779 enable-camellia \
+ enable-cms enable-md2 enable-rc5 no-krb5 Cygwin-x86_64
make depend
-make all build-shared
+make all build-shared OPT_CFLAGS="$CFLAGS" EXE_EXT=.exe
popd
%install
pushd build_32bit
-make INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw
+make INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw EXE_EXT=.exe
popd
pushd build_64bit
-make INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw
+make INSTALL_PREFIX=$RPM_BUILD_ROOT install_sw EXE_EXT=.exe
popd
# Remove unnecessary static libraries
@@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT%{cygwin64_mandir}
%changelog
+* Sun Sep 11 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.0.2h-1
+- Version bump.
+
* Tue Apr 08 2014 Yaakov Selkowitz <cygwin-ports-general@lists.sourceforge.net> - 1.0.1g-1
- Version bump.