]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
suggest gnome-contacts for retrieving user info
[packages/empathy.git] / empathy.spec
1 Summary:        High-level library and user-interface for Telepathy
2 Summary(pl.UTF-8):      Bardzo łatwy w użyciu klient Telepathy dla GNOME
3 Name:           empathy
4 Version:        3.6.3
5 Release:        2
6 License:        GPL v2+
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/3.6/%{name}-%{version}.tar.xz
9 # Source0-md5:  b45dc0c996a7068efe897e6a22896943
10 URL:            http://live.gnome.org/Empathy
11 BuildRequires:  NetworkManager-devel >= 0.7.0
12 BuildRequires:  autoconf >= 2.64
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  cheese-devel >= 3.4.0
15 BuildRequires:  clutter-devel >= 1.10.0
16 BuildRequires:  clutter-gst-devel >= 1.9.92
17 BuildRequires:  clutter-gtk-devel >= 1.2.0
18 BuildRequires:  dbus-glib-devel >= 0.74
19 BuildRequires:  enchant-devel >= 1.2.0
20 BuildRequires:  farstream-devel >= 0.2.0
21 BuildRequires:  folks-devel >= 0.7.3
22 BuildRequires:  gcr-devel >= 2.91.4
23 BuildRequires:  geoclue-devel >= 0.12
24 BuildRequires:  gettext-devel
25 BuildRequires:  glib2-devel >= 1:2.33.3
26 BuildRequires:  gnome-online-accounts-devel >= 3.5.1
27 BuildRequires:  gnutls-devel >= 2.8.5
28 BuildRequires:  gsettings-desktop-schemas-devel
29 BuildRequires:  gstreamer-devel >= 1.0.0
30 BuildRequires:  gstreamer-plugins-base-devel >= 1.0.0
31 BuildRequires:  gtk+3-devel >= 3.5.1
32 BuildRequires:  gtk-webkit3-devel >= 1.4.0
33 BuildRequires:  intltool >= 0.50.0
34 BuildRequires:  iso-codes >= 0.35
35 BuildRequires:  libcanberra-gtk3-devel >= 0.25
36 BuildRequires:  libchamplain-devel >= 0.12.1
37 BuildRequires:  libgee0.6-devel
38 BuildRequires:  libnotify-devel >= 0.7.0
39 BuildRequires:  libsecret-devel >= 0.5
40 BuildRequires:  libsoup-devel
41 BuildRequires:  libtool >= 2:2.2
42 BuildRequires:  libxml2-devel >= 1:2.6.28
43 BuildRequires:  libxslt-progs
44 BuildRequires:  nautilus-sendto-devel >= 3.0.0
45 BuildRequires:  pkgconfig
46 BuildRequires:  pulseaudio-devel
47 BuildRequires:  python >= 2.3
48 BuildRequires:  python-modules >= 2.3
49 BuildRequires:  rpmbuild(find_lang) >= 1.23
50 BuildRequires:  rpmbuild(macros) >= 1.592
51 BuildRequires:  tar >= 1:1.22
52 BuildRequires:  telepathy-farstream-devel >= 0.4.999
53 BuildRequires:  telepathy-glib-devel >= 0.19.9
54 BuildRequires:  telepathy-logger-devel >= 0.2.13
55 BuildRequires:  telepathy-mission-control-devel >= 5.12.0
56 BuildRequires:  udev-glib-devel
57 BuildRequires:  xorg-lib-libX11-devel
58 BuildRequires:  xz
59 BuildRequires:  yelp-tools
60 Requires(post,postun):  glib2 >= 1:2.26.0
61 Requires(post,postun):  gtk-update-icon-cache
62 Requires:       evolution-data-server
63 Requires:       gsettings-desktop-schemas
64 Requires:       hicolor-icon-theme
65 Requires:       telepathy-glib >= 0.19.9
66 Requires:       telepathy-logger >= 0.2.13
67 Requires:       telepathy-mission-control >= 5.12.0
68 Suggests:       gnome-contacts
69 Suggests:       telepathy-gabble
70 Suggests:       telepathy-haze
71 Suggests:       telepathy-idle
72 Suggests:       telepathy-salut
73 Suggests:       telepathy-sofiasip
74 Obsoletes:      empathy-apidocs < 2.29.1
75 Obsoletes:      empathy-devel < 2.29.1
76 Obsoletes:      empathy-libs < 2.29.1
77 Obsoletes:      gnome-jabber
78 Obsoletes:      python-empathy < 2.29.1
79 # sr@Latn vs. sr@latin
80 Conflicts:      glibc-misc < 6:2.7
81 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
82
83 %description
84 Instant messaging program supporting text, voice, video, file
85 transfers and inter-application communication over many different
86 protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook,
87 Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. (Supported protocols
88 depend on installed components.)
89
90 %description -l pl.UTF-8
91 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
92 jak to tylko możliwe.
93
94 %package -n nautilus-sendto-empathy
95 Summary:        Empathy support for sending files in Nautilus
96 Summary(pl.UTF-8):      Obsługa Empathy przy wysyłaniu plików z Nautilusa
97 Group:          X11/Applications
98 Requires:       %{name} = %{version}-%{release}
99 Requires:       nautilus-sendto >= 3.0.0
100
101 %description -n nautilus-sendto-empathy
102 This plugin enables sending files from Nautilus to your Empathy
103 contacts.
104
105 %description -n nautilus-sendto-empathy -l pl.UTF-8
106 Ta wtyczka pozwala na przesyłanie z poziomu Nautilusa plików do
107 kontaktów Empathy.
108
109 %prep
110 %setup -q
111
112 %build
113 %{__intltoolize}
114 %{__libtoolize}
115 %{__aclocal} -I m4
116 %{__autoconf}
117 %{__autoheader}
118 %{__automake}
119 # missing geocode-glib in pld
120 %configure \
121         --with-connectivity=nm \
122         --with-cheese \
123         --with-eds \
124         --disable-silent-rules \
125         --disable-static \
126         --disable-geocode \
127         --enable-call-logs \
128         --enable-goa \
129         --enable-gudev \
130         --enable-location \
131         --enable-map \
132         --enable-nautilus-sendto \
133         --enable-spell \
134         --enable-gst-1.0 \
135         --disable-ubuntu-online-accounts
136
137 %{__make} -j1
138
139 %install
140 rm -rf $RPM_BUILD_ROOT
141
142 %{__make} install \
143         DESTDIR=$RPM_BUILD_ROOT
144
145 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
146 %{__rm} $RPM_BUILD_ROOT%{_libdir}/mission-control-plugins.0/*.la
147 %{__rm} $RPM_BUILD_ROOT%{_libdir}/empathy/*.la
148
149 %find_lang %{name} --with-gnome --with-omf
150
151 %clean
152 rm -rf $RPM_BUILD_ROOT
153
154 %post
155 %glib_compile_schemas
156 %update_icon_cache hicolor
157
158 %postun
159 %glib_compile_schemas
160 %update_icon_cache hicolor
161
162 %files -f %{name}.lang
163 %defattr(644,root,root,755)
164 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
165 %attr(755,root,root) %{_bindir}/empathy
166 %attr(755,root,root) %{_bindir}/empathy-accounts
167 %attr(755,root,root) %{_bindir}/empathy-debugger
168 %attr(755,root,root) %{_libexecdir}/empathy-auth-client
169 %attr(755,root,root) %{_libexecdir}/empathy-call
170 %attr(755,root,root) %{_libexecdir}/empathy-chat
171 %attr(755,root,root) %{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
172 %dir %{_libdir}/empathy
173 %attr(755,root,root) %{_libdir}/empathy/*.so
174 %{_datadir}/%{name}
175 %{_datadir}/adium
176 %{_datadir}/GConf/gsettings/empathy.convert
177 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
178 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
179 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
180 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
181 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
182 %{_datadir}/telepathy/clients/Empathy.Auth.client
183 %{_datadir}/telepathy/clients/Empathy.Call.client
184 %{_datadir}/telepathy/clients/Empathy.Chat.client
185 %{_datadir}/telepathy/clients/Empathy.FileTransfer.client
186 %{_iconsdir}/hicolor/*/apps/*
187 %{_mandir}/man1/empathy*.1*
188 %{_desktopdir}/*.desktop
189
190 %files -n nautilus-sendto-empathy
191 %defattr(644,root,root,755)
192 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.104782 seconds and 4 git commands to generate.