.gear/rules | 2 ++ .gear/tags/list | 3 +++ bitlbee-facebook.spec | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..3fcaf79 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=@name@-@version@ +diff: @version@:. . name=@name@-@version@-@release@.patch diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..4d55729 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1,3 @@ +eb71ccbeda290c0ef4c624a8c271476342f69fe5 0.1.0 +bc523728d7ae97a617746a47b451e7adf4a58927 1.1.2 +6951ca513f697811cfe8d3fa88298a1bd894f5b4 1.2.2 diff --git a/bitlbee-facebook.spec b/bitlbee-facebook.spec new file mode 100644 index 0000000..ac7021b --- /dev/null +++ b/bitlbee-facebook.spec @@ -0,0 +1,52 @@ +Name: bitlbee-facebook +Version: 1.2.2 +Release: alt1 +Group: Networking/IRC +License: GPLv2 +Url: https://wiki.bitlbee.org/HowtoFacebookMQTT +Summary: MQTT (Facebook) plugin for bitlbee +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires: bitlbee-devel libjson-glib-devel zlib-devel + +%description +As an alternative to the now (mostly-)defunct XMPP service provided by +facebook, jgeboski (who also wrote bitlbee-steam) made a new plugin based on +the facebook messenger mobile client (which uses a protocol called MQTT). It +also happens to work much better than the XMPP service ever did, and supports +groupchats. + +%prep +%setup +%patch -p1 + +%build +%autoreconf +%configure \ + --with-plugindir=%_libdir/bitlbee +# smp incompatible build +make + +%install +%makeinstall DESTDIR=%buildroot libdir=%_libdir/bitlbee + +%files +%doc README NEWS ChangeLog COPYING AUTHORS +%_libdir/bitlbee/facebook.so + +%changelog +* Tue Feb 23 2021 L.A. Kostis 1.2.2-alt1 +- 1.2.2. + +* Sat Jan 12 2019 L.A. Kostis 1.1.2-alt3.7682a35 +- Fix smp build. + +* Sat Jan 12 2019 L.A. Kostis 1.1.2-alt2.7682a35 +- Updated to 1.1.2 7682a35 GIT. + +* Fri Mar 23 2018 L.A. Kostis 1.1.2-alt1.g553593d +- Updated to 1.1.2 553593d GIT. + +* Tue Sep 15 2015 L.A. Kostis 0.1.0-alt1 +- Initial build for ALTLinux.