|
|
@ -5,11 +5,15 @@
|
|
|
|
%bcond manpages 1
|
|
|
|
%bcond manpages 1
|
|
|
|
%global forgeurl https://gitlab.com/fedora/sigs/go/go-vendor-tools
|
|
|
|
%global forgeurl https://gitlab.com/fedora/sigs/go/go-vendor-tools
|
|
|
|
%define tag v%{version_no_tilde %{quote:%nil}}
|
|
|
|
%define tag v%{version_no_tilde %{quote:%nil}}
|
|
|
|
|
|
|
|
%define bash_completions_dir /usr/share/bash-completion/completions
|
|
|
|
|
|
|
|
%define fish_completions_dir /usr/share/fish/vendor_completions.d
|
|
|
|
|
|
|
|
%define zsh_completions_dir /usr/share/zsh/site-functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: go-vendor-tools
|
|
|
|
Name: go-vendor-tools
|
|
|
|
Version: 0.5.1
|
|
|
|
Version: 0.5.1
|
|
|
|
%forgemeta
|
|
|
|
%forgemeta
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}.inferit
|
|
|
|
Summary: Tools for handling Go library vendoring in Fedora
|
|
|
|
Summary: Tools for handling Go library vendoring in Fedora
|
|
|
|
|
|
|
|
|
|
|
|
# BSD-3-Clause: src/go_vendor_tools/archive.py
|
|
|
|
# BSD-3-Clause: src/go_vendor_tools/archive.py
|
|
|
@ -20,8 +24,6 @@ Source0: %{forgesource}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-tomli
|
|
|
|
|
|
|
|
BuildRequires: python3-hatchling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with manpages}
|
|
|
|
%if %{with manpages}
|
|
|
|
BuildRequires: scdoc
|
|
|
|
BuildRequires: scdoc
|
|
|
@ -118,7 +120,8 @@ install -Dpm 0644 zsh_completions/* -t %{buildroot}%{zsh_completions_dir}/
|
|
|
|
%pyproject_extras_subpkg -n go-vendor-tools all
|
|
|
|
%pyproject_extras_subpkg -n go-vendor-tools all
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu Jul 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.5.1-2
|
|
|
|
* Thu Jul 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.5.1-2.inferit
|
|
|
|
|
|
|
|
- Adapted for MSVphere 9 build
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2024 Maxwell G <maxwell@gtmx.me> - 0.5.1-2
|
|
|
|
* Fri Jun 14 2024 Maxwell G <maxwell@gtmx.me> - 0.5.1-2
|
|
|
|