Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/deps/telepathy-salut/SPECS/telepathy-salut.spec
blob: a32bd7e72e4c7b6e96ce309e3e58c102f9603ebb (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#
# spec file for package telepathy-salut (Version 0.3.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           telepathy-salut
Version:        0.3.9
Release:        1
License:        GPL v2 or later
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  cyrus-sasl-devel
BuildRequires:  dbus-1-glib-devel
BuildRequires:  libavahi-glib-devel
BuildRequires:  libavahi-gobject-devel
BuildRequires:  libsoup-devel
BuildRequires:  libxml2-devel
BuildRequires:  libxslt
BuildRequires:  openssl-devel
BuildRequires:  python-xml
BuildRequires:  telepathy-glib-devel
Group:          System/Libraries
Summary:        Link-local XMPP connection manager for Telepathy
Requires:       dbus-1-glib
Source:         %{name}-%{version}.tar.gz

%description
A connection manager for Telepathy that implement peer to peer XMPP
using local-link as done by and compatible with Apple Bonjour(tm) chat.



Authors:
--------
    Sjoerd Simons <sjoerd@luon.net>

%package doc
License:        GPL v2 or later
Summary:        Link-local XMPP connection manager for Telepathy (documentation)
Group:          Documentation/Other
Requires:       %{name}-%{version}

%description doc
A connection manager for Telepathy that implement peer to peer XMPP
using local-link as done by and compatible with Apple Bonjour(tm) chat.

This package contain the documentation.



Authors:
--------
    Sjoerd Simons <sjoerd@luon.net>

%prep
%setup -q

%build
%configure  --docdir=%{_docdir}/%{name}
make %{?jobs:-j %jobs}

%install
%makeinstall

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%clean
%{__rm} -rf "$RPM_BUILD_ROOT"

%files
%defattr(-,root,root)
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service
%dir %{_datadir}/telepathy
%dir %{_datadir}/telepathy/managers
%{_datadir}/telepathy/managers/salut.manager
%{_libdir}/telepathy-salut
%{_mandir}/man8/telepathy-salut.8.gz

%files doc
%defattr (-,root,root)
%{_docdir}/%{name}

%changelog