Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/oracle/oci-go-sdk
%global goipath         github.com/oracle/oci-go-sdk
Version:                31.0.0

%gometa

%global goaltipaths     github.com/oracle/oci-go-sdk/v31

%global common_description %{expand:
This is the Go SDK for Oracle Cloud Infrastructure. This project is open source
and maintained by Oracle Corp.}

%global golicenses      LICENSE.txt
%global godocs          example CHANGELOG.md CONTRIBUTING.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        Go SDK for Oracle Cloud Infrastructure

License:        UPL or ASL 2.0
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/fnproject/fdk-go)

%if %{with check}
# Tests
BuildRequires:  golang(github.com/stretchr/testify/assert)
BuildRequires:  golang(github.com/stretchr/testify/mock)
%endif

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
%gocheck -t cmd -d objectstorage/transfer
%endif

%gopkgfiles

%changelog
* Sun Jan  3 23:11:15 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 31.0.0-1
- Update to 31.0.0
- Close: rhbz#1905790

* Sun Dec 06 07:24:56 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 30.0.0-1
- Update to 30.0.0
- Close: rhbz#1881758

* Thu Sep 17 20:42:24 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 25.0.0-1
- Update to 25.0.0

* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 19.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Sat Jun 06 2020 Carl George <carl@george.computer> - 19.4.0-1
- Latest upstream rhbz#1742072

* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.9.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Wed Jun 05 00:33:56 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 5.9.0-2
- Release 5.9.0

* Wed Apr 17 2019 Carl George <carl@george.computer> - 5.4.0-1
- Initial package