## START: Set by rpmautospec ## (rpmautospec version 0.6.0) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 5; 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 %global debug_package %{nil} # https://gitlab.com/cznic/sqlite %global goipath modernc.org/sqlite %global forgeurl https://gitlab.com/cznic/sqlite Version: 1.27.0 %global tag v%{version} %gometa -f %global common_description %{expand: A port of SQLite/SQLite3 to Go without cgo. SQLite is an in-process implementation of a self-contained, serverless, zero- configuration, transactional SQL database engine.} %global golicenses LICENSE SQLITE-LICENSE %global godocs examples AUTHORS CONTRIBUTORS README.md Name: %{goname} Release: %autorelease Summary: A port of SQLite/SQLite3 to Go without cgo License: BSD-3-Clause URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %generate_buildrequires %go_generate_buildrequires %install %gopkginstall %if %{with check} %check # panic: test timed out after 10m0s %gocheck -d . %endif %files %license LICENSE SQLITE-LICENSE %doc examples AUTHORS CONTRIBUTORS README.md %gopkgfiles %changelog ## START: Generated by rpmautospec * Sun Feb 11 2024 Maxwell G - 1.27.0-5 - Rebuild for golang 1.22.0 * Wed Jan 24 2024 Fedora Release Engineering - 1.27.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering - 1.27.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Nov 08 2023 W. Michael Petullo - 1.27.0-2 - Remove upstreamed noarch fix * Wed Nov 08 2023 W. Michael Petullo - 1.27.0-1 - Remove upstreamed noarch fix * Wed Oct 04 2023 W. Michael Petullo - 1.25.0-3 - Add reference to upstream merge request * Wed Oct 04 2023 W. Michael Petullo - 1.25.0-2 - Fix ppc64le build * Sun Aug 20 2023 W. Michael Petullo - 1.25.0-1 - Initial import (fedora#2231945) ## END: Generated by rpmautospec