git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c2edee
)
Set $PATH to gpg-error-config is found in $mingw_bindir
author
Daniel P. Berrange
<berrange@redhat.com>
Thu, 11 Sep 2008 11:13:01 +0000
(07:13 -0400)
committer
Daniel P. Berrange
<berrange@redhat.com>
Thu, 11 Sep 2008 11:13:01 +0000
(07:13 -0400)
libgcrypt/mingw-libgcrypt.spec
patch
|
blob
|
history
diff --git
a/libgcrypt/mingw-libgcrypt.spec
b/libgcrypt/mingw-libgcrypt.spec
index
924dd9b
..
eab76c7
100644
(file)
--- 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 <berrange@redhat.com> - 1.4.1-5
+- Set PATH so it finds gpg-error-config
+
* Wed Sep 10 2008 Richard W.M. Jones <rjones@redhat.com> - 1.4.1-4
- Remove static library.