1 Star 0 Fork 0

jhon-hsu/golang-github-sourcegraph-annotate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
golang-github-sourcegraph-annotate.spec 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
jhon-hsu 提交于 2021-08-26 16:34 . commit
# Run tests in check section
%bcond_without check
%global goipath github.com/sourcegraph/annotate
%global commit f4cad6c6324d3f584e1743d8b3e0e017a5f3a636
%global common_description %{expand:
Apply multiple sets of annotations to a region of text.}
%gometa
Name: %{goname}
Version: 0
Release: 0.1%{?dist}
Summary: Apply multiple sets of annotations to a region of text
License: BSD
URL: %{gourl}
Source0: %{gosource}
%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
%install
%goinstall
%if %{with check}
%check
%gochecks
%endif
%files devel -f devel.file-list
%license LICENSE
%doc README.md
%changelog
* Sat Mar 24 2018 Robert-André Mauchin <[email protected]> - 0-0.1.20180418gitf4cad6c
- First package for Fedora
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jhon-hsu/golang-github-sourcegraph-annotate.git
[email protected]:jhon-hsu/golang-github-sourcegraph-annotate.git
jhon-hsu
golang-github-sourcegraph-annotate
golang-github-sourcegraph-annotate
master

搜索帮助