Accepting request 1082481 from home:jengelh:branches:devel:tools:scm
- Trim filler wording and duplicate info (present in License field). OBS-URL: https://build.opensuse.org/request/show/1082481 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=17
This commit is contained in:
parent
748fe83510
commit
1c99f4c0af
@ -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
|
Mon Apr 24 06:39:15 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
Name: glab
|
Name: glab
|
||||||
Version: 1.28.1
|
Version: 1.28.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An open-source GitLab command line tool
|
Summary: A GitLab command line tool
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
URL: https://gitlab.com/gitlab-org/cli
|
URL: https://gitlab.com/gitlab-org/cli
|
||||||
@ -33,7 +33,7 @@ BuildRequires: golang(API) >= 1.18
|
|||||||
Suggests: glab-doc
|
Suggests: glab-doc
|
||||||
|
|
||||||
%description
|
%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
|
%package doc
|
||||||
Summary: Documentation for GLab
|
Summary: Documentation for GLab
|
||||||
@ -41,7 +41,7 @@ Group: Documentation/HTML
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description doc
|
%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
|
%package bash-completion
|
||||||
Summary: Bash completion for %{name}
|
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}
|
install -D -m0644 %{name}.bash %{buildroot}%{_datadir}/bash-completion/completions/%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_docdir}/%{name}
|
%{_docdir}/%{name}
|
||||||
%exclude %{_docdir}/%{name}/README.md
|
%exclude %{_docdir}/%{name}/README.md
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user