Compare commits

..

2 Commits
i9cf ... i9f

1
.gitignore vendored

@ -1 +1,2 @@
SOURCES/go-vendor-tools-v0.5.1.tar.bz2
SOURCES/sigs-v0.5.1.tar.bz2

@ -1 +1,2 @@
b07ccdbbd803306cd0a7ef3d969ceee59e489187 SOURCES/go-vendor-tools-v0.5.1.tar.bz2
0f2b974ded2c654bcd3dfefae34027c9910ea241 SOURCES/sigs-v0.5.1.tar.bz2

@ -5,11 +5,15 @@
%bcond manpages 1
%global forgeurl https://gitlab.com/fedora/sigs/go/go-vendor-tools
%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
Version: 0.5.1
%forgemeta
Release: 2%{?dist}
Release: 2%{?dist}.inferit
Summary: Tools for handling Go library vendoring in Fedora
# BSD-3-Clause: src/go_vendor_tools/archive.py
@ -20,8 +24,6 @@ Source0: %{forgesource}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-tomli
BuildRequires: python3-hatchling
%if %{with manpages}
BuildRequires: scdoc
@ -118,7 +120,8 @@ install -Dpm 0644 zsh_completions/* -t %{buildroot}%{zsh_completions_dir}/
%pyproject_extras_subpkg -n go-vendor-tools all
%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
* Fri Jun 14 2024 Maxwell G <maxwell@gtmx.me> - 0.5.1-2

Loading…
Cancel
Save