Update to 0df4eb2385467a487d418c6358313e9e838256ae
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
8429f95b49
commit
b845865a52
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/mobile-3e0bab5405d63a8f5dd9d9764a24c8e5ac4997fa.tar.gz
|
/mobile-3e0bab5405d63a8f5dd9d9764a24c8e5ac4997fa.tar.gz
|
||||||
|
/mobile-0df4eb2385467a487d418c6358313e9e838256ae.tar.gz
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
# Generated by go2rpm
|
# Generated by go2rpm
|
||||||
%ifarch x86_64
|
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
%endif
|
|
||||||
|
|
||||||
# https://github.com/golang/mobile
|
# https://github.com/golang/mobile
|
||||||
%global goipath golang.org/x/mobile
|
%global goipath golang.org/x/mobile
|
||||||
%global forgeurl https://github.com/golang/mobile
|
%global forgeurl https://github.com/golang/mobile
|
||||||
%global commit 3e0bab5405d63a8f5dd9d9764a24c8e5ac4997fa
|
%global commit 0df4eb2385467a487d418c6358313e9e838256ae
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
|
|
||||||
@ -19,7 +17,7 @@ platforms.}
|
|||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 0.3%{?dist}
|
Release: 0.4%{?dist}
|
||||||
Summary: Go support for Mobile devices
|
Summary: Go support for Mobile devices
|
||||||
|
|
||||||
# Upstream license specification: BSD-3-Clause
|
# Upstream license specification: BSD-3-Clause
|
||||||
@ -29,9 +27,14 @@ Source0: %{gosource}
|
|||||||
|
|
||||||
BuildRequires: golang(golang.org/x/image/draw)
|
BuildRequires: golang(golang.org/x/image/draw)
|
||||||
BuildRequires: golang(golang.org/x/image/math/f64)
|
BuildRequires: golang(golang.org/x/image/math/f64)
|
||||||
|
BuildRequires: golang(golang.org/x/mod/modfile)
|
||||||
|
BuildRequires: golang(golang.org/x/tools/go/packages)
|
||||||
|
|
||||||
|
%if %{with check}
|
||||||
# Tests
|
# Tests
|
||||||
BuildRequires: pkgconfig(egl)
|
BuildRequires: golang(golang.org/x/tools/go/packages/packagestest)
|
||||||
BuildRequires: pkgconfig(glesv2)
|
BuildRequires: pkgconfig(glesv2)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{common_description}
|
%{common_description}
|
||||||
@ -53,7 +56,7 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
|||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
%check
|
%check
|
||||||
%gocheck
|
%gocheck -d cmd/gobind -d cmd/gomobile
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -64,6 +67,9 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
|||||||
%gopkgfiles
|
%gopkgfiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 07 01:28:53 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20200207git0df4eb2
|
||||||
|
- Update to 0df4eb2385467a487d418c6358313e9e838256ae
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mobile-3e0bab5405d63a8f5dd9d9764a24c8e5ac4997fa.tar.gz) = 97ae166b4a09638655e2ad2dd7afdcf861594a14e904c58437814d676dc056ffcdee77f1c0736f905e60c0c1b7dd2f45d4ec13b01a0f64802f9db0ba8528e69e
|
SHA512 (mobile-0df4eb2385467a487d418c6358313e9e838256ae.tar.gz) = 1f1d7d0a04612e130948ba1cd544794664c64cfa5406c4b09d415a4710a2d3dfe17ff76cd5d3e35f9a488e0f55de26ab1b6c385acff94468042b355efb5ac1b3
|
||||||
|
Loading…
Reference in New Issue
Block a user