%global commit0 71aaaaeabc1d0e07c3cd2740f30fd22877742f97 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: bitlbee-steam Version: 1.4.0 Release: 1%{?dist} Summary: Steam protocol module for bitlbee License: GPLv2 URL: https://github.com/jgeboski/bitlbee-steam Source0: https://github.com/jgeboski/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz BuildRequires: bitlbee-devel >= 3.4 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: json-glib-devel BuildRequires: zlib-devel BuildRequires: libgcrypt-devel Requires: bitlbee >= 3.4 %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 %setup -qn %{name}-%{commit0} ./autogen.sh %build %configure make %{?_smp_mflags} %install %make_install rm -f %{buildroot}%{_libdir}/bitlbee/steam.la %files %license COPYING %doc AUTHORS NEWS README %{_libdir}/bitlbee/steam.so %changelog * Thu Jan 07 2016 Ye Myat Kaung - 1.4.0-1 - Initial package of bitlbee-steam protocol plugin for Fedora repos.