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