Blame golang-github-xorm-builder.spec

f250c72
%global goipath github.com/go-xorm/builder
f250c72
Version:        0.3.4
f250c72
f250c72
%gometa
f250c72
f250c72
Name:           %{goname}
f250c72
Release:        1%{?dist}
f250c72
Summary:        Lightweight and fast SQL builder for Go and XORM
f250c72
License:        BSD
f250c72
URL:            %{gourl}
f250c72
Source0:        %{gosource}
f250c72
f250c72
%description
f250c72
%{summary}.
f250c72
f250c72
f250c72
%package devel
f250c72
Summary:       %{summary}
f250c72
BuildArch:     noarch
f250c72
f250c72
%description devel
f250c72
%{summary}.
f250c72
f250c72
This package contains library source intended for building other packages which
f250c72
use import path with %{goipath} prefix.
f250c72
f250c72
f250c72
%prep
f250c72
%forgeautosetup -p1
f250c72
f250c72
f250c72
%install
f250c72
%goinstall
f250c72
f250c72
f250c72
%check
f250c72
%gochecks
f250c72
f250c72
f250c72
%files devel -f devel.file-list
f250c72
%doc README.md
f250c72
%license LICENSE
f250c72
f250c72
f250c72
%changelog
f250c72
* Mon Mar 18 2019 Nathan Scott <nathans@redhat.com> - 0.3.4-1
f250c72
- First package for Fedora