SHA256
1
0
forked from pool/git-bug
Dirk Mueller 2022-10-17 14:05:29 +00:00 committed by Git OBS Bridge
parent 1383e5bfac
commit e7c7c3bf04

View File

@ -1,7 +1,7 @@
# #
# spec file for package git-bug # spec file for package git-bug
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: git-bug Name: git-bug
Version: 0.7.2+git.1665512451.0eef939 Version: 0.7.2+git.1665512451.0eef939
Release: 0 Release: 0
@ -24,7 +25,8 @@ URL: https://github.com/MichaelMure/git-bug
# Source0: https://github.com/MichaelMure/%%{name}/archive/refs/tags/v%%{version}.tar.gz # Source0: https://github.com/MichaelMure/%%{name}/archive/refs/tags/v%%{version}.tar.gz
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz Source1: vendor.tar.gz
BuildRequires: golang-packaging BuildRequires: golang(API) = 1.18
# BuildRequires: golang-packaging
%description %description
git-bug is a bug tracker that: git-bug is a bug tracker that:
@ -36,7 +38,7 @@ git-bug is a bug tracker that:
* works offline: in a plane or under the sea? Keep reading and * works offline: in a plane or under the sea? Keep reading and
writing bugs! writing bugs!
* prevents vendor lock-in: your usual service is down or went bad? * prevents vendor lock-in: your usual service is down or went bad?
You already have a full backup. You already have a full backup.
* is fast: listing bugs or opening them is a matter of * is fast: listing bugs or opening them is a matter of
milliseconds milliseconds
* doesn't pollute your project: no files are added in your * doesn't pollute your project: no files are added in your
@ -94,10 +96,10 @@ install -Dm0644 misc/completion/zsh/git-bug \
%files %files
%license LICENSE
%doc README.md %doc README.md
%{_bindir}/git-bug %{_bindir}/git-bug
%{_mandir}/man1/git*.1%{?ext_man} %{_mandir}/man1/git*.1%{?ext_man}
%license LICENSE
%files bash-completion %files bash-completion
%{_datadir}/bash-completion/completions/git-bug %{_datadir}/bash-completion/completions/git-bug