[golang] new arch file shuffling

Vincent Batts vbatts at fedoraproject.org
Tue Jun 3 19:38:22 UTC 2014


commit ffa74e040a91247c8dfad3fd98d26c2cff451dc0
Author: Vincent Batts <vbatts at redhat.com>
Date:   Tue Jun 3 15:37:32 2014 -0400

    new arch file shuffling

 golang.spec |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 1 deletions(-)
---
diff --git a/golang.spec b/golang.spec
index 5684833..bed36ca 100644
--- a/golang.spec
+++ b/golang.spec
@@ -51,7 +51,7 @@ Source0:        http://golang.org/dl/go%{version}.src.tar.gz
 BuildRequires:  /usr/bin/hostname
 Patch210:       golang-f21-hostname.patch
 
-# Patch211 - F21+ has glibc 2.19.90 (2.20 devel)+ which deprecates 
+# Patch211 - F21+ has glibc 2.19.90 (2.20 devel)+ which deprecates
 #            _BSD_SOURCE and _SVID_SOURCE
 Patch211:       golang-1.2-BSD-SVID-SOURCE.patch
 %else
@@ -669,6 +669,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %exclude %{goroot}/src/pkg/runtime/zstring_linux_386.c
 %exclude %{goroot}/src/pkg/runtime/zsys_linux_386.s
 %exclude %{goroot}/src/pkg/runtime/ztime_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zalg_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zchan_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zcomplex_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zcpuprof_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zhashmap_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/ziface_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zlfstack_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zrdebug_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zslice_linux_386.c
+%exclude %{goroot}/src/pkg/runtime/zsymtab_linux_386.c
 %endif
 
 %ifarch x86_64
@@ -685,6 +695,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %exclude %{goroot}/src/pkg/runtime/zstring_linux_amd64.c
 %exclude %{goroot}/src/pkg/runtime/zsys_linux_amd64.s
 %exclude %{goroot}/src/pkg/runtime/ztime_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zalg_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zchan_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zcomplex_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zcpuprof_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zhashmap_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/ziface_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zlfstack_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zrdebug_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zslice_linux_amd64.c
+%exclude %{goroot}/src/pkg/runtime/zsymtab_linux_amd64.c
 %endif
 
 %ifarch %{arm}
@@ -703,6 +723,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %exclude %{goroot}/src/pkg/runtime/zstring_linux_arm.c
 %exclude %{goroot}/src/pkg/runtime/zsys_linux_arm.s
 %exclude %{goroot}/src/pkg/runtime/ztime_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zalg_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zchan_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zcomplex_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zcpuprof_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zhashmap_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/ziface_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zlfstack_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zrdebug_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zslice_linux_arm.c
+%exclude %{goroot}/src/pkg/runtime/zsymtab_linux_arm.c
 %endif
 
 
@@ -744,6 +774,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %{goroot}/src/pkg/runtime/zstring_linux_386.c
 %{goroot}/src/pkg/runtime/zsys_linux_386.s
 %{goroot}/src/pkg/runtime/ztime_linux_386.c
+%{goroot}/src/pkg/runtime/zalg_linux_386.c
+%{goroot}/src/pkg/runtime/zchan_linux_386.c
+%{goroot}/src/pkg/runtime/zcomplex_linux_386.c
+%{goroot}/src/pkg/runtime/zcpuprof_linux_386.c
+%{goroot}/src/pkg/runtime/zhashmap_linux_386.c
+%{goroot}/src/pkg/runtime/ziface_linux_386.c
+%{goroot}/src/pkg/runtime/zlfstack_linux_386.c
+%{goroot}/src/pkg/runtime/zrdebug_linux_386.c
+%{goroot}/src/pkg/runtime/zslice_linux_386.c
+%{goroot}/src/pkg/runtime/zsymtab_linux_386.c
 %endif
 
 %ifarch x86_64
@@ -780,6 +820,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %{goroot}/src/pkg/runtime/zstring_linux_amd64.c
 %{goroot}/src/pkg/runtime/zsys_linux_amd64.s
 %{goroot}/src/pkg/runtime/ztime_linux_amd64.c
+%{goroot}/src/pkg/runtime/zalg_linux_amd64.c
+%{goroot}/src/pkg/runtime/zchan_linux_amd64.c
+%{goroot}/src/pkg/runtime/zcomplex_linux_amd64.c
+%{goroot}/src/pkg/runtime/zcpuprof_linux_amd64.c
+%{goroot}/src/pkg/runtime/zhashmap_linux_amd64.c
+%{goroot}/src/pkg/runtime/ziface_linux_amd64.c
+%{goroot}/src/pkg/runtime/zlfstack_linux_amd64.c
+%{goroot}/src/pkg/runtime/zrdebug_linux_amd64.c
+%{goroot}/src/pkg/runtime/zslice_linux_amd64.c
+%{goroot}/src/pkg/runtime/zsymtab_linux_amd64.c
 %endif
 
 %ifarch %{arm}
@@ -821,6 +871,16 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %{goroot}/src/pkg/runtime/zstring_linux_arm.c
 %{goroot}/src/pkg/runtime/zsys_linux_arm.s
 %{goroot}/src/pkg/runtime/ztime_linux_arm.c
+%{goroot}/src/pkg/runtime/zalg_linux_arm.c
+%{goroot}/src/pkg/runtime/zchan_linux_arm.c
+%{goroot}/src/pkg/runtime/zcomplex_linux_arm.c
+%{goroot}/src/pkg/runtime/zcpuprof_linux_arm.c
+%{goroot}/src/pkg/runtime/zhashmap_linux_arm.c
+%{goroot}/src/pkg/runtime/ziface_linux_arm.c
+%{goroot}/src/pkg/runtime/zlfstack_linux_arm.c
+%{goroot}/src/pkg/runtime/zrdebug_linux_arm.c
+%{goroot}/src/pkg/runtime/zslice_linux_arm.c
+%{goroot}/src/pkg/runtime/zsymtab_linux_arm.c
 %endif
 
 %files pkg-linux-386
@@ -915,6 +975,7 @@ GOROOT=%{goroot} GOOS=openbsd GOARCH=amd64 go install std
 %changelog
 * Tue Jun 03 2014 Vincent Batts <vbatts at redhat.com> 1.3rc1-1
 - update to go1.3rc1
+- new arch file shuffling
 
 * Wed May 21 2014 Vincent Batts <vbatts at redhat.com> 1.3beta2-1
 - update to go1.3beta2


More information about the scm-commits mailing list