1
0
bitlbee-facebook/bitlbee-facebook.spec
Theo Chatzimichos a18d7dcbd3 - Version bump 1.1.2
- Fix "Failed to read thrift" with unknown fields in /t_p payload
  - Fix rare login hang/timeout when the last page of contacts is empty

OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=3
2017-09-16 12:18:21 +00:00

57 lines
1.7 KiB
RPMSpec

#
# spec file for package bitlbee-facebook
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: bitlbee-facebook
Version: 1.1.2
Release: 0
Summary: The Facebook protocol plugin for bitlbee
License: GPL-2.0
Group: Productivity/Networking/IRC
Url: https://github.com/bitlbee/bitlbee-facebook
Source: https://github.com/bitlbee/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(bitlbee)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The Facebook protocol plugin for bitlbee. This plugin uses the Facebook Mobile API.
%prep
%setup -q
%build
autoreconf -fvi
%configure
make %{?_smp_mflags}
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
rm %{buildroot}%{_libdir}/bitlbee/facebook.la
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%dir %{_libdir}/bitlbee
%{_libdir}/bitlbee/facebook.so
%changelog