[gnupg2] build with --enable-standard-socket

Rex Dieter rdieter at fedoraproject.org
Wed Oct 12 14:31:54 UTC 2011


commit 5ece7febc58f4c6a5eb65819c53aa1e02565714d
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Oct 12 09:31:53 2011 -0500

    build with --enable-standard-socket

 gnupg2.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/gnupg2.spec b/gnupg2.spec
index b40c767..b3a0bec 100644
--- a/gnupg2.spec
+++ b/gnupg2.spec
@@ -1,7 +1,7 @@
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
 Version: 2.0.18
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: GPLv3+
 Group:   Applications/System
@@ -75,13 +75,13 @@ sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c
 %build
 
 %configure \
-  --disable-rpath
+  --disable-rpath \
+  --enable-standard-socket
 
 # need scratch gpg database for tests
 mkdir -p $HOME/.gnupg
 
-# not smp-safe
-make
+make %{?_smp_mflags}
 
 
 %install
@@ -164,6 +164,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Oct 12 2011 Rex Dieter <rdieter at fedoraproject.org> 2.0.18-2
+- build with --enable-standard-socket
+
 * Wed Aug 17 2011 Tomas Mraz <tmraz at redhat.com> - 2.0.18-1
 - new upstream release (#728481)
 


More information about the scm-commits mailing list