rpms/libtomcrypt/devel libtomcrypt.spec,1.3,1.4

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


Author: jjh

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

Modified Files:
	libtomcrypt.spec 
Log Message:
attempting to debug ppc64 build


Index: libtomcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtomcrypt/devel/libtomcrypt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtomcrypt.spec	10 Jul 2007 09:04:42 -0000	1.3
+++ libtomcrypt.spec	10 Jul 2007 09:12:09 -0000	1.4
@@ -45,13 +45,13 @@
 export CFLAGS="$RPM_OPT_FLAGS -DLTM_DESC -I%{_includedir}/tommath"
 make %{?_smp_mflags} LIBPATH=%{_libdir} -f makefile docs
 make %{?_smp_mflags} LIBPATH=%{_libdir} EXTRALIBS="-ltommath" -f makefile.shared || :
-for i in /tmp/cc*.out
+%ifarch ppc64
+for i in $(find /tmp -name 'cc*.out') 
 do 
     echo $i
     wc -l $i
     cat $i
 done
-%ifarch ppc64
 exit 1
 %endif
 




More information about the fedora-extras-commits mailing list