Name: adbxplorer Version: 0.0.2 Release: 1%{?dist} Summary: MCP-backed database exploration tool License: MIT AND BSD-3-Clause URL: https://example.invalid/adbxplorer Source0: %{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: pkgconf-pkg-config BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libsecret-1) %description adbxplorer is a local broker plus MCP server for safe database exploration. %prep %autosetup %build make build/adbxplorer VERSION=%{version} %install rm -rf %{buildroot} make install PREFIX=%{_prefix} DESTDIR=%{buildroot} VERSION=%{version} install -d %{buildroot}%{_licensedir}/%{name} install -m 0644 third_party/libpg_query/LICENSE \ %{buildroot}%{_licensedir}/%{name}/LICENSE.libpg_query %files %license LICENSE %license %{_licensedir}/%{name}/LICENSE.libpg_query %doc ACKNOWLEDGEMENTS.md %doc README.md %doc SECURITY.md %{_bindir}/adbxplorer %changelog * Sat Mar 28 2026 Local Builder - 0.0.2-1 - Initial local test package