Name: lgogdownloader Version: 3.7 Release: 1%{?dist} Summary: Unofficial GOG.com downloader. License: WTFPL URL: https://github.com/Sude-/lgogdownloader Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ make automake BuildRequires: cmake >= 3.0.0, help2man, grep, binutils, pkg-config BuildRequires: rhash-devel BuildRequires: pkgconfig(libcrypto), pkgconfig(htmlcxx), pkgconfig(jsoncpp), pkgconfig(oauth), pkgconfig(tinyxml2), pkgconfig(zlib) BuildRequires: libcurl-devel >= 7.32.0, boost-devel #Requires: libcurl >= 7.32.0, liboauth, rhash, jsoncpp, htmlcxx, tinyxml2, boost, libssh, zlib Requires: libcurl >= 7.32.0, rhash, jsoncpp, htmlcxx, tinyxml2, boost #BuildArch: noarch %description LGOGDownloader is unofficial downloader to GOG.com for Linux users. It uses the same API as the official GOGDownloader. %global debug_package %{nil} %prep %autosetup -n %{name}-%{version} %build cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_BUILD_TYPE=Release %make_build %install %{__make} DESTDIR=%{buildroot} install %files %defattr(-,root,root,-) %license COPYING %attr(755,root,root) %{_bindir}/%{name} %{_mandir}/man1/%{name}* %changelog * Fri Jun 19 2020 Michael Mansell - 3.7-1 - Updating to 3.7 * Sun Jun 02 2019 Michael Mansell - 3.5-1 - Updating to 3.5 * Sun Nov 26 2017 Michael Mansell - 3.3-1 - First lgogdownloader package