## START: Set by rpmautospec ## (rpmautospec version 0.3.0) %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; 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.8.0 %bcond_without check %global debug_package %{nil} # https://github.com/mutecomm/go-sqlcipher %global goipath github.com/mutecomm/go-sqlcipher Version: 4.4.2 %gometa -f %global common_description %{expand: Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database.} %global golicenses LICENSE %global godocs _example README.md Name: %{goname} Release: %autorelease Summary: Self-contained Go sqlite3 driver with an AES-256 encrypted sqlite3 database License: MIT AND BSD-3-Clause AND Unlicense URL: %{gourl} Source: %{gosource} %description %{common_description} %gopkg %prep %goprep %generate_buildrequires %go_generate_buildrequires echo "golang(github.com/stretchr/testify/assert)" %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sun Aug 14 2022 Robert-André Mauchin 4.4.2-1 - Uncommitted changes