1
0
bitlbee-facebook/bitlbee-facebook.spec
Theo Chatzimichos 1fc372e84f Accepting request 685364 from home:sleep_walker:branches:server:irc
- Version bump 1.2.0
  - Fix ERROR_QUEUE_OVERFLOW on login by bumping orca agent version
  - Fix "Failed to read fixed header" with TLS 1.3 / GnuTLS 3.6.x
  - Add workplace chat support (enable the "work" setting to use it)

OBS-URL: https://build.opensuse.org/request/show/685364
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee-facebook?expand=0&rev=4
2019-03-18 10:45:41 +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.2.0
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