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

purple-facebook.spec - github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 468ca3e8fb6d1362d0cb66ec1e0495e4e1a4177c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
%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