SHA256
1
0
forked from pool/glab

Accepting request 935989 from home:Orville:Devel

- mark _service as disabled

OBS-URL: https://build.opensuse.org/request/show/935989
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=2
This commit is contained in:
Orville Q. Song 2021-12-06 11:47:45 +00:00 committed by Git OBS Bridge
parent 98bd7926ec
commit c4813e7925
5 changed files with 14 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<services>
<service name="obs_scm" mode="manual">
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/profclems/glab.git</param>
<param name="scm">git</param>
<param name="revision">v1.21.1</param>
@ -8,8 +8,8 @@
<param name="filename">glab</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/profclems/glab.git</param>
<param name="changesrevision">5cb2858d1fb7a5317e89259fc4ac135414e99be2</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:233377bab355d5d9fab6b6efebc415745236fb3b37cbbd428d03c09b9abfeda6
size 6157365

3
glab-vendor.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:afc5f2e09b7337e200d4269dcbabfd2e2e4b721df27e5f47ef1fcd563b941895
size 4655856

View File

@ -31,7 +31,7 @@ License: MIT
Group: Development/Tools/Other
URL: https://github.com/profclems/glab
Source0: %{name}-%{version}.tar.xz
Source1: %{name}-vendor.tar.gz
Source1: %{name}-vendor.tar.xz
BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.16
BuildRequires: %{python_module Sphinx}
@ -100,9 +100,9 @@ go run -v -p 4 -x -mod=vendor ./cmd/gen-docs/ -m --path ./docs/build/man
gzip -r ./docs/build/man
# Generate completion files
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s bash > glab.bash
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s zsh > glab.zsh
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s fish > glab.fish
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s bash > %{name}.bash
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s zsh > %{name}.zsh
go run -v -p 4 -x -mod=vendor ./cmd/glab/ completion -s fish > %{name}.fish
%install
%goinstall
@ -142,5 +142,4 @@ install -D -m0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completio
%dir %{_datadir}/zsh/
%{_datadir}/zsh/site-functions/
%changelog