From: Daniel P. Berrange <"Daniel P. Berrange "> Date: Thu, 11 Sep 2008 11:13:01 +0000 (-0400) Subject: Set $PATH to gpg-error-config is found in $mingw_bindir X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=724d083efa57d52862deacde2234b8f2acb5d3f8;hp=8c2edee7328a14d47af8de0b98e61a351fcd2a2d;p=fedora-mingw.git Set $PATH to gpg-error-config is found in $mingw_bindir --- diff --git a/libgcrypt/mingw-libgcrypt.spec b/libgcrypt/mingw-libgcrypt.spec index 924dd9b..eab76c7 100644 --- a/libgcrypt/mingw-libgcrypt.spec +++ b/libgcrypt/mingw-libgcrypt.spec @@ -6,7 +6,7 @@ Name: mingw-libgcrypt Version: 1.4.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW Windows gcrypt encryption library License: LGPLv2+ @@ -32,6 +32,7 @@ MinGW Windows gcrypt encryption library. %build +PATH="%{_mingw_bindir}:$PATH" \ %{_mingw_configure} make @@ -64,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_mingw_datadir}/info/gcrypt.info %changelog +* Thu Sep 11 2008 Daniel P. Berrange - 1.4.1-5 +- Set PATH so it finds gpg-error-config + * Wed Sep 10 2008 Richard W.M. Jones - 1.4.1-4 - Remove static library.