Name: bitlbee-steam Version: 1.4.2 Release: 1%{?dist} Summary: Steam protocol plugin for BitlBee License: GPLv2+ URL: https://github.com/bitlbee/bitlbee-steam Source0: https://github.com/bitlbee/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: bitlbee-devel BuildRequires: glib2-devel BuildRequires: libgcrypt-devel Requires: bitlbee %description The Steam protocol plugin for bitlbee. This plugin uses the Steam Mobile API allowing it to run alongside the main Steam client. It is worth noting that the Steam Mobile API is HTTP based, which does lead to mild latency. %prep %autosetup %build %configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} rm $RPM_BUILD_ROOT/%{_libdir}/bitlbee/steam.la %files %{!?_licensedir: %global license %%doc} %license COPYING %doc AUTHORS README %{_libdir}/bitlbee/steam.so %changelog * Mon Jan 9 2017 Garrett Holmstrom - 1.4.2-1 - Built for Fedora * Thu Sep 22 2016 Garrett Holmstrom - 1.4.2-0.1 - Upstream update (1.4.2) * Tue Sep 15 2015 Garrett Holmstrom - 1.3.1-0.1 - Updated to 1.3.1, plus a few patches * Wed May 27 2015 Garrett Holmstrom - 1.2.0-0.2 - Fixed login breakage due to parameter validation changes * Wed Apr 15 2015 Garrett Holmstrom - 1.2.0-0.1 - Created