%define debug_package %{nil} Name: cljfmt Version: 0.15.6 Release: 1%{?dist} Summary: cljfmt is a tool for detecting and fixing formatting errors in Clojure code. Group: Development/Tools License: EPL-1.0 URL: https://github.com/weavejester/cljfmt Source0: https://github.com/weavejester/%{name}/releases/download/%{version}/%{name}-%{version}-linux-amd64-static.tar.gz Source1: https://raw.githubusercontent.com/weavejester/%{name}/%{version}/LICENSE.txt ExclusiveArch: x86_64 %description cljfmt is a tool for detecting and fixing formatting errors in Clojure code. Its defaults are based on the Clojure Style Guide, but it also has many customization options to suit a particular project or team. %prep tar zxvf '%{SOURCE0}' %install install -d -m 755 %{buildroot}%{_bindir} install -d -m 755 %{buildroot}%{_pkgdocdir} install -pm 755 %{_builddir}/bb %{buildroot}%{_bindir}/bb install -pm 644 %{SOURCE1} %{buildroot}%{_pkgdocdir}/LICENSE.txt %files %{_bindir}/bb %license %{_pkgdocdir}/LICENSE.txt %changelog * Thu Jan 15 2026 Markku Korkeala - 0.15.6-1 - Initial package effort for version 0.15.6.