Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2016-09-20 06:56:00 +0300
committerdequis <dx@dxzone.com.ar>2016-09-20 06:56:00 +0300
commitb2f1230ebaacd07d1a3353833379a1bbab0ee701 (patch)
treef5eaee426707e5b0b8467e50764a6a0798efea41
parentfe068747dfd1085702458ba3182abdbe50ee4c06 (diff)
Revert "spec allowing creation of rpm packages (#265)"
This reverts commit fe068747dfd1085702458ba3182abdbe50ee4c06. Okay this was dumb. Turns out there's one spec at dist/ too.
-rw-r--r--purple-facebook.spec51
1 files changed, 0 insertions, 51 deletions
diff --git a/purple-facebook.spec b/purple-facebook.spec
deleted file mode 100644
index 468ca3e..0000000
--- a/purple-facebook.spec
+++ /dev/null
@@ -1,51 +0,0 @@
-%global commit0 2a24dfffb9a79f86a922866dda4391d5f402144c
-%global gittag0 66ee77378d82
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-%global date 20160409
-
-Name: purple-facebook
-Version: 0
-Release: 1.%{date}git%{gittag0}.wolfy%{?dist}
-Summary: A replacement Yahoo prpl (protocol plugin) for Pidgin/libpurple
-
-Group: Applications/Internet
-License: GPLv2+
-URL: https://github.com/dequis/purple-facebook/
-
-#Source0: hgps://github.com/dequis/%{name}/archive/GIT-TAG.tar.gz#/%{name}-%{version}.tar.gz
-Source0: https://github.com/dequis/%{name}/releases/download/%{gittag0}/%{name}-%{gittag0}.tar.gz
-BuildRequires: json-glib-devel libpurple-devel zlib-devel
-#BuildRequires: automake autoconf
-
-Requires: libpurple >= 2.10.11
-
-%description
-
-The purple-facebook plugin is a replacement for the builtin Facebook XMPP plugin
-
-%prep
-%autosetup -n %{name}-%{gittag0}
-
-%build
-%configure
-make %{?_smp_mflags}
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/%{_libdir}/purple-2/
-mv pidgin/libpurple/protocols/facebook/.libs/libfacebook.so $RPM_BUILD_ROOT/%{_libdir}/purple-2/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
-%files
-%defattr(-,root,root,-)
-%doc README ChangeLog AUTHORS VERSION
-%license COPYING
-%{_libdir}/purple-2/libfacebook.so
-
-%changelog
-* Mon Sep 12 2016 Manuel "lonely wolf" Wolfshant <wolfy@fedoraproject.org> - 0-20160409git66ee77378d82.wolfy.el6
-Initial package