2010-10-08 16:25:58 +02:00
|
|
|
#
|
2011-11-04 10:06:56 +01:00
|
|
|
# spec file for package go
|
|
|
|
#
|
2012-01-03 10:22:32 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2011-03-21 16:16:38 +01:00
|
|
|
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
|
2010-10-08 16:25:58 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2011-11-04 10:06:56 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2012-02-08 10:24:23 +01:00
|
|
|
|
|
|
|
|
2010-10-08 16:25:58 +02:00
|
|
|
Name: go
|
2012-02-08 10:24:23 +01:00
|
|
|
Version: 0.0.r60.3+hg20120207
|
2011-06-30 11:18:52 +02:00
|
|
|
Release: 0
|
2010-10-08 16:25:58 +02:00
|
|
|
Summary: A compiled, garbage-collected, concurrent programming language
|
2011-09-02 11:15:17 +02:00
|
|
|
License: BSD-3-Clause
|
2011-12-13 15:23:16 +01:00
|
|
|
Group: Development/Languages/Other
|
2011-11-04 10:06:56 +01:00
|
|
|
Url: http://golang.org
|
2011-03-21 16:14:21 +01:00
|
|
|
Source0: go-%{version}.tar.bz2
|
2011-06-30 11:18:52 +02:00
|
|
|
Source1: rpmlintrc
|
2011-02-17 11:34:25 +01:00
|
|
|
Source2: go.sh
|
2011-05-19 20:17:10 +02:00
|
|
|
Source3: macros.go
|
2011-09-27 10:59:03 +02:00
|
|
|
# This file is otherwise generated at build-time from the .hg directory, which was
|
|
|
|
# stripped from the tarball to save space. TODO: Update contents after version update!
|
|
|
|
Source4: VERSION
|
2011-06-30 11:18:52 +02:00
|
|
|
# PATCH-FIX-OPENSUSE adjust documentation paths
|
|
|
|
Patch1: go-godoc-path-locations.patch
|
2011-10-06 13:06:36 +02:00
|
|
|
# PATCH-FIX-OPENSUSE set correct location of gdb pretty printer
|
2012-02-06 13:21:47 +01:00
|
|
|
Patch2: gdb-printer.patch
|
2012-02-08 10:24:23 +01:00
|
|
|
# PATCH-FIX-OPENSUSE add -s flag to 'go install' (don't rebuild/install std libs)
|
|
|
|
Patch3: go-install-dont-rebuild-std-packages.patch
|
2010-10-08 16:25:58 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2011-05-19 20:17:10 +02:00
|
|
|
BuildRequires: bison
|
2011-12-13 15:23:16 +01:00
|
|
|
BuildRequires: ed
|
2011-07-10 17:54:26 +02:00
|
|
|
BuildRequires: mercurial
|
2011-06-15 16:51:05 +02:00
|
|
|
%if 0%{?suse_version} > 1020
|
2011-05-18 13:09:25 +02:00
|
|
|
BuildRequires: fdupes
|
2010-11-09 19:54:11 +01:00
|
|
|
Recommends: go-doc
|
2010-10-08 16:25:58 +02:00
|
|
|
%endif
|
2011-05-20 16:44:12 +02:00
|
|
|
Provides: libcgo = %{version}
|
2011-05-21 14:19:45 +02:00
|
|
|
Provides: go-devel-static = %{version}
|
|
|
|
Provides: go-devel = %{version}
|
|
|
|
Obsoletes: go-devel < %{version}
|
2012-01-03 10:22:32 +01:00
|
|
|
ExclusiveArch: %ix86 x86_64 %arm
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Go is an expressive, concurrent, garbage collected systems programming language
|
|
|
|
that is type safe and memory safe. It has pointers but no pointer arithmetic.
|
|
|
|
Go has fast builds, clean syntax, garbage collection, methods for any type, and
|
|
|
|
run-time reflection. It feels like a dynamic language but has the speed and
|
|
|
|
safety of a static language.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Go documentation
|
|
|
|
Group: Documentation/Other
|
2011-03-21 16:14:21 +01:00
|
|
|
Requires: %{name} = %{version}
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Go examples and documentation.
|
|
|
|
|
|
|
|
%package vim
|
|
|
|
Summary: Go syntax files for Vim
|
|
|
|
Group: Productivity/Text/Editors
|
2011-03-21 16:14:21 +01:00
|
|
|
Requires: %{name} = %{version}
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%description vim
|
|
|
|
Vim syntax highlighting scheme for the Go programming language.
|
|
|
|
|
|
|
|
%package emacs
|
|
|
|
Summary: Go language syntax files for Emacs
|
|
|
|
Group: Productivity/Text/Editors
|
2011-03-21 16:14:21 +01:00
|
|
|
Requires: %{name} = %{version}
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%description emacs
|
|
|
|
Emacs syntax highlighting scheme for the Go programming language.
|
|
|
|
|
|
|
|
%package kate
|
|
|
|
Summary: Go syntax files for Kate and KWrite editors
|
|
|
|
Group: Productivity/Text/Editors
|
2011-03-21 16:14:21 +01:00
|
|
|
Requires: %{name} = %{version}
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%description kate
|
|
|
|
Kate syntax highlighting scheme for the Go programming language.
|
|
|
|
|
|
|
|
%prep
|
2010-12-08 17:27:49 +01:00
|
|
|
%setup -q -n %{name}
|
2012-01-25 04:57:43 +01:00
|
|
|
echo %{url}
|
2011-02-03 18:47:56 +01:00
|
|
|
%patch1 -p1
|
2012-02-06 13:21:47 +01:00
|
|
|
#%%patch2 -p1
|
2011-12-13 15:55:11 +01:00
|
|
|
%patch3 -p1
|
2011-09-27 10:59:03 +02:00
|
|
|
cp %{SOURCE4} .
|
2010-10-08 16:25:58 +02:00
|
|
|
|
2011-10-06 13:06:36 +02:00
|
|
|
# setup go_arch (BSD-like scheme)
|
|
|
|
%ifarch %ix86
|
|
|
|
sed -i 's|GOARCH|386|' %{SOURCE3}
|
|
|
|
%define go_arch 386
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
sed -i 's|GOARCH|amd64|' %{SOURCE3}
|
|
|
|
%define go_arch amd64
|
|
|
|
%endif
|
|
|
|
%ifarch %arm
|
|
|
|
sed -i 's|GOARCH|arm|' %{SOURCE3}
|
|
|
|
%define go_arch arm
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# let the DWARF emitter add correct path to the go pretty printer
|
|
|
|
%define gdb_printer %{_libdir}/go/pkg/linux_%{go_arch}/runtime/runtime-gdb.py
|
|
|
|
|
2010-10-08 16:25:58 +02:00
|
|
|
%build
|
2011-12-07 14:11:31 +01:00
|
|
|
|
2010-11-08 22:29:08 +01:00
|
|
|
export GOROOT="`pwd`"
|
|
|
|
export GOBIN="$GOROOT/bin"
|
2010-10-08 16:25:58 +02:00
|
|
|
mkdir -p "$GOBIN"
|
2011-05-19 22:36:34 +02:00
|
|
|
cd src
|
2011-10-06 13:06:36 +02:00
|
|
|
export GDB_PRINTER="%{gdb_printer}"
|
2011-12-24 10:52:49 +01:00
|
|
|
# enable compiler inlining
|
2012-02-04 11:55:47 +01:00
|
|
|
#export GCFLAGS=-l
|
2011-10-06 13:06:36 +02:00
|
|
|
HOST_EXTRA_CFLAGS="%{optflags} -Wno-error -D GDB_PRINTER='\"$GDB_PRINTER\"'" ./make.bash
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%install
|
2011-04-29 20:34:27 +02:00
|
|
|
export GOROOT="%{buildroot}%{_libdir}/%{name}"
|
|
|
|
install -Dm644 misc/bash/go %{buildroot}%{_sysconfdir}/bash_completion.d/go
|
|
|
|
install -Dm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/go.sh
|
|
|
|
install -Dm644 misc/emacs/go-mode-load.el %{buildroot}%{_datadir}/emacs/site-lisp/go-mode-load.el
|
|
|
|
install -Dm644 misc/emacs/go-mode.el %{buildroot}%{_datadir}/emacs/site-lisp/go-mode.el
|
|
|
|
install -Dm644 misc/vim/syntax/go.vim %{buildroot}%{_datadir}/vim/site/syntax/go.vim
|
|
|
|
install -Dm644 misc/vim/ftdetect/gofiletype.vim %{buildroot}%{_datadir}/vim/site/ftdetect/gofiletype.vim
|
|
|
|
install -Dm644 misc/kate/go.xml %{buildroot}%{_datadir}/kde4/apps/katepart/syntax/go.xml
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
|
mkdir -p %{buildroot}%{_sbindir}
|
2012-02-04 11:55:47 +01:00
|
|
|
mkdir -p $GOROOT/bin/tool
|
|
|
|
mv bin/tool $GOROOT/bin
|
|
|
|
mv bin/* %{buildroot}%{_bindir}
|
2012-01-28 17:28:41 +01:00
|
|
|
|
2011-04-29 20:34:27 +02:00
|
|
|
rm -f %{buildroot}%{_bindir}/{hgpatch,quietgcc}
|
2010-11-16 10:08:21 +01:00
|
|
|
mkdir -p $GOROOT/src
|
2010-11-16 21:48:02 +01:00
|
|
|
|
2011-05-21 14:19:45 +02:00
|
|
|
# source files for goinstall, godoc, etc
|
|
|
|
install -d %{buildroot}%{_datadir}/go
|
2012-02-04 11:55:47 +01:00
|
|
|
for ext in *.{go,c,h,s,S}; do
|
2011-04-29 20:34:27 +02:00
|
|
|
find src -name ${ext} -exec install -Dm644 \{\} %{buildroot}%{_datadir}/go/\{\} \;
|
2011-02-17 11:34:25 +01:00
|
|
|
done
|
2012-01-25 04:57:43 +01:00
|
|
|
ln -s /usr/share/go/src/pkg $GOROOT/src/pkg
|
|
|
|
ln -s /usr/share/go/src/cmd $GOROOT/src/cmd
|
2011-02-17 11:34:25 +01:00
|
|
|
|
2012-02-05 09:40:52 +01:00
|
|
|
mkdir -p $GOROOT/pkg/obj
|
|
|
|
install -Dm644 pkg/obj/{libgc.a,libcc.a,lib9.a,libbio.a,libmach.a} $GOROOT/pkg/obj
|
2010-10-08 16:25:58 +02:00
|
|
|
cp -r lib/godoc $GOROOT/lib
|
2010-11-16 21:48:02 +01:00
|
|
|
cp -r pkg $GOROOT
|
|
|
|
|
2011-05-21 14:19:45 +02:00
|
|
|
# documentation and examples
|
|
|
|
# fix documetation permissions (rpmlint warning)
|
|
|
|
find doc/ misc/ -type f -exec chmod 0644 '{}' \;
|
|
|
|
# remove unwanted arch-dependant binaries (rpmlint warning)
|
2011-06-30 11:18:52 +02:00
|
|
|
#rm doc/codelab/wiki/{htmlify.bin,srcextract.bin}
|
|
|
|
rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8}
|
|
|
|
rm -f misc/dashboard/builder/{gobuilder,*6,*.8}
|
|
|
|
rm -f misc/goplay/{goplay,*.6,*.8}
|
2011-12-02 14:33:26 +01:00
|
|
|
rm -rf misc/windows
|
2011-06-30 11:18:52 +02:00
|
|
|
rm -rf misc/cgo/test/{_*,*.o,*.out,*.6,*.8}
|
2011-05-18 13:09:25 +02:00
|
|
|
# fix bnc#686557, contains image licensed under non-commercial license
|
|
|
|
rm doc/talks/go_talk-20091030.pdf
|
2011-02-02 13:51:53 +01:00
|
|
|
|
2011-10-07 14:02:52 +02:00
|
|
|
# install RPM macros ($GOARCH prepared in %%prep section)
|
2011-05-19 20:17:10 +02:00
|
|
|
install -Dm644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.go
|
|
|
|
|
2011-10-06 13:06:36 +02:00
|
|
|
# install go specific gdb pretty printer and functions
|
|
|
|
install -Dm644 src/pkg/runtime/runtime-gdb.py %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/runtime
|
|
|
|
|
2011-05-21 14:19:45 +02:00
|
|
|
# break hard links
|
|
|
|
rm %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/{cgocall,runtime}.h
|
2011-05-21 14:30:13 +02:00
|
|
|
ln -s %{_datadir}/go/src/pkg/runtime/{cgocall,runtime}.h %{buildroot}%{_libdir}/go/pkg/linux_%{go_arch}/
|
2011-05-21 14:19:45 +02:00
|
|
|
|
2011-08-02 13:55:49 +02:00
|
|
|
# Disable brp-strip-static-archive breaks build
|
|
|
|
%define __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib/rpm/[^/]*/?brp-strip-static-archive %{__strip}!!g')
|
|
|
|
|
2011-06-15 16:51:05 +02:00
|
|
|
%if 0%{?suse_version} > 1020
|
2011-06-30 11:18:52 +02:00
|
|
|
%fdupes %{buildroot}%{_prefix}
|
2011-06-15 16:51:05 +02:00
|
|
|
%endif
|
2011-05-18 13:09:25 +02:00
|
|
|
|
2010-10-08 16:25:58 +02:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2011-05-18 13:09:25 +02:00
|
|
|
%doc AUTHORS CONTRIBUTORS LICENSE PATENTS README
|
2012-01-03 10:22:32 +01:00
|
|
|
%ifarch %ix86 %arm
|
2012-02-04 11:55:47 +01:00
|
|
|
%{_libdir}/go/bin/tool/8*
|
|
|
|
%endif
|
|
|
|
%ifarch x86_64
|
|
|
|
%{_libdir}/go/bin/tool/6*
|
2010-10-08 16:25:58 +02:00
|
|
|
%endif
|
2012-01-03 10:22:32 +01:00
|
|
|
%ifarch %arm
|
2012-02-04 11:55:47 +01:00
|
|
|
%{_libdir}/go/bin/tool/5*
|
2012-01-03 10:22:32 +01:00
|
|
|
%endif
|
2010-10-08 16:25:58 +02:00
|
|
|
%{_bindir}/go*
|
2011-05-21 14:19:45 +02:00
|
|
|
%{_libdir}/go/
|
|
|
|
%{_datadir}/go/
|
2010-10-08 16:25:58 +02:00
|
|
|
%config %{_sysconfdir}/bash_completion.d/go
|
2011-02-03 18:47:56 +01:00
|
|
|
%config %{_sysconfdir}/profile.d/go.sh
|
2011-05-19 22:36:34 +02:00
|
|
|
%config %{_sysconfdir}/rpm/macros.go
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-,root,root,-)
|
2011-05-21 14:19:45 +02:00
|
|
|
%doc doc misc
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%files vim
|
|
|
|
%defattr(-,root,root,-)
|
2011-09-27 09:53:31 +02:00
|
|
|
%{_datadir}/vim
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%files emacs
|
|
|
|
%defattr(-,root,root,-)
|
2012-02-04 11:55:47 +01:00
|
|
|
%{_datadir}/emacs/site-lisp/go-mode*
|
2010-10-08 16:25:58 +02:00
|
|
|
|
|
|
|
%files kate
|
|
|
|
%defattr(-,root,root,-)
|
2011-05-20 16:44:12 +02:00
|
|
|
%dir %{_datadir}/kde4
|
|
|
|
%dir %{_datadir}/kde4/apps
|
|
|
|
%dir %{_datadir}/kde4/apps/katepart
|
|
|
|
%dir %{_datadir}/kde4/apps/katepart/syntax
|
2010-10-08 16:25:58 +02:00
|
|
|
%{_datadir}/kde4/apps/katepart/syntax/go.xml
|
|
|
|
|
|
|
|
%changelog
|