|
|
@ -7,10 +7,10 @@
|
|
|
|
%define tag v%{version_no_tilde %{quote:%nil}}
|
|
|
|
%define tag v%{version_no_tilde %{quote:%nil}}
|
|
|
|
|
|
|
|
|
|
|
|
Name: go-vendor-tools
|
|
|
|
Name: go-vendor-tools
|
|
|
|
Version: 0.6.0
|
|
|
|
Version: 0.5.1
|
|
|
|
%forgemeta
|
|
|
|
%forgemeta
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Tools for handling Go library vendoring in Fedora [SEE NOTE IN DESCRIPTION]
|
|
|
|
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
|
|
|
|
License: MIT AND BSD-3-Clause
|
|
|
|
License: MIT AND BSD-3-Clause
|
|
|
@ -19,8 +19,9 @@ Source0: %{forgesource}
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: tomcli
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
|
|
|
BuildRequires: python3-tomli
|
|
|
|
|
|
|
|
BuildRequires: python3-hatchling
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with manpages}
|
|
|
|
%if %{with manpages}
|
|
|
|
BuildRequires: scdoc
|
|
|
|
BuildRequires: scdoc
|
|
|
@ -32,16 +33,7 @@ Recommends: go-vendor-tools+all
|
|
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
%global common_description %{expand:
|
|
|
|
go-vendor-tools provides tools and macros for handling Go library vendoring in
|
|
|
|
go-vendor-tools provides tools and macros for handling Go library vendoring in
|
|
|
|
Fedora.
|
|
|
|
Fedora.}
|
|
|
|
|
|
|
|
|
|
|
|
STABILITY NOTE:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
go-vendor-tools is under active development and available in the stable Fedora
|
|
|
|
|
|
|
|
and Fedora EPEL repos for testing purposes.
|
|
|
|
|
|
|
|
Expect some breaking changes between releases.
|
|
|
|
|
|
|
|
Anyone using the `%%go_vendor_*` macros in active Fedora packages MUST join the
|
|
|
|
|
|
|
|
Fedora Golang Matrix room and Fedora Go SIG mailing list to be notified of any
|
|
|
|
|
|
|
|
major changes.}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description %common_description
|
|
|
|
%description %common_description
|
|
|
|
|
|
|
|
|
|
|
@ -55,10 +47,6 @@ Enhances: go-vendor-tools
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 %{forgesetupargs}
|
|
|
|
%autosetup -p1 %{forgesetupargs}
|
|
|
|
# Remove scancode-toolkit test dependency.
|
|
|
|
|
|
|
|
# It's not available on s390x and not needed for unit tests.
|
|
|
|
|
|
|
|
tomcli-set pyproject.toml lists delitem \
|
|
|
|
|
|
|
|
'project.optional-dependencies.test' 'scancode-toolkit.*'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -130,17 +118,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
|
|
|
|
* Fri Jan 10 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.6.0-1
|
|
|
|
* Thu Jul 25 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.5.1-2
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 28 2024 Maxwell G <maxwell@gtmx.me> - 0.6.0-1
|
|
|
|
|
|
|
|
- Update to 0.6.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 5 2024 Maxwell G <maxwell@gtmx.me> - 0.5.1-4
|
|
|
|
|
|
|
|
- Add note about project stability to description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 5 2024 Maxwell G <maxwell@gtmx.me> - 0.5.1-3
|
|
|
|
|
|
|
|
- Backport patch to workaround tomlkit bug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
- Rebuild for Python 3.13
|
|
|
|
- Rebuild for Python 3.13
|
|
|
|