- Added macro %go_disable_brp_strip_static_archive to disable the

strip check, it breaks on Fedora-based distros and generates
  a warning for SUSE-based ones. It can be removed if go binaries
  become really stripable

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=68
This commit is contained in:
Sascha Peilicke 2011-06-08 15:13:05 +00:00 committed by Git OBS Bridge
parent 6aceb105ac
commit 55f3b2acf4
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 8 15:10:17 UTC 2011 - saschpe@suse.de
- Added macro %go_disable_brp_strip_static_archive to disable the
strip check, it breaks on Fedora-based distros and generates
a warning for SUSE-based ones. It can be removed if go binaries
become really stripable
-------------------------------------------------------------------
Wed Jun 8 07:59:53 UTC 2011 - saschpe@suse.de

View File

@ -16,6 +16,9 @@
Provides: %{name}-devel = %{version} \
Provides: %{name}-devel-static = %{version}
%go_disable_brp_strip_static_archive \
%define __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib/rpm/[^/]*/?brp-strip-static-archive %{__strip}!!g')
%go_make gomake
%go_make_install TARGDIR=%{buildroot}%{go_sitearch} gomake install
%go_make_test gomake test