Name: whatsapp-for-linux Version: 1.6.4 Release: 1 Summary: An unofficial WhatsApp linux client written in C++ with the help of gtkmm-3.0 and webkit2. Group: Networking/Instant messaging License: GPLv3.0 URL: https://github.com/eneshecan/whatsapp-for-linux Source0: https://github.com/eneshecan/whatsapp-for-linux/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: pkgconfig(ayatana-appindicator3-0.1) BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(webkit2gtk-4.1) BuildRequires: pkgconfig(gtkmm-3.0) %description Whatsapp-for-linux is an unofficial WhatsApp linux client written in C++ with the help of gtkmm-3.0 and webkit2. %prep %autosetup -p1 -n %{name}-%{version} %build %cmake \ -DCMAKE_BUILD_TYPE=Release %make_build %install %make_install -C build %find_lang %{name} %files -f %{name}.lang %{_bindir}/whatsapp-for-linux %{_datadir}/applications/com.github.eneshecan.WhatsAppForLinux.desktop %{_iconsdir}/hicolor/*x*/apps/com.github.eneshecan.WhatsAppForLinux.png %{_iconsdir}/hicolor/*x*/status/com.github.eneshecan.WhatsAppForLinux-* %{_datadir}/metainfo/com.github.eneshecan.WhatsAppForLinux.appdata.xml