Name: jan-bin Version: 0.7.5 Release: 1 Summary: Offline open-source alternative to ChatGPT License: Apache-2.0 URL: https://jan.ai Source0: https://github.com/janhq/jan/releases/download/v%{version}/Jan_%{version}_amd64.deb ExclusiveArch: x86_64 AutoReqProv: no Provides: jan = %{version}-%{release} Obsoletes: jan = %{version}-%{release} Requires: libayatana-appindicator-gtk3 Requires: webkitgtk6.0 Requires: gtk3 BuildRequires: binutils sed hicolor-icon-theme %description An open source alternative to ChatGPT that runs 100% offline on your computer. Multiple engine support (llama.cpp, TensorRT-LLM). (Prebuilt version) %prep %build ar -x %{SOURCE0} tar -xf data.tar.gz %install mv usr/ %{buildroot} sed -i -e "s/Categories=/Categories=Utility/g" %{buildroot}/%{_datadir}/applications/Jan.desktop %check %files %{_bindir}/{bun,Jan,uv} %{_usr}/lib/Jan %{_datadir}/applications/Jan.desktop %{_iconsdir}/hicolor/{32x32,128x128,256x256@2}/apps/Jan.png %changelog %autochangelog