%define debug_package %nil Name: mkbrr Version: 1.24.1 Release: 1%{?dist} Summary: Tool to create, modify and inspect torrent files. Fast. License: GNU General Public License v2.0 URL: https://mkbrr.com/ Source0: https://github.com/autobrr/mkbrr/archive/refs/tags/v%{version}.tar.gz BuildRequires: make, go %description mkbrr is a tool to create, modify and inspect torrent files. Fast. %prep %autosetup #LDFLAGS=-ldflags "-X main.version=${VERSION} -X main.buildTime=${BUILD_TIME}" %build mkdir -p build CGO_ENABLED=0 go build -ldflags "-X main.version=%{version}" -o build/%{name} %install rm -rf $RPM_BUILD_ROOT %{__install} -D -m 755 build/%{name} $RPM_BUILD_ROOT/usr/local/bin/%{name} %files %license LICENSE %doc README.md /usr/local/bin/%{name} %changelog * Wed Aug 12 2026 Hoang - Release 1.24.1