rpms/libgcrypt/devel libgcrypt.spec,1.31,1.32

Dennis Gilmore ausil at fedoraproject.org
Tue Oct 21 04:52:29 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6494

Modified Files:
	libgcrypt.spec 
Log Message:
disable asm on sparc64



Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- libgcrypt.spec	18 Sep 2008 15:50:08 -0000	1.31
+++ libgcrypt.spec	21 Oct 2008 04:51:58 -0000	1.32
@@ -1,6 +1,6 @@
 Name: libgcrypt
 Version: 1.4.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
@@ -31,7 +31,11 @@
 %setup -q
 
 %build
-%configure --disable-static --enable-noexecstack
+%configure --disable-static \
+%ifarch sparc64
+     --disable-asm \
+%endif
+     --enable-noexecstack
 make %{?_smp_mflags}
 
 %check
@@ -119,6 +123,9 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Mon Oct 20 2008 Dennis Gilmore <dennis at ausil.us> 1.4.3-2
+- disable asm on sparc64
+
 * Thu Sep 18 2008 Nalin Dahyabhai <nalin at redhat.com> 1.4.3-1
 - update to 1.4.3
 - own /etc/gcrypt




More information about the fedora-extras-commits mailing list