Name: mingw-gnutls
Version: 2.4.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: MinGW Windows GnuTLS TLS/SSL encryption library
License: LGPLv2+
BuildRequires: mingw-iconv
BuildRequires: mingw-gettext
BuildRequires: mingw-zlib
-
+BuildRequires: autoconf automake libtool
%description
MinGW Windows GnuTLS TLS/SSL encryption library.
%build
autoreconf
+PATH="%{_mingw_bindir}:$PATH" \
%{_mingw_configure} --with-included-libtasn1 --disable-cxx
make
%changelog
+* Thu Sep 11 2008 Daniel P. Berrange <berrange@redhat.com> - 2.4.1-7
+- Add BR on autoconf, automake and libtool
+
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 2.4.1-6
- Need to run autoreconf after patching src/Makefile.am.
- Remove static libs.