golang-x-exp/golang-x-exp.spec

74 lines
2.4 KiB
RPMSpec
Raw Normal View History

# Generated by go2rpm
%bcond_without check
# https://github.com/golang/exp
%global goipath golang.org/x/exp
%global forgeurl https://github.com/golang/exp
%global commit eab1b5eb1a030d481efa6d2d1362ece0ebdba8e9
%gometa
%global common_description %{expand:
This subrepository holds experimental and deprecated packages.
The idea for this subrepository originated as the pkg/exp directory of the main
repository, but its presence there made it unavailable to users of the binary
downloads of the Go installation. The subrepository has therefore been created
to make it possible to go get these packages.}
%global golicenses LICENSE PATENTS
%global godocs AUTHORS CONTRIBUTING.md CONTRIBUTORS README.md
Name: %{goname}
Version: 0
2022-04-06 08:05:23 +00:00
Release: %autorelease
Summary: Experimental and deprecated Go packages
# Upstream license specification: BSD-3-Clause
License: BSD
URL: %{gourl}
Source0: %{gosource}
BuildRequires: golang(github.com/BurntSushi/xgb)
BuildRequires: golang(github.com/BurntSushi/xgb/render)
BuildRequires: golang(github.com/BurntSushi/xgb/shm)
BuildRequires: golang(github.com/BurntSushi/xgb/xproto)
BuildRequires: golang(golang.org/x/crypto/ed25519)
BuildRequires: golang(golang.org/x/image/font)
BuildRequires: golang(golang.org/x/image/font/inconsolata)
BuildRequires: golang(golang.org/x/image/math/f32)
BuildRequires: golang(golang.org/x/image/math/f64)
BuildRequires: golang(golang.org/x/image/math/fixed)
BuildRequires: golang(golang.org/x/image/vector)
BuildRequires: golang(golang.org/x/mobile/event/key)
BuildRequires: golang(golang.org/x/mobile/event/lifecycle)
BuildRequires: golang(golang.org/x/mobile/event/mouse)
BuildRequires: golang(golang.org/x/mobile/event/paint)
BuildRequires: golang(golang.org/x/mobile/event/size)
BuildRequires: golang(golang.org/x/mobile/geom)
BuildRequires: golang(golang.org/x/mobile/gl)
BuildRequires: golang(golang.org/x/mod/modfile)
BuildRequires: golang(golang.org/x/mod/module)
BuildRequires: golang(golang.org/x/mod/semver)
BuildRequires: golang(golang.org/x/mod/zip)
BuildRequires: golang(golang.org/x/tools/go/gcexportdata)
BuildRequires: golang(golang.org/x/tools/go/packages)
BuildRequires: golang(golang.org/x/tools/txtar)
BuildRequires: golang(golang.org/x/xerrors)
%description
%{common_description}
%gopkg
%prep
%goprep
%install
%gopkginstall
%gopkgfiles
%changelog
2022-04-06 08:05:23 +00:00
%autochangelog