%global __brp_check_rpaths %{nil} %global debug_package %{nil} Name: localsend Version: 1.17.0 Release: 3%{?dist} Summary: An open source cross-platform alternative to AirDrop License: Apache-2.0 URL: https://localsend.org Source0: https://github.com/localsend/localsend/releases/download/v%{version}/LocalSend-%{version}-linux-x86-64.tar.gz BuildRequires: desktop-file-utils Requires: gtk3 Requires: libayatana-appindicator-gtk3 %description LocalSend is a free, open-source application that allows you to securely share files and messages with nearby devices over your local network without an internet connection. %prep %setup -q -c -n %{name}-%{version} %build # this a binary, so nothing to build %install mkdir -p %{buildroot}%{_libdir}/%{name} cp -r * %{buildroot}%{_libdir}/%{name}/ mkdir -p %{buildroot}%{_bindir} cat > %{buildroot}%{_bindir}/%{name} < %{buildroot}%{_datadir}/applications/%{name}.desktop < - 1.17.0-3 - Fixed missing icon on the dash