rpms/skychart/devel skychart.spec,1.2,1.3

Lubomir Rintel lkundrak at fedoraproject.org
Thu Nov 6 21:55:06 UTC 2008


Author: lkundrak

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

Modified Files:
	skychart.spec 
Log Message:
Add -Aas to debug ppc64 fail #470158


Index: skychart.spec
===================================================================
RCS file: /cvs/pkgs/rpms/skychart/devel/skychart.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- skychart.spec	6 Nov 2008 01:31:57 -0000	1.2
+++ skychart.spec	6 Nov 2008 21:54:35 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           skychart
 Version:        3.0.1.5
-Release:        2.20081026svn%{?dist}
+Release:        2.20081026svn%{?dist}.ppc64.1
 Summary:        Planetarium software for the advanced amateur astronomer
 
 # svn export -r1050 https://skychart.svn.sourceforge.net/svnroot/skychart/trunk@1050 skychart-3.0.1.5
@@ -16,9 +16,6 @@
 Patch2:         skychart-3.0.1.5-paths.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# FIXME: http://koji.fedoraproject.org/koji/taskinfo?taskID=918916
-ExcludeArch:    ppc64
-
 BuildRequires:  lazarus >= 0.9.26
 BuildRequires:  ImageMagick
 BuildRequires:  desktop-file-utils
@@ -50,7 +47,14 @@
 find . -type f -print0 |xargs -0 chmod 644
 
 
+
 %build
+
+# Emit some more debugging details to diagnose ppc64 fail
+awk '/CompilerPath/ {print "<CustomOptions Value=\"-Aas\"/>"} {print}' \
+	skychart/component/cdccomponents.lpk >skychart/component/.cdccomponents.lpk
+mv skychart/component/.cdccomponents.lpk skychart/component/cdccomponents.lpk
+
 lazbuild --primary-config-path=$PWD/.lazarus skychart/component/cdccomponents.lpk
 lazbuild --primary-config-path=$PWD/.lazarus skychart/cdc.lpi
 




More information about the fedora-extras-commits mailing list