]> git.pld-linux.org Git - packages/pidgin-sipe.git/blame - pidgin-sipe.spec
up to 1.19.1
[packages/pidgin-sipe.git] / pidgin-sipe.spec
CommitLineData
b1a8f04f
ER
1Summary: Pidgin protocol plugin to connect to MS Office Communicator
2Name: pidgin-sipe
d43725c4 3Version: 1.19.1
b1a8f04f
ER
4Release: 1
5License: GPL v2+
6Group: Applications/Networking
7URL: http://sipe.sourceforge.net/
d43725c4
JP
8Source0: http://downloads.sourceforge.net/sipe/%{name}-%{version}.tar.xz
9# Source0-md5: f93354fcb147f22a8bf40aaf77caae62
b1a8f04f
ER
10BuildRequires: e2fsprogs-devel
11BuildRequires: gettext
12BuildRequires: glib2-devel >= 2.28.0
13BuildRequires: gstreamer-devel
14BuildRequires: heimdal-devel
15BuildRequires: intltool
16BuildRequires: libnice-devel >= 0.1.0
17BuildRequires: libpurple-devel >= 2.8.0
18BuildRequires: libxml2-devel
19BuildRequires: nss-devel
20BuildRequires: pkgconfig
21BuildRequires: zlib-devel
6139b60c 22Requires: libpurple-protocol-sipe = %{version}-%{release}
b1a8f04f
ER
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26A third-party plugin for the Pidgin multi-protocol instant messenger.
27It implements the extended version of SIP/SIMPLE used by various
28products:
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
35With this plugin you should be able to replace your Microsoft Office
36Communicator client with Pidgin.
37
38This package provides the icon set for Pidgin.
39
6139b60c 40%package -n libpurple-protocol-sipe
b1a8f04f
ER
41Summary: Libpurple protocol plugin to connect to MS Office Communicator
42License: GPL v2+
43Group: Applications/Networking
44
6139b60c 45%description -n libpurple-protocol-sipe
b1a8f04f
ER
46A third-party plugin for the Pidgin multi-protocol instant messenger.
47It implements the extended version of SIP/SIMPLE used by various
48products:
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
55This 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
68rm -rf $RPM_BUILD_ROOT
69%{__make} install \
70 DESTDIR=$RPM_BUILD_ROOT
71
72find $RPM_BUILD_ROOT -type f -name "*.la" -delete -print
73
7ec7a6bc
JP
74rm -r $RPM_BUILD_ROOT%{_pixmapsdir}/pidgin/protocols/{24,32}
75
b1a8f04f
ER
76%find_lang %{name}
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
6139b60c 81%files -n libpurple-protocol-sipe -f %{name}.lang
b1a8f04f
ER
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.077349 seconds and 4 git commands to generate.