## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 6; 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.6.0 %bcond_without check # https://github.com/sj14/astral %global goipath github.com/sj14/astral Version: 0.2.2 %gometa %global common_description %{expand: Go calculations for the position of the sun and moon.} %global golicenses LICENSE %global godocs AUTHORS README.md Name: astral Release: %autorelease Summary: Go calculations for the position of the sun and moon License: Apache-2.0 URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires %build for cmd in cmd/* ; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc AUTHORS README.md %{_bindir}/* %gopkgfiles %changelog ## START: Generated by rpmautospec * Fri Aug 15 2025 Maxwell G - 0.2.2-6 - Rebuild for golang-1.25.0 * Fri Aug 15 2025 Maxwell G - 0.2.2-5 - Revert "Rebuild for golang-1.25.0" * Fri Aug 15 2025 Maxwell G - 0.2.2-4 - Rebuild for golang-1.25.0 * Wed Jul 23 2025 Fedora Release Engineering - 0.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Jan 16 2025 Fedora Release Engineering - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Oct 29 2024 Link Dupont - 0.2.2-1 - Update to 0.2.2 (RHBZ#2322278) * Wed Jul 24 2024 Miroslav Suchý - 0.2.1-3 - convert ASL 2.0 license to SPDX * Wed Jul 17 2024 Fedora Release Engineering - 0.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon May 13 2024 Link Dupont - 0.2.1-1 - Update to 0.2.1 (RHBZ#2116189) * Sun Feb 11 2024 Maxwell G - 0.1.2-7 - Rebuild for golang 1.22.0 * Mon Jan 22 2024 Fedora Release Engineering - 0.1.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering - 0.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jul 19 2023 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Wed Jan 18 2023 Fedora Release Engineering - 0.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Jul 20 2022 Fedora Release Engineering - 0.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Link Dupont - 0.1.2-1 - Initial package (RHBZ#2091776) ## END: Generated by rpmautospec