Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/gocql/gocql
%global goipath         github.com/gocql/gocql
%global commit          0e1d5de854dfd269e343440b9807f43a5f2e62cf

%gometa

%global common_description %{expand:
Package gocql implements a fast and robust cassandra client for the go\
programming language.}

Name:           golang-github-gocql-gocql
Version:        0
Release:        0.5%{?dist}
Summary:        Package gocql implements a fast and robust cassandra client for the go programming language

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

BuildRequires:  golang(github.com/golang/snappy)
BuildRequires:  golang(github.com/hailocab/go-hostpool)
BuildRequires:  golang(gopkg.in/inf.v0)

%description
%{common_description}

%package devel
Summary:       %{summary}
BuildArch:     noarch

%description devel
%{common_description}

This package contains library source intended for
building other packages which use import path with
%{goipath} prefix.

%prep
%forgeautosetup -p1

%install
%goinstall

%if %{with check}
%check
%gochecks
%endif

%files devel -f devel.file-list
%license LICENSE
%doc AUTHORS CONTRIBUTING.md README.md

%changelog
* Sat Apr 06 15:46:41 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20190406git0e1d5de
- Bump to commit 0e1d5de854dfd269e343440b9807f43a5f2e62cf (#1695292)

* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.20180320git12e3a8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20180320git12e3a8c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

* Fri Mar 23 2018 Ed Marshall <esm@logic.net> 0-0.2.20180320git12e3a8c
- Disable murmur test to fix 32-bit builds.

* Fri Mar 23 2018 Ed Marshall <esm@logic.net> 0-0.1.20180320git12e3a8c
- Updated to latest upstream.

* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git1f87449
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git1f87449
- First package for Fedora