]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- up to 3.12.8
[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.12.8
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Communications
8 Source0:        https://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
9 # Source0-md5:  3592054af3e566ae2c45262d72572c03
10 URL:            http://live.gnome.org/Empathy
11 BuildRequires:  autoconf >= 2.64
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  cheese-devel >= 3.4.0
14 BuildRequires:  clutter-devel >= 1.10.0
15 BuildRequires:  clutter-gst-devel >= 1.9.92
16 BuildRequires:  clutter-gtk-devel >= 1.2.0
17 BuildRequires:  cogl-devel >= 1.14.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.9.5
22 BuildRequires:  gcr-devel >= 2.91.4
23 BuildRequires:  geoclue2-devel >= 1.99.3
24 BuildRequires:  geocode-glib-devel >= 0.99.1
25 BuildRequires:  gettext-tools
26 BuildRequires:  glib2-devel >= 1:2.38.0
27 BuildRequires:  gnome-online-accounts-devel >= 3.5.1
28 BuildRequires:  gnutls-devel >= 2.8.5
29 BuildRequires:  gsettings-desktop-schemas-devel
30 BuildRequires:  gstreamer-devel >= 1.0.0
31 BuildRequires:  gstreamer-plugins-base-devel >= 1.0.0
32 BuildRequires:  gtk+3-devel >= 3.10.0
33 BuildRequires:  gtk-webkit3-devel >= 1.10.0
34 BuildRequires:  intltool >= 0.50.0
35 BuildRequires:  iso-codes >= 0.35
36 BuildRequires:  libcanberra-gtk3-devel >= 0.25
37 BuildRequires:  libchamplain-devel >= 0.12.1
38 BuildRequires:  libgee-devel >= 0.8.0
39 BuildRequires:  libnotify-devel >= 0.7.0
40 BuildRequires:  libsecret-devel >= 0.5
41 BuildRequires:  libsoup-devel
42 BuildRequires:  libtool >= 2:2.2
43 BuildRequires:  libxml2-devel >= 1:2.6.28
44 BuildRequires:  libxslt-progs
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.6.0
53 BuildRequires:  telepathy-glib-devel >= 0.24.0
54 BuildRequires:  telepathy-logger-devel >= 0.8.0
55 BuildRequires:  telepathy-mission-control-devel >= 5.13.1
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:       folks >= 0.9.5
64 Requires:       gsettings-desktop-schemas
65 Requires:       hicolor-icon-theme
66 Requires:       telepathy-glib >= 0.24.0
67 Requires:       telepathy-logger >= 0.8.0
68 Requires:       telepathy-mission-control >= 5.13.1
69 Suggests:       gnome-contacts
70 Suggests:       telepathy-gabble
71 Suggests:       telepathy-haze
72 Suggests:       telepathy-idle
73 Suggests:       telepathy-salut
74 Suggests:       telepathy-sofiasip
75 Obsoletes:      empathy-apidocs < 2.29.1
76 Obsoletes:      empathy-devel < 2.29.1
77 Obsoletes:      empathy-libs < 2.29.1
78 Obsoletes:      gnome-jabber
79 Obsoletes:      nautilus-sendto-empathy
80 Obsoletes:      python-empathy < 2.29.1
81 # sr@Latn vs. sr@latin
82 Conflicts:      glibc-misc < 6:2.7
83 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
84
85 %description
86 Instant messaging program supporting text, voice, video, file
87 transfers and inter-application communication over many different
88 protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook,
89 Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. (Supported protocols
90 depend on installed components.)
91
92 %description -l pl.UTF-8
93 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
94 jak to tylko możliwe.
95
96 %prep
97 %setup -q
98
99 %build
100 %{__intltoolize}
101 %{__libtoolize}
102 %{__aclocal} -I m4
103 %{__autoconf}
104 %{__autoheader}
105 %{__automake}
106 %configure \
107         --with-cheese \
108         --disable-silent-rules \
109         --disable-static \
110         --enable-goa \
111         --enable-gudev \
112         --enable-location \
113         --enable-map \
114         --disable-nautilus-sendto \
115         --enable-spell \
116         --enable-gst-1.0 \
117         --disable-ubuntu-online-accounts
118
119 %{__make} -j1
120
121 %install
122 rm -rf $RPM_BUILD_ROOT
123
124 %{__make} install \
125         DESTDIR=$RPM_BUILD_ROOT
126
127 %{__rm} $RPM_BUILD_ROOT%{_libdir}/mission-control-plugins.0/*.la
128 %{__rm} $RPM_BUILD_ROOT%{_libdir}/empathy/*.la
129
130 %find_lang %{name} --with-gnome --all-name
131
132 %clean
133 rm -rf $RPM_BUILD_ROOT
134
135 %post
136 %glib_compile_schemas
137 %update_icon_cache hicolor
138
139 %postun
140 %glib_compile_schemas
141 %update_icon_cache hicolor
142
143 %files -f %{name}.lang
144 %defattr(644,root,root,755)
145 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
146 %attr(755,root,root) %{_bindir}/empathy
147 %attr(755,root,root) %{_bindir}/empathy-accounts
148 %attr(755,root,root) %{_bindir}/empathy-debugger
149 %attr(755,root,root) %{_libexecdir}/empathy-auth-client
150 %attr(755,root,root) %{_libexecdir}/empathy-call
151 %attr(755,root,root) %{_libexecdir}/empathy-chat
152 %attr(755,root,root) %{_libdir}/mission-control-plugins.0/mcp-account-manager-goa.so
153 %dir %{_libdir}/empathy
154 %attr(755,root,root) %{_libdir}/empathy/*.so
155 %{_datadir}/%{name}
156 %{_datadir}/adium
157 %{_datadir}/appdata/empathy.appdata.xml
158 %{_datadir}/GConf/gsettings/empathy.convert
159 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
160 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
161 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
162 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service
163 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
164 %{_datadir}/glib-2.0/schemas/org.gnome.telepathy-account-widgets.gschema.xml
165 %{_datadir}/telepathy/clients/Empathy.Auth.client
166 %{_datadir}/telepathy/clients/Empathy.Call.client
167 %{_datadir}/telepathy/clients/Empathy.Chat.client
168 %{_datadir}/telepathy/clients/Empathy.FileTransfer.client
169 %{_iconsdir}/hicolor/*/apps/*
170 %{_mandir}/man1/empathy*.1*
171 %{_desktopdir}/*.desktop
This page took 0.036167 seconds and 3 git commands to generate.