rpms/libtomcrypt/devel libtomcrypt.spec,1.1,1.2

Jeremy Hinegardner (jjh) fedora-extras-commits at redhat.com
Tue Jul 10 08:09:35 UTC 2007


Author: jjh

Update of /cvs/pkgs/rpms/libtomcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7847

Modified Files:
	libtomcrypt.spec 
Log Message:
dumping debug information for ppc64 build


Index: libtomcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtomcrypt/devel/libtomcrypt.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libtomcrypt.spec	9 Jul 2007 23:17:28 -0000	1.1
+++ libtomcrypt.spec	10 Jul 2007 08:09:01 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           libtomcrypt
 Version:        1.17
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        a comprehensive, portable cryptographic toolkit
 Group:          System Environment/Libraries
 License:        Public Domain
@@ -43,8 +43,18 @@
 # no configure script ships with libtomcrypt.  Its only requirement is
 # ANSI C. And libtommath.  Explicitly force it to be built against libtommath
 export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -I%{_includedir}/tommath"
-make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared 
 make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
+make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
+for i in '/tmp/cc*.out'
+do 
+    echo $i
+    wc -l $i
+    cat $i
+done
+%ifarch ppc64
+exit 1
+%endif
+
 
 
 %check




More information about the fedora-extras-commits mailing list