## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 7; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_without check # https://github.com/hickford/git-credential-azure %global goipath github.com/hickford/git-credential-azure Version: 0.2.3 %gometa -f %global goname git-credential-azure %global common_description %{expand: A Git credential helper for Azure Repos.} %global golicenses LICENSE.txt %global godocs README.md Name: %{goname} Release: %autorelease Summary: Git credential helper for Azure Repos License: Apache-2.0 URL: %{gourl} Source: %{gosource} %description %{common_description} %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %build %gobuild -o %{gobuilddir}/bin/git-credential-azure %{goipath} %install install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ install -m 0755 -vd %{buildroot}%{_mandir}/man1 install -m 0644 -vp git-credential-azure.1 -t %{buildroot}%{_mandir}/man1 %if %{with check} %check %gocheck %endif %files %{_mandir}/man1/git-credential-azure.1* %license LICENSE.txt %doc README.md %{_bindir}/git-credential-azure %changelog ## START: Generated by rpmautospec * Sun Feb 11 2024 Maxwell G - 0.2.3-7 - Rebuild for golang 1.22.0 * Wed Jan 24 2024 Fedora Release Engineering - 0.2.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 0.2.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Sep 03 2023 M Hickford - 0.2.3-4 - create dir * Sun Sep 03 2023 M Hickford - 0.2.3-3 - install man page * Sat Sep 02 2023 M Hickford - 0.2.3-2 - package man page * Sat Sep 02 2023 Packit - 0.2.3-1 - [packit] 0.2.3 upstream release * Sun Aug 13 2023 Packit - 0.2.2-1 - [packit] 0.2.2 upstream release * Fri Aug 04 2023 Packit - 0.2.1-1 - [packit] 0.2.1 upstream release * Wed Aug 02 2023 M Hickford - 0.1.0-2 - Packit following https://packit.dev/docs/fedora-releases-guide/ * Wed Aug 02 2023 Mikel Olasagasti Uranga - 0.1.0-1 - Initial package - Closes rhbz#2228426 ## END: Generated by rpmautospec