[mingw32-gnutls/f16] Build against p11-kit.

mooninite mooninite at fedoraproject.org
Thu Mar 29 23:11:58 UTC 2012


commit 63b16cb1a521e6519b6c72565a9b3a3d466895b2
Author: Michael Cronenworth <mike at cchtml.com>
Date:   Thu Mar 29 18:11:33 2012 -0500

    Build against p11-kit.

 mingw32-gnutls.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/mingw32-gnutls.spec b/mingw32-gnutls.spec
index 70c268c..728265d 100644
--- a/mingw32-gnutls.spec
+++ b/mingw32-gnutls.spec
@@ -7,7 +7,7 @@
 
 Name:           mingw32-gnutls
 Version:        2.12.14
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        MinGW GnuTLS TLS/SSL encryption library
 
 License:        GPLv3+ and LGPLv2+
@@ -42,6 +42,7 @@ BuildRequires:  mingw32-gettext
 BuildRequires:  mingw32-win-iconv
 BuildRequires:  mingw32-readline
 BuildRequires:  mingw32-zlib
+BuildRequires:  mingw32-p11-kit
 
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -87,8 +88,11 @@ autoreconf
 %build
 PATH="%{_mingw32_bindir}:$PATH" \
 %{_mingw32_configure} \
-  --disable-srp-authentication \
-  --disable-static
+           --disable-static \
+           --disable-openssl-compatibility \
+           --disable-srp-authentication \
+           --disable-rpath \
+           --with-libgcrypt
 # %{?_smp_mflags} doesn't build correctly.
 make
 cp lib/COPYING COPYING.LIB
@@ -140,6 +144,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 29 2012 Michael Cronenworth <mike at cchtml.com> - 2.12.14-2
+- Build against p11-kit
+- Use same configure flags as native package
+
 * Thu Mar 29 2012 Michael Cronenworth <mike at cchtml.com> - 2.12.14-1
 - Update to match native package version
 - Use system libtasn1


More information about the scm-commits mailing list