]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- updated to 0.8
[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:        0.8
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/0.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  752074c88667fc796ee0cebe58a1f726
10 URL:            http://empathy.imendio.org/
11 BuildRequires:  GConf2-devel
12 BuildRequires:  autoconf >= 2.59
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel
15 BuildRequires:  gnome-vfs2-devel >= 2.18.1
16 BuildRequires:  gtk+2-devel >= 2:2.10.12
17 BuildRequires:  intltool >= 0.35.5
18 BuildRequires:  libglade2-devel >= 1:2.6.0
19 BuildRequires:  libgnomeui-devel >= 2.18.1
20 BuildRequires:  libtelepathy-devel >= 0.0.51
21 BuildRequires:  libtool
22 BuildRequires:  libxml2-devel >= 1:2.6.28
23 BuildRequires:  pkgconfig
24 BuildRequires:  rpmbuild(macros) >= 1.311
25 BuildRequires:  telepathy-mission-control-devel >= 4.22
26 Requires(post,postun):  gtk+2 >= 2:2.10.12
27 Requires(post,postun):  hicolor-icon-theme
28 Requires(post,preun):   GConf2
29 Suggests:       telepathy-butterfly
30 Suggests:       telepathy-gabble
31 Suggests:       telepathy-idle
32 Suggests:       telepathy-salut
33 Obsoletes:      gnome-jabber
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 Empathy aims at making Instant Messaging with Jabber as easy as
38 possible.
39
40 %description -l pl.UTF-8
41 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
42 jak to tylko możliwe.
43
44 %prep
45 %setup -q
46
47 %build
48 %{__glib_gettextize}
49 %{__libtoolize}
50 %{__intltoolize}
51 %{__aclocal}
52 %{__autoheader}
53 %{__automake}
54 %{__autoconf}
55 %configure \
56         --disable-schemas-install
57 %{__make}
58
59 %install
60 rm -rf $RPM_BUILD_ROOT
61
62 %{__make} install \
63         DESTDIR=$RPM_BUILD_ROOT \
64         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
65
66 %find_lang %{name} --with-gnome --all-name
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post
72 %gconf_schema_install empathy.schemas
73 %update_icon_cache hicolor
74
75 %preun
76 %gconf_schema_uninstall empathy.schemas
77
78 %postun
79 %update_icon_cache hicolor
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
84 %attr(755,root,root) %{_bindir}/*
85 %{_datadir}/%{name}
86 %{_iconsdir}/hicolor/*/apps/*
87 %{_sysconfdir}/gconf/schemas/empathy.schemas
88 %{_datadir}/dbus-1/services/*.service
89 %{_datadir}/gnome/autostart/empathy.desktop
90 %{_datadir}/mission-control/profiles/*.profile
91 %{_datadir}/telepathy/managers/empathy-chat.chandler
This page took 0.072353 seconds and 4 git commands to generate.