diff options
author | CoprDistGit <infra@openeuler.org> | 2025-08-29 03:09:49 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-08-29 03:09:49 +0000 |
commit | f62b035ab907596de69dd7023640fe54e0c16fe0 (patch) | |
tree | b38670f0ce0fa64d7f2973108946a2f6c22fff64 | |
parent | 647be19235e121fc5eb8e446ccd8e295f32fd5da (diff) |
automatic import of golang
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | golang.spec | 376 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 378 insertions, 0 deletions
@@ -0,0 +1 @@ +/go1.22.12.src.tar.gz diff --git a/golang.spec b/golang.spec new file mode 100644 index 0000000..c7e3cff --- /dev/null +++ b/golang.spec @@ -0,0 +1,376 @@ +%global debug_package %{nil} +%global _binaries_in_noarch_packages_terminate_build 0 +%global golibdir %{_libdir}/golang +%global goroot /usr/lib/%{name} +%global go_api 1.22 +%global go_version 1.22 +%global __spec_install_post /usr/lib/rpm/check-rpaths /usr/lib/rpm/check-buildroot /usr/lib/rpm/brp-compress +%global __requires_exclude_from ^(%{_datadir}|/usr/lib)/%{name}/(doc|src)/.*$ +%global __strip /bin/true +%global vendor %{?_vendor:%{_vendor}}%{!?_vendor:openEuler} +%define _use_internal_dependency_generator 0 +%define __find_requires %{nil} + +%bcond_with bootstrap +# remove riscv64 because of some failed testcases +# FIXME: fix failed testcases on riscv64 +%ifarch x86_64 aarch64 loongarch64 ppc64le +%bcond_without ignore_tests +%else +%bcond_with ignore_tests +%endif + +%ifarch x86_64 aarch64 riscv64 loongarch64 ppc64le +%global external_linker 1 +%else +%global external_linker 0 +%endif + +%ifarch x86_64 aarch64 riscv64 loongarch64 ppc64le +%global cgo_enabled 1 +%else +%global cgo_enabled 0 +%endif + +%if %{with bootstrap} +%global golang_bootstrap 0 +%else +%global golang_bootstrap 1 +%endif + +%if %{with ignore_tests} +%global fail_on_tests 0 +%else +%global fail_on_tests 1 +%endif + +%global shared 0 + +# Pre build std lib with -race enabled +# Disabled due to 1.20 new cache usage, see 1.20 upstream release notes +%global race 0 + +%ifarch x86_64 +%global gohostarch amd64 +%endif +%ifarch aarch64 +%global gohostarch arm64 +%endif +%ifarch riscv64 +%global gohostarch riscv64 +%endif +%ifarch ppc64le +%global gohostarch ppc64le +%endif +%ifarch loongarch64 +%global gohostarch loong64 +%endif + +Name: golang +Version: 1.22.12 +Release: 1 +Summary: The Go Programming Language +License: BSD and Public Domain +URL: https://golang.org/ +Source0: https://dl.google.com/go/go%{version}.src.tar.gz + +%if !%{golang_bootstrap} +BuildRequires: gcc-go >= 5 +%else +BuildRequires: golang +%endif +BuildRequires: hostname +# for tests +BuildRequires: pcre-devel, glibc-static, perl-interpreter, procps-ng + +Provides: go = %{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} + +Obsoletes: %{name}-pkg-bin-linux-386 < 1.4.99 +Obsoletes: %{name}-pkg-bin-linux-amd64 < 1.4.99 +Obsoletes: %{name}-pkg-bin-linux-arm < 1.4.99 +Obsoletes: %{name}-pkg-linux-386 < 1.4.99 +Obsoletes: %{name}-pkg-linux-amd64 < 1.4.99 +Obsoletes: %{name}-pkg-linux-arm < 1.4.99 +Obsoletes: %{name}-vet < 0-12.1 +Obsoletes: %{name}-cover < 0-12.1 + +Requires(post): %{_sbindir}/update-alternatives +Requires(postun): %{_sbindir}/update-alternatives +Recommends: glibc gcc git subversion + +# Bundled/Vendored provides generated by bundled-deps.sh based on the in tree module data +# - in version filed substituted with . per versioning guidelines +Provides: bundled(golang(github.com/google/pprof)) = 0.0.0.20241101162523.b92577c0c142 +Provides: bundled(golang(github.com/ianlancetaylor/demangle)) = 0.0.0.20240912202439.0a2b6291aafd +Provides: bundled(golang(golang.org/x/arch)) = 0.12.0 +Provides: bundled(golang(golang.org/x/build)) = 0.0.0.20241205234318.b850320af2a4 +Provides: bundled(golang(golang.org/x/crypto)) = 0.30.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.22.0 +Provides: bundled(golang(golang.org/x/net)) = 0.32.1.0.20250304185419.76f9bf3279ef +Provides: bundled(golang(golang.org/x/sync)) = 0.10.0 +Provides: bundled(golang(golang.org/x/sys)) = 0.28.0 +Provides: bundled(golang(golang.org/x/telemetry)) = 0.0.0.20241204182053.c0ac0e154df3 +Provides: bundled(golang(golang.org/x/term)) = 0.27.0 +Provides: bundled(golang(golang.org/x/text)) = 0.21.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.28.1.0.20250131145412.98746475647e +Provides: bundled(golang(rsc.io/markdown)) = 0.0.0.20240306144322.0bf8f97ee8ef + +Provides: %{name}-bin = %{version}-%{release} +Obsoletes: %{name}-bin +Obsoletes: %{name}-shared +Obsoletes: %{name}-docs +Obsoletes: %{name}-data < 1.1.1-4 +Obsoletes: %{name}-vim < 1.4 +Obsoletes: emacs-%{name} < 1.4 +Requires: %{vendor}-rpm-config + +#Patch1000: 1000-all-implement-plugin-build-mode-for-riscv64.patch +#Patch1001: 1001-cmd-link-cmd-internal-add-R_GOT_PCREL_ITYPE_RELOC-fo.patch +#Patch1002: 1002-cmd-compile-don-t-merge-symbols-on-riscv64-when-dyna.patch +#Patch1003: 1003-CVE-2025-22874-crypto-x509-decouple-key-usage-and-po.patch +#Patch1004: 1004-CVE-2025-4673-net-http-strip-sensitive-proxy-headers.patch +#Patch1005: 1005-CVE-2025-47907-avoid-closing-rows.patch +#Patch1006: 1006-CVE-2025-4674-disable-support-for-multiple-vcs-in-one-module.patch + +#Patch9001: 0001-fix-asan_test-test-case-failure.patch + +ExclusiveArch: %{golang_arches} + +%description +%{summary}. + +%package help +Summary: Golang compiler helps and manual docs +Requires: %{name} = %{version}-%{release} +BuildArch: noarch +Provides: %{name}-docs = %{version}-%{release} +Obsoletes: %{name}-docs < %{version}-%{release} +Provides: %{name}-shared = %{version}-%{release} +Obsoletes: %{name}-shared < %{version}-%{release} + +%description help +%{summary}. + +%package devel +Summary: Golang compiler devel +BuildArch: noarch +Requires: %{name} = %{version}-%{release} +Provides: %{name}-src = %{version}-%{release} +Obsoletes: %{name}-src < %{version}-%{release} +Provides: %{name}-tests = %{version}-%{release} +Obsoletes: %{name}-tests < %{version}-%{release} +Provides: %{name}-misc = %{version}-%{release} +Obsoletes: %{name}-misc < %{version}-%{release} +Obsoletes: %{name}-race = %{version}-%{release} + +%description devel +%{summary}. + +# Workaround old RPM bug of symlink-replaced-with-dir failure +%pretrans -p <lua> +for _,d in pairs({"api", "doc", "include", "lib", "src"}) do + path = "%{goroot}/" .. d + if posix.stat(path, "type") == "link" then + os.remove(path) + posix.mkdir(path) + end +end + +%prep +%autosetup -n go -p1 + +%build +uname -a +cat /proc/cpuinfo +cat /proc/meminfo + +%if !%{golang_bootstrap} +export GOROOT_BOOTSTRAP=/ +%else +export GOROOT_BOOTSTRAP=%{goroot} +%endif + +export GOROOT_FINAL=%{goroot} +export GOHOSTOS=linux +export GOHOSTARCH=%{gohostarch} + +pushd src +export CFLAGS="$RPM_OPT_FLAGS" +export LDFLAGS="$RPM_LD_FLAGS" +export CC="gcc" +export CC_FOR_TARGET="gcc" +export GOOS=linux +export GOARCH=%{gohostarch} +%if !%{external_linker} +export GO_LDFLAGS="-linkmode internal" +%endif +%if !%{cgo_enabled} +export CGO_ENABLED=0 +%endif + +%ifarch aarch64 +export GO_LDFLAGS="-s -w" +%endif + +./make.bash --no-clean -v +popd + +%if %{shared} +GOROOT=$(pwd) PATH=$(pwd)/bin:$PATH go install -buildmode=shared -v -x std +%endif + +%if %{race} +GOROOT=$(pwd) PATH=$(pwd)/bin:$PATH go install -race -v -x std +%endif + +%install +rm -rf %{buildroot} +rm -rf pkg/obj/go-build/* + +mkdir -p %{buildroot}%{_bindir} +mkdir -p %{buildroot}%{goroot} + +cp -apv api bin doc lib pkg src misc test go.env VERSION \ + %{buildroot}%{goroot} + +# bz1099206 +find %{buildroot}%{goroot}/src -exec touch -r %{buildroot}%{goroot}/VERSION "{}" \; +# and level out all the built archives +touch %{buildroot}%{goroot}/pkg +find %{buildroot}%{goroot}/pkg -exec touch -r %{buildroot}%{goroot}/pkg "{}" \; +# generate the spec file ownership of this source tree and packages +cwd=$(pwd) +src_list=$cwd/go-src.list +pkg_list=$cwd/go-pkg.list +shared_list=$cwd/go-shared.list +race_list=$cwd/go-race.list +misc_list=$cwd/go-misc.list +docs_list=$cwd/go-docs.list +tests_list=$cwd/go-tests.list +rm -f $src_list $pkg_list $docs_list $misc_list $tests_list $shared_list $race_list +touch $src_list $pkg_list $docs_list $misc_list $tests_list $shared_list $race_list +pushd %{buildroot}%{goroot} + find src/ -type d -a \( ! -name testdata -a ! -ipath '*/testdata/*' \) -printf '%%%dir %{goroot}/%p\n' >> $src_list + find src/ ! -type d -a \( ! -ipath '*/testdata/*' -a ! -name '*_test.go' \) -printf '%{goroot}/%p\n' >> $src_list + + find bin/ pkg/ -type d -a ! -path '*_dynlink/*' -a ! -path '*_race/*' -printf '%%%dir %{goroot}/%p\n' >> $pkg_list + find bin/ pkg/ ! -type d -a ! -path '*_dynlink/*' -a ! -path '*_race/*' -printf '%{goroot}/%p\n' >> $pkg_list + + find doc/ -type d -printf '%%%dir %{goroot}/%p\n' >> $docs_list + find doc/ ! -type d -printf '%{goroot}/%p\n' >> $docs_list + + find misc/ -type d -printf '%%%dir %{goroot}/%p\n' >> $misc_list + find misc/ ! -type d -printf '%{goroot}/%p\n' >> $misc_list + +%if %{shared} + mkdir -p %{buildroot}/%{_libdir}/ + mkdir -p %{buildroot}/%{golibdir}/ + for file in $(find . -iname "*.so" ); do + chmod 755 $file + mv $file %{buildroot}/%{golibdir} + pushd $(dirname $file) + ln -fs %{golibdir}/$(basename $file) $(basename $file) + popd + echo "%%{goroot}/$file" >> $shared_list + echo "%%{golibdir}/$(basename $file)" >> $shared_list + done + + find pkg/*_dynlink/ -type d -printf '%%%dir %{goroot}/%p\n' >> $shared_list + find pkg/*_dynlink/ ! -type d -printf '%{goroot}/%p\n' >> $shared_list +%endif + +%if %{race} + + find pkg/*_race/ -type d -printf '%%%dir %{goroot}/%p\n' >> $race_list + find pkg/*_race/ ! -type d -printf '%{goroot}/%p\n' >> $race_list + +%endif + + find test/ -type d -printf '%%%dir %{goroot}/%p\n' >> $tests_list + find test/ ! -type d -printf '%{goroot}/%p\n' >> $tests_list + find src/ -type d -a \( -name testdata -o -ipath '*/testdata/*' \) -printf '%%%dir %{goroot}/%p\n' >> $tests_list + find src/ ! -type d -a \( -ipath '*/testdata/*' -o -name '*_test.go' \) -printf '%{goroot}/%p\n' >> $tests_list + # this is only the zoneinfo.zip + find lib/ -type d -printf '%%%dir %{goroot}/%p\n' >> $tests_list + find lib/ ! -type d -printf '%{goroot}/%p\n' >> $tests_list +popd + +rm -rfv %{buildroot}%{goroot}/doc/Makefile + +mkdir -p %{buildroot}%{goroot}/bin/linux_%{gohostarch} +ln -sf %{goroot}/bin/go %{buildroot}%{goroot}/bin/linux_%{gohostarch}/go +ln -sf %{goroot}/bin/gofmt %{buildroot}%{goroot}/bin/linux_%{gohostarch}/gofmt + +mkdir -p %{buildroot}%{gopath}/src/github.com +mkdir -p %{buildroot}%{gopath}/src/bitbucket.org +mkdir -p %{buildroot}%{gopath}/src/code.google.com/p +mkdir -p %{buildroot}%{gopath}/src/golang.org/x + +%check +export GOROOT=$(pwd -P) +export PATH="$GOROOT"/bin:"$PATH" +cd src + +export CC="gcc" +export CFLAGS="$RPM_OPT_FLAGS" +export LDFLAGS="$RPM_LD_FLAGS" +%if !%{external_linker} +export GO_LDFLAGS="-linkmode internal" +%endif +%if !%{cgo_enabled} || !%{external_linker} +export CGO_ENABLED=0 +%endif + +export GO_TEST_TIMEOUT_SCALE=60 + +%if %{fail_on_tests} +echo tests ignored +%else +./run.bash --no-rebuild -v -k -run='!(cmd/go|go/build|cmd/internal/testdir|cmd/link|cmd/nm|cmd/cgo/internal/testlife|cmd/cgo/internal/teststdio|cmd/cgo/internal/testerrors|tyepparams|race|flag|cgo_stdio|cgo_life|cgo_errors|test:0_1|api)' +%endif +cd .. + +%post +%{_sbindir}/update-alternatives --install %{_bindir}/go \ + go %{goroot}/bin/go 90 \ + --slave %{_bindir}/gofmt gofmt %{goroot}/bin/gofmt + +%preun +if [ $1 = 0 ]; then + %{_sbindir}/update-alternatives --remove go %{goroot}/bin/go +fi + +%if %{shared} +%files -f go-pkg.list -f go-shared.list +%else +%files -f go-pkg.list +%endif + +%doc LICENSE PATENTS +%doc %{goroot}/VERSION +%dir %{goroot}/doc +%doc %{goroot}/doc/* +%dir %{goroot} +%exclude %{goroot}/src/ +%exclude %{goroot}/doc/ +%exclude %{goroot}/misc/ +%exclude %{goroot}/test/ +%exclude %{goroot}/lib/ +%{goroot}/* +%dir %{gopath} +%dir %{gopath}/src +%dir %{gopath}/src/github.com/ +%dir %{gopath}/src/bitbucket.org/ +%dir %{gopath}/src/code.google.com/ +%dir %{gopath}/src/code.google.com/p/ +%dir %{gopath}/src/golang.org +%dir %{gopath}/src/golang.org/x + +%files help -f go-docs.list + +%files devel -f go-tests.list -f go-misc.list -f go-src.list + +%changelog +* Fri Aug 29 2025 tzing_t <tzing0013@gmail.com> - 1.22.12-1 +- Update to version 1.22.12 @@ -0,0 +1 @@ +0f31dd11b953e7824918e31ead080fb4 go1.22.12.src.tar.gz |