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