Name: feather Version: 1.0.1 Release: 1%{?dist} Summary: A free Monero desktop wallet License: BSD 3-Clause License URL: https://featherwallet.org AutoReq: no %description Feather is a free, open-source Monero wallet for Linux, Tails, macOS and Windows. It is written in C++ with the Qt framework. %prep curl -L https://featherwallet.org/files/releases/linux/feather-1.0.1 --output %{_sourcedir}/feather curl -L https://avatars.githubusercontent.com/u/90971348?s=256 --output %{_sourcedir}/feather.png %install mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps mkdir -p %{buildroot}/%{_datadir}/applications mkdir -p %{buildroot}/%{_bindir} mv %{_sourcedir}/feather.png %{buildroot}/%{_datadir}/icons/hicolor/64x64/apps/ echo '[Desktop Entry] Type=Application Name=Feather GenericName=Monero Wallet Comment=A free Monero desktop wallet Icon=feather Exec=feather Terminal=false MimeType=x-scheme-handler/monero; Categories=Utility; StartupWMClass=feather' >> %{buildroot}/%{_datadir}/applications/feather.desktop mv %{_sourcedir}/feather %{buildroot}/%{_bindir}/feather %files %attr(0775, root, root) /usr/bin/feather %attr(0644, root, root) /usr/share/applications/feather.desktop %attr(0644, root, root) /usr/share/icons/hicolor/64x64/apps/feather.png