]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- added
[packages/empathy.git] / empathy.spec
1 #
2 Summary:        Very easy to use GNOME Telepathy client
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:  xorg-lib-libXScrnSaver-devel
30 Requires(post,postun):  gtk+2 >= 2:2.10.7
31 Requires(post,postun):  hicolor-icon-theme
32 Requires(post,postun):  scrollkeeper
33 Requires(post,preun):   GConf2 >= 2.16.0
34 Requires:       iso-codes
35 Requires:       loudmouth >= 1.0.4
36 Obsoletes:      gnome-jabber
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 Empathy aims at making Instant Messaging with Jabber as easy as
41 possible.
42
43 %prep
44 %setup -q
45
46 %build
47 %{__glib_gettextize}
48 %{__libtoolize}
49 %{__intltoolize}
50 %{__aclocal}
51 %{__autoheader}
52 %{__automake}
53 %{__autoconf}
54 %configure \
55         --disable-schemas-install \
56         --disable-scrollkeeper \
57         --enable-aspell \
58         --enable-dbus \
59         --enable-libnotify
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT \
67         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
68
69 %find_lang %{name} --with-gnome --all-name
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post
75 %gconf_schema_install empathy.schemas
76 %scrollkeeper_update_post
77 %update_icon_cache hicolor
78
79 %preun
80 %gconf_schema_uninstall empathy.schemas
81
82 %postun
83 %scrollkeeper_update_postun
84 %update_icon_cache hicolor
85
86 %files -f %{name}.lang
87 %defattr(644,root,root,755)
88 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
89 %attr(755,root,root) %{_bindir}/*
90 %{_datadir}/%{name}
91 %{_iconsdir}/hicolor/*/apps/*
92 %{_sysconfdir}/gconf/schemas/empathy.schemas
93 %{_datadir}/dbus-1/services/*.service
94 %{_datadir}/gnome/autostart/empathy.desktop
95 %{_datadir}/mission-control/profiles/*.profile
96 %{_datadir}/telepathy/managers/empathy-chat.chandler
This page took 0.171849 seconds and 4 git commands to generate.