Name: prpltwtr Version: 0.14.0 Release: 1%{?dist} Summary: Purple plugin to add support for the twitter / status.net protocol License: GPLv2+ URL: https://github.com/mikeage/prpltwtr Source0: https://github.com/mikeage/prpltwtr/archive/%{version}.tar.gz BuildRequires: pkgconfig(purple) pkgconfig(pidgin) BuildRequires: pkgconfig(json-glib-1.0) pkgconfig(libxml-2.0) BuildRequires: automake libtool autoconf intltool pkgconfig # Requires: %description This is a libpurple Pidgin, Finch, etc plugin which treats microblogging sites Twitter, identi.ca, status.net as IM protocols. It treats timelines and searches as chat rooms and the people you follow as buddies. You can update your status (posting a message to the home timeline, search, or responding to buddy using an @mention) and send DMs. %prep %setup -q -n %{name}-%{version} ./autogen.sh %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %make_install # remove libtool libraries and static libraries find $RPM_BUILD_ROOT \( -name "*.la" -o -name "*.a" \) -exec rm -f {} ';' %find_lang %{name} %files -f %{name}.lang %license COPYING %doc AUTHORS README.md ChangeLog TODO NEWS %{_libdir}/pidgin/* %{_libdir}/purple-2/* %{_datadir}/locale/* %{_datadir}/pixmaps/* %changelog * Tue Nov 07 2017 Matěj Cepl - 0.14.0-1 - Initial attempt to package.