diff --git a/_service b/_service index 6e0ad3b..0fa5ccb 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/profclems/glab.git git v1.21.1 @@ -8,8 +8,8 @@ glab enable - - + + *.tar xz diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..af87557 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/profclems/glab.git + 5cb2858d1fb7a5317e89259fc4ac135414e99be2 \ No newline at end of file diff --git a/glab-vendor.tar.gz b/glab-vendor.tar.gz deleted file mode 100644 index 2ac024c..0000000 --- a/glab-vendor.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:233377bab355d5d9fab6b6efebc415745236fb3b37cbbd428d03c09b9abfeda6 -size 6157365 diff --git a/glab-vendor.tar.xz b/glab-vendor.tar.xz new file mode 100644 index 0000000..dedf2b7 --- /dev/null +++ b/glab-vendor.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc5f2e09b7337e200d4269dcbabfd2e2e4b721df27e5f47ef1fcd563b941895 +size 4655856 diff --git a/glab.spec b/glab.spec index f3b7a5a..abdfa26 100644 --- a/glab.spec +++ b/glab.spec @@ -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