]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
5afd98c40667fc490bded6d360391a90952d13a0
[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.2
5 Release:        1
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:  c300224c8f920ff3b9c1a5e353ae1027
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:  libgee-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:       telepathy-gabble
69 Suggests:       telepathy-haze
70 Suggests:       telepathy-idle
71 Suggests:       telepathy-salut
72 Suggests:       telepathy-sofiasip
73 Obsoletes:      empathy-apidocs < 2.29.1
74 Obsoletes:      empathy-devel < 2.29.1
75 Obsoletes:      empathy-libs < 2.29.1
76 Obsoletes:      gnome-jabber
77 Obsoletes:      python-empathy < 2.29.1
78 # sr@Latn vs. sr@latin
79 Conflicts:      glibc-misc < 6:2.7
80 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
81
82 %description
83 Instant messaging program supporting text, voice, video, file
84 transfers and inter-application communication over many different
85 protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook,
86 Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. (Supported protocols
87 depend on installed components.)
88
89 %description -l pl.UTF-8
90 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
91 jak to tylko możliwe.
92
93 %package -n nautilus-sendto-empathy
94 Summary:        Empathy support for sending files in Nautilus
95 Summary(pl.UTF-8):      Obsługa Empathy przy wysyłaniu plików z Nautilusa
96 Group:          X11/Applications
97 Requires:       %{name} = %{version}-%{release}
98 Requires:       nautilus-sendto >= 3.0.0
99
100 %description -n nautilus-sendto-empathy
101 This plugin enables sending files from Nautilus to your Empathy
102 contacts.
103
104 %description -n nautilus-sendto-empathy -l pl.UTF-8
105 Ta wtyczka pozwala na przesyłanie z poziomu Nautilusa plików do
106 kontaktów Empathy.
107
108 %prep
109 %setup -q
110
111 %build
112 %{__intltoolize}
113 %{__libtoolize}
114 %{__aclocal} -I m4
115 %{__autoconf}
116 %{__autoheader}
117 %{__automake}
118 # missing geocode-glib in pld
119 %configure \
120         --with-connectivity=nm \
121         --with-cheese \
122         --with-eds \
123         --disable-silent-rules \
124         --disable-static \
125         --disable-geocode \
126         --enable-call-logs \
127         --enable-goa \
128         --enable-gudev \
129         --enable-location \
130         --enable-map \
131         --enable-nautilus-sendto \
132         --enable-spell \
133         --enable-gst-1.0 \
134         --disable-ubuntu-online-accounts
135
136 %{__make} -j1
137
138 %install
139 rm -rf $RPM_BUILD_ROOT
140
141 %{__make} install \
142         DESTDIR=$RPM_BUILD_ROOT
143
144 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
145 %{__rm} $RPM_BUILD_ROOT%{_libdir}/mission-control-plugins.0/*.la
146 %{__rm} $RPM_BUILD_ROOT%{_libdir}/empathy/*.la
147
148 %find_lang %{name} --with-gnome --with-omf
149
150 %clean
151 rm -rf $RPM_BUILD_ROOT
152
153 %post
154 %glib_compile_schemas
155 %update_icon_cache hicolor
156
157 %postun
158 %glib_compile_schemas
159 %update_icon_cache hicolor
160
161 %files -f %{name}.lang
162 %defattr(644,root,root,755)
163 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
164 %attr(755,root,root) %{_bindir}/empathy
165 %attr(755,root,root) %{_bindir}/empathy-accounts
166 %attr(755,root,root) %{_bindir}/empathy-debugger
167 %attr(755,root,root) %{_libexecdir}/empathy-auth-client
168 %attr(755,root,root) %{_libexecdir}/empathy-call
169 %attr(755,root,root) %{_libexecdir}/empathy-chat
170 %attr(755,root,root) %{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
171 %dir %{_libdir}/empathy
172 %attr(755,root,root) %{_libdir}/empathy/*.so
173 %{_datadir}/%{name}
174 %{_datadir}/adium
175 %{_datadir}/GConf/gsettings/empathy.convert
176 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
177 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
178 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
179 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
180 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
181 %{_datadir}/telepathy/clients/Empathy.Auth.client
182 %{_datadir}/telepathy/clients/Empathy.Call.client
183 %{_datadir}/telepathy/clients/Empathy.Chat.client
184 %{_datadir}/telepathy/clients/Empathy.FileTransfer.client
185 %{_iconsdir}/hicolor/*/apps/*
186 %{_mandir}/man1/empathy*.1*
187 %{_desktopdir}/*.desktop
188
189 %files -n nautilus-sendto-empathy
190 %defattr(644,root,root,755)
191 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.214067 seconds and 2 git commands to generate.