From 1c99f4c0af7a8ee72077f3576bfcb023ac3292d013c27a63a6e4bc1f6a046c09 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Tue, 25 Apr 2023 18:57:04 +0000 Subject: [PATCH] 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 --- glab.changes | 5 +++++ glab.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/glab.changes b/glab.changes index bb7daaa..64d4c9b 100644 --- a/glab.changes +++ b/glab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 24 09:39:13 UTC 2023 - Jan Engelhardt + +- Trim filler wording and duplicate info (present in License field). + ------------------------------------------------------------------- Mon Apr 24 06:39:15 UTC 2023 - kastl@b1-systems.de diff --git a/glab.spec b/glab.spec index f87fedc..42546c0 100644 --- a/glab.spec +++ b/glab.spec @@ -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