57 lines
1.7 KiB
RPMSpec
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.0.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
|