Accepting request 943707 from home:Orville:Devel

- Fix for reproducible builds

OBS-URL: https://build.opensuse.org/request/show/943707
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/glab?expand=0&rev=4
This commit is contained in:
Orville Q. Song 2022-01-04 08:08:43 +00:00 committed by Git OBS Bridge
parent 9eb7dad549
commit 5f2fc2bb18

View File

@ -1,6 +1,8 @@
#
# spec file for package glab # spec file for package glab
# #
# Copyright (c) 2021 Orville Q. Song <orville@anislet.dev> # Copyright (c) 2022 SUSE LLC
# Copyright (c) 2021-2022 Orville Q. Song <orville@anislet.dev>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -14,7 +16,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%global build_date %(date +%Y-%m-%d)
%global build_date 2021-01-03
#date +%Y-%m-%d
%global provider github %global provider github
%global provider_tld com %global provider_tld com
@ -32,18 +36,18 @@ Group: Development/Tools/Other
URL: https://github.com/profclems/glab URL: https://github.com/profclems/glab
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
Source1: %{name}-vendor.tar.xz Source1: %{name}-vendor.tar.xz
BuildRequires: %{python_module Sphinx}
BuildRequires: golang-packaging BuildRequires: golang-packaging
BuildRequires: golang(API) >= 1.16 BuildRequires: golang(API) >= 1.16
BuildRequires: %{python_module Sphinx} 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 an open-source GitLab command line tool bringing GitLab's cool features to your command line.
%package doc %package doc
Summary: Documentation for GLab Summary: Documentation for GLab
Group: Documentation/HTML 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 an open-source GitLab command line tool bringing GitLab's cool features to your command line.