Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > e3f4d545a1f4d2d0f13dc36f893afd72 > files > 1

golang-github-knetic-govaluate-3.0.0-4.mga9.src.rpm

# Generated by go2rpm 1
# Fails on 32 bits arch
%ifnarch %{ix86} %{arm}
%bcond_without check
%endif

# https://github.com/Knetic/govaluate
%global goipath         github.com/Knetic/govaluate
Version:                3.0.0
%global commit          9aa49832a739dcd78a5542ff189fb82c3e423116

%gometa

%global common_description %{expand:
Arbitrary expression evaluation for golang.}

%global golicenses      LICENSE
%global godocs          CONTRIBUTORS MANUAL.md readme_test.go README.md

Name:           %{goname}
Release:        %mkrel 4
Summary:        Arbitrary expression evaluation for golang
Group:          Development/Other
BuildArch:      noarch
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
Patch0:         govaluate-3.0.0-fix-tests.patch

%description
%{common_description}

%gopkg

%prep
%goprep
%patch0 -p1

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles


%changelog
* Mon Mar 21 2022 umeabot <umeabot> 3.0.0-4.mga9
+ Revision: 1815590
- Mageia 9 Mass Rebuild

* Fri Nov 19 2021 guillomovitch <guillomovitch> 3.0.0-3.mga9
+ Revision: 1757828
- update to new git snapshot

* Thu Nov 18 2021 guillomovitch <guillomovitch> 3.0.0-2.mga9
+ Revision: 1757672
- use pristine release tarball

* Tue Dec 29 2020 pterjan <pterjan> 3.0.0-1.mga8
+ Revision: 1664979
- Try to properly fix the tests on 32bit arch
- Disable tests when building on 32 bits arch (not sure it will work given that it is noarch...)
- imported package golang-github-knetic-govaluate


* Tue Dec 29 17:36:30 UTC 2020 Pascal Terjan <pterjan@mageia.org> - 3.0.0-1.20201229git9aa4983
- Initial package