Accepting request 1082815 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1082815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glab?expand=0&rev=9
This commit is contained in:
commit
a67a35a541
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 09:39:13 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Trim filler wording and duplicate info (present in License field).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 06:39:15 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
Name: glab
|
||||
Version: 1.28.1
|
||||
Release: 0
|
||||
Summary: An open-source GitLab command line tool
|
||||
Summary: A GitLab command line tool
|
||||
License: MIT
|
||||
Group: Development/Tools/Other
|
||||
URL: https://gitlab.com/gitlab-org/cli
|
||||
@ -33,7 +33,7 @@ BuildRequires: golang(API) >= 1.18
|
||||
Suggests: glab-doc
|
||||
|
||||
%description
|
||||
glab is an open-source GitLab command line tool bringing GitLab's cool features to your command line.
|
||||
glab is a command line tool bringing GitLab's features to the command line.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for GLab
|
||||
@ -41,7 +41,7 @@ Group: Documentation/HTML
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
glab is an open-source GitLab command line tool bringing GitLab's cool features to your command line.
|
||||
glab is a command line tool bringing GitLab's features to the command line.
|
||||
|
||||
%package bash-completion
|
||||
Summary: Bash completion for %{name}
|
||||
@ -119,14 +119,12 @@ install -D -m0644 %{name}.fish %{buildroot}%{_datadir}/fish/vendor_completions.d
|
||||
install -D -m0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%{_mandir}/*/*
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root)
|
||||
%{_docdir}/%{name}
|
||||
%exclude %{_docdir}/%{name}/README.md
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user