]> git.pld-linux.org Git - packages/pidgin-sipe.git/blob - pidgin-sipe.spec
- up to 1.17.0
[packages/pidgin-sipe.git] / pidgin-sipe.spec
1 Summary:        Pidgin protocol plugin to connect to MS Office Communicator
2 Name:           pidgin-sipe
3 Version:        1.17.0
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/Networking
7 URL:            http://sipe.sourceforge.net/
8 Source0:        http://downloads.sourceforge.net/sipe/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c8eb8e133ffa5b65582be7cc8904d1a5
10 BuildRequires:  e2fsprogs-devel
11 BuildRequires:  gettext
12 BuildRequires:  glib2-devel >= 2.28.0
13 BuildRequires:  gstreamer-devel
14 BuildRequires:  heimdal-devel
15 BuildRequires:  intltool
16 BuildRequires:  libnice-devel >= 0.1.0
17 BuildRequires:  libpurple-devel >= 2.8.0
18 BuildRequires:  libxml2-devel
19 BuildRequires:  nss-devel
20 BuildRequires:  pkgconfig
21 BuildRequires:  zlib-devel
22 Requires:       libpurple-protocol-sipe = %{version}-%{release}
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 A third-party plugin for the Pidgin multi-protocol instant messenger.
27 It implements the extended version of SIP/SIMPLE used by various
28 products:
29
30 - Microsoft Lync Server 2010
31 - Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
32 - Microsoft Live Communications Server (LCS 2003/2005)
33 - Reuters Messaging
34
35 With this plugin you should be able to replace your Microsoft Office
36 Communicator client with Pidgin.
37
38 This package provides the icon set for Pidgin.
39
40 %package -n libpurple-protocol-sipe
41 Summary:        Libpurple protocol plugin to connect to MS Office Communicator
42 License:        GPL v2+
43 Group:          Applications/Networking
44
45 %description -n libpurple-protocol-sipe
46 A third-party plugin for the Pidgin multi-protocol instant messenger.
47 It implements the extended version of SIP/SIMPLE used by various
48 products:
49
50 - Microsoft Lync Server 2010
51 - Microsoft Office Communications Server (OCS 2007/2007 R2 and newer)
52 - Microsoft Live Communications Server (LCS 2003/2005)
53 - Reuters Messaging
54
55 This package provides the protocol plugin for libpurple clients.
56
57 %prep
58 %setup -q
59
60 %build
61 %configure \
62         --with-krb5 \
63         --enable-purple \
64         --disable-telepathy
65 %{__make}
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT
71
72 find $RPM_BUILD_ROOT -type f -name "*.la" -delete -print
73
74 rm -r $RPM_BUILD_ROOT%{_pixmapsdir}/pidgin/protocols/{24,32}
75
76 %find_lang %{name}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files -n libpurple-protocol-sipe -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog NEWS README TODO
84 %{_libdir}/purple-2/libsipe.so
85
86 %files
87 %defattr(644,root,root,755)
88 %doc AUTHORS
89 %{_pixmapsdir}/pidgin/protocols/*/sipe.*
This page took 0.086467 seconds and 3 git commands to generate.