## START: Set by rpmautospec ## (rpmautospec version 0.8.1) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 3; 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.35.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} # Not required on all architecures, so golang-modernc-libc dependency omits by # using __requires_exclude. Without this, Koji complains about differing noarch # packages. Explicitly require here. BuildRequires: golang(github.com/mattn/go-isatty) BuildRequires: golang(github.com/ncruces/go-strftime) %description %{common_description} %gopkg %prep %goprep %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 * Fri Aug 15 2025 Maxwell G - 1.35.0-3 - Rebuild for golang-1.25.0 * Thu Jul 24 2025 Fedora Release Engineering - 1.35.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Thu Feb 13 2025 W. Michael Petullo - 1.35.0-1 - Update to 1.35.0 * Sun Feb 02 2025 W. Michael Petullo - 1.34.5-1 - Update to 1.34.5 * Fri Jan 17 2025 Fedora Release Engineering - 1.34.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Dec 31 2024 W. Michael Petullo - 1.34.4-1 - Update to 1.34.4 * Thu Jul 18 2024 Fedora Release Engineering - 1.30.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jun 05 2024 W. Michael Petullo - 1.30.0-2 - Fix 1.30.0 build for all architectures * Mon Jun 03 2024 W. Michael Petullo - 1.30.0-1 - Update to 1.30.0 * 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