Blame golang-github-gocql-gocql.spec

613bf51
# Generated by go2rpm
613bf51
%bcond_without check
b444022
b444022
# https://github.com/gocql/gocql
613bf51
%global goipath         github.com/gocql/gocql
613bf51
%global commit          0e1d5de854dfd269e343440b9807f43a5f2e62cf
b444022
613bf51
%gometa
613bf51
613bf51
%global common_description %{expand:
613bf51
Package gocql implements a fast and robust cassandra client for the go\
613bf51
programming language.}
b444022
613bf51
Name:           golang-github-gocql-gocql
613bf51
Version:        0
613bf51
Release:        0.5%{?dist}
613bf51
Summary:        Package gocql implements a fast and robust cassandra client for the go programming language
b444022
613bf51
# Upstream license specification: BSD-3-Clause
613bf51
License:        BSD
613bf51
URL:            %{gourl}
613bf51
Source0:        %{gosource}
b444022
613bf51
BuildRequires:  golang(github.com/golang/snappy)
613bf51
BuildRequires:  golang(github.com/hailocab/go-hostpool)
613bf51
BuildRequires:  golang(gopkg.in/inf.v0)
b444022
b444022
%description
613bf51
%{common_description}
b444022
b444022
%package devel
b444022
Summary:       %{summary}
b444022
BuildArch:     noarch
b444022
b444022
%description devel
613bf51
%{common_description}
b444022
b444022
This package contains library source intended for
b444022
building other packages which use import path with
613bf51
%{goipath} prefix.
b444022
b444022
%prep
613bf51
%forgeautosetup -p1
b444022
b444022
%install
613bf51
%goinstall
b444022
613bf51
%if %{with check}
b444022
%check
613bf51
%gochecks
b444022
%endif
b444022
b444022
%files devel -f devel.file-list
b444022
%license LICENSE
613bf51
%doc AUTHORS CONTRIBUTING.md README.md
b444022
b444022
%changelog
613bf51
* Sat Apr 06 15:46:41 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.5.20190406git0e1d5de
613bf51
- Bump to commit 0e1d5de854dfd269e343440b9807f43a5f2e62cf (#1695292)
613bf51
c209299
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.20180320git12e3a8c
c209299
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c209299
4f1f840
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.20180320git12e3a8c
4f1f840
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4f1f840
46c0a9a
* Fri Mar 23 2018 Ed Marshall <esm@logic.net> 0-0.2.20180320git12e3a8c
46c0a9a
- Disable murmur test to fix 32-bit builds.
46c0a9a
b020b4d
* Fri Mar 23 2018 Ed Marshall <esm@logic.net> 0-0.1.20180320git12e3a8c
b020b4d
- Updated to latest upstream.
b020b4d
73440c1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git1f87449
73440c1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
73440c1
b444022
* Sat Mar 04 2017 Ed Marshall <esm@logic.net> - 0-0.1.git1f87449
b444022
- First package for Fedora