%global debug_package %{nil} Name: bruno Version: 1.40.1 Release: 1 Summary: IDE For Exploring and Testing APIs License: MIT URL: https://www.usebruno.com/ Source0: %{name}-%{version}.tar.xz Source1: %{name}-icons.tar.xz BuildArch: x86_64 %description Opensource API Client for Exploring and Testing APIs. %prep %autosetup %autosetup -a 1 %install mkdir -p %{buildroot}/opt/Bruno %{buildroot}%{_datadir}/applications cp -a * %{buildroot}/opt/Bruno mv %{buildroot}/opt/Bruno/icons %{buildroot}%{_datadir} cat << EOF > %{buildroot}%{_datadir}/applications/bruno.desktop [Desktop Entry] Name=Bruno Exec=/opt/Bruno/bruno %U Terminal=false Type=Application Icon=bruno StartupWMClass=Bruno Comment=Opensource API Client for Exploring and Testing APIs Categories=Development; EOF find %{buildroot}%{_datadir}/icons -type f | sed 's!%{buildroot}!!' > icons.txt %files -f icons.txt %defattr(-,root,root,-) /opt/Bruno %{_datadir}/applications/bruno.desktop %changelog * Wed Mar 26 2025 Graham White - 1.40.1 - update to 1.40.1 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.40.1 * Wed Mar 19 2025 Graham White - 1.40.0 - update to 1.40.0 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.40.0 * Mon Feb 17 2025 Graham White - 1.39.1 - update to 1.39.1 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.39.1 * Mon Feb 17 2025 Graham White - 1.39.0 - update to 1.39.0 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.39.0 * Thu Jan 16 2025 Graham White - 1.38.1 - update to 1.38.1 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.38.1 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.38.0 * Mon Jan 06 2025 Graham White - 1.37.0 - update to 1.37.0 - for changes, see https://github.com/usebruno/bruno/releases/tag/v1.37.0 * Mon Dec 09 2024 Graham White - 1.36.1 - initial release