]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
9b57fffa11cae23456924ce1b51fba1182f4a73b
[packages/empathy.git] / empathy.spec
1 Summary:        Very easy to use GNOME Telepathy client
2 Summary(pl.UTF-8):      Bardzo łatwy w użyciu klient Telepathy dla GNOME
3 Name:           empathy
4 Version:        2.34.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/2.34/%{name}-%{version}.tar.bz2
9 # Source0-md5:  f96c7b7a51ae2049d35c9db0282a62c5
10 Patch0:         configure.patch
11 Patch1:         %{name}-missing-include.patch
12 URL:            http://live.gnome.org/Empathy
13 BuildRequires:  GConf2-devel >= 2.26.0
14 BuildRequires:  NetworkManager-devel >= 0.7.0
15 BuildRequires:  OpenGL-devel
16 BuildRequires:  autoconf >= 2.59
17 BuildRequires:  automake >= 1:1.9
18 BuildRequires:  clutter-gtk-devel >= 0.10.0
19 BuildRequires:  dbus-glib-devel >= 0.74
20 BuildRequires:  docbook-dtd412-xml
21 BuildRequires:  enchant-devel >= 1.2.0
22 BuildRequires:  evolution-data-server-devel >= 2.24.0
23 BuildRequires:  farsight2-devel
24 BuildRequires:  folks-devel >= 0.4.0
25 BuildRequires:  geoclue-devel >= 0.11
26 BuildRequires:  gettext-devel
27 BuildRequires:  glib2-devel >= 1:2.26.0
28 BuildRequires:  gnome-common >= 2.24.0
29 BuildRequires:  gnome-doc-utils >= 0.18.0
30 BuildRequires:  gnome-keyring-devel >= 2.26.0
31 BuildRequires:  gnutls-devel >= 2.8.5
32 BuildRequires:  gstreamer-devel
33 BuildRequires:  gstreamer-plugins-base-devel
34 BuildRequires:  gtk+2-devel >= 2:2.22.0
35 BuildRequires:  gtk-webkit-devel >= 1.1.15
36 BuildRequires:  intltool >= 0.40.0
37 BuildRequires:  iso-codes >= 0.35
38 BuildRequires:  libcanberra-gtk-devel >= 0.4
39 BuildRequires:  libchamplain-devel >= 0.8.0
40 BuildRequires:  libgnome-keyring-devel >= 2.26.0
41 BuildRequires:  libnotify-devel >= 0.7.0
42 BuildRequires:  libtool
43 BuildRequires:  libunique-devel >= 1.1.2
44 BuildRequires:  libxml2-devel >= 1:2.6.28
45 BuildRequires:  nautilus-sendto-devel >= 2.32.0
46 BuildRequires:  pkgconfig
47 BuildRequires:  rpmbuild(find_lang) >= 1.23
48 BuildRequires:  rpmbuild(macros) >= 1.592
49 BuildRequires:  sed >= 4.0
50 BuildRequires:  telepathy-farsight-devel >= 0.0.14
51 BuildRequires:  telepathy-glib-devel >= 0.14.1
52 BuildRequires:  telepathy-logger-devel >= 0.2.0
53 Requires(post,postun):  glib2 >= 1:2.26.0
54 Requires(post,postun):  gtk+2 >= 2:2.12.0
55 Requires(post,postun):  hicolor-icon-theme
56 Requires:       telepathy-logger >= 0.2.0
57 Requires:       telepathy-mission-control
58 Suggests:       telepathy-butterfly
59 Suggests:       telepathy-gabble
60 Suggests:       telepathy-haze
61 Suggests:       telepathy-idle
62 Suggests:       telepathy-salut
63 Suggests:       telepathy-sofiasip
64 Obsoletes:      empathy-apidocs < 2.29.1
65 Obsoletes:      empathy-devel < 2.29.1
66 Obsoletes:      empathy-libs < 2.29.1
67 Obsoletes:      gnome-jabber
68 Obsoletes:      python-empathy < 2.29.1
69 # sr@Latn vs. sr@latin
70 Conflicts:      glibc-misc < 6:2.7
71 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
73 %description
74 Empathy aims at making Instant Messaging with Jabber as easy as
75 possible.
76
77 %description -l pl.UTF-8
78 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
79 jak to tylko możliwe.
80
81 %package -n nautilus-sendto-empathy
82 Summary:        Empathy support for sending files in Nautilus
83 Summary(pl.UTF-8):      Wsparcie Empathy przy wysyłaniu plików z Nautilusa
84 Group:          X11/Applications
85 Requires:       %{name} = %{version}-%{release}
86 Requires:       nautilus-sendto >= 2.32.0
87
88 %description -n nautilus-sendto-empathy
89 Enables sending files from Nautilus to your Empathy contacts.
90
91 %description -n nautilus-sendto-empathy -l pl.UTF-8
92 Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
93
94 %prep
95 %setup -q
96 %patch0 -p1
97 %patch1 -p0
98
99 %{__rm} po/en@shaw.po
100 %{__sed} -i 's/^en@shaw//' po/LINGUAS
101
102 %build
103 %{__intltoolize}
104 %{__libtoolize}
105 %{__aclocal} -I m4
106 %{__autoconf}
107 %{__autoheader}
108 %{__automake}
109 %configure \
110         --with-connectivity=nm \
111         --disable-schemas-install \
112         --disable-silent-rules \
113         --disable-static \
114         --enable-favourite-contacts \
115         --enable-location \
116         --enable-nautilus-sendto \
117         --without-ca-file
118
119 %{__make} -j 1
120
121 %install
122 rm -rf $RPM_BUILD_ROOT
123
124 %{__make} install \
125         DESTDIR=$RPM_BUILD_ROOT \
126         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
127
128 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
129
130 %find_lang %{name} --with-gnome --with-omf
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-av
151 %{_datadir}/%{name}
152 %{_datadir}/GConf/gsettings/empathy.convert
153 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
154 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
155 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
156 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
157 %{_datadir}/telepathy/clients/Empathy.client
158 %{_datadir}/telepathy/clients/Empathy.AudioVideo.client
159 %{_datadir}/telepathy/clients/Empathy.Auth.client
160 %{_iconsdir}/hicolor/*/apps/*
161 %{_mandir}/man1/empathy*.1*
162 %{_desktopdir}/*.desktop
163
164 %files -n nautilus-sendto-empathy
165 %defattr(644,root,root,755)
166 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.042559 seconds and 3 git commands to generate.