Blame golang-github-kurin-blazer.spec

4839315
# https://github.com/kurin/blazer
4839315
%global goipath github.com/kurin/blazer
4839315
Version:        0.4.4
4839315
4839315
%global common_description %{expand:
4839315
Blazer is a Golang client library for Backblaze's B2 object storage service. 
4839315
It is designed for simple integration with existing applications that may 
4839315
already be using S3 and Google Cloud Storage, by exporting only a few 
4839315
standard Go types.
4839315
4839315
It implements and satisfies the B2 integration checklist, automatically 
4839315
handling error recovery, reauthentication, and other low-level aspects, 
4839315
making it suitable to upload very large files, or over multi-day time scales.}
4839315
4839315
%gometa -i
4839315
4839315
Name:         %{goname}
df13542
Release:      2%{?dist}
4839315
Summary:      A Go library for Backblaze's B2. 
4839315
License:      ASL 2.0
4839315
URL:          %{gourl}
4839315
Source0:      https://%{goipath}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
4839315
4839315
%description
4839315
%{common_description}
4839315
4839315
%package devel
4839315
Summary:       %{summary}
4839315
BuildArch:     noarch
4839315
4839315
%description devel
4839315
%{common_description}
4839315
4839315
This package contains library source intended for
4839315
building other packages which use import path with
4839315
%{goipath} prefix.
4839315
4839315
%prep
4839315
%gosetup -q
4839315
4839315
4839315
%install
4839315
%goinstall
4839315
4839315
%check
4839315
%gochecks
4839315
4839315
#define license tag if not already defined
4839315
%{!?_licensedir:%global license %doc}
4839315
4839315
4839315
%files devel -f devel.file-list
4839315
%license LICENSE
4839315
%doc CONTRIBUTING.md README.md
4839315
4839315
%changelog
df13542
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables
df13542
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
df13542
4839315
* Thu Jun 14 2018 Steve Miller (copart) <code@rellims.com> - 0.4.4-1
4839315
- First package for Fedora