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