]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- updated to 0.7
[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.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/0.7/%{name}-%{version}.tar.bz2
9 # Source0-md5:  c63eded14fc0ad0feb38114569191f8d
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 Obsoletes:      gnome-jabber
30 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
31
32 %description
33 Empathy aims at making Instant Messaging with Jabber as easy as
34 possible.
35
36 %description -l pl.UTF-8
37 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
38 jak to tylko możliwe.
39
40 %prep
41 %setup -q
42
43 %build
44 %{__glib_gettextize}
45 %{__libtoolize}
46 %{__intltoolize}
47 %{__aclocal}
48 %{__autoheader}
49 %{__automake}
50 %{__autoconf}
51 %configure \
52         --disable-schemas-install
53 %{__make}
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57
58 %{__make} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
61
62 %find_lang %{name} --with-gnome --all-name
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %post
68 %gconf_schema_install empathy.schemas
69 %update_icon_cache hicolor
70
71 %preun
72 %gconf_schema_uninstall empathy.schemas
73
74 %postun
75 %update_icon_cache hicolor
76
77 %files -f %{name}.lang
78 %defattr(644,root,root,755)
79 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
80 %attr(755,root,root) %{_bindir}/*
81 %{_datadir}/%{name}
82 %{_iconsdir}/hicolor/*/apps/*
83 %{_sysconfdir}/gconf/schemas/empathy.schemas
84 %{_datadir}/dbus-1/services/*.service
85 %{_datadir}/gnome/autostart/empathy.desktop
86 %{_datadir}/mission-control/profiles/*.profile
87 %{_datadir}/telepathy/managers/empathy-chat.chandler
This page took 0.069846 seconds and 4 git commands to generate.