]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- pl
[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:  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 %description -l pl.UTF-8
44 Celem Empathy jets uczynienie komunikowania poprzez Jabbera tak
45 łatwym jak to tylko możliwe.
46
47 %prep
48 %setup -q
49
50 %build
51 %{__glib_gettextize}
52 %{__libtoolize}
53 %{__intltoolize}
54 %{__aclocal}
55 %{__autoheader}
56 %{__automake}
57 %{__autoconf}
58 %configure \
59         --disable-schemas-install \
60         --disable-scrollkeeper \
61         --enable-aspell \
62         --enable-dbus \
63         --enable-libnotify
64 %{__make}
65
66 %install
67 rm -rf $RPM_BUILD_ROOT
68
69 %{__make} install \
70         DESTDIR=$RPM_BUILD_ROOT \
71         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
72
73 %find_lang %{name} --with-gnome --all-name
74
75 %clean
76 rm -rf $RPM_BUILD_ROOT
77
78 %post
79 %gconf_schema_install empathy.schemas
80 %scrollkeeper_update_post
81 %update_icon_cache hicolor
82
83 %preun
84 %gconf_schema_uninstall empathy.schemas
85
86 %postun
87 %scrollkeeper_update_postun
88 %update_icon_cache hicolor
89
90 %files -f %{name}.lang
91 %defattr(644,root,root,755)
92 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
93 %attr(755,root,root) %{_bindir}/*
94 %{_datadir}/%{name}
95 %{_iconsdir}/hicolor/*/apps/*
96 %{_sysconfdir}/gconf/schemas/empathy.schemas
97 %{_datadir}/dbus-1/services/*.service
98 %{_datadir}/gnome/autostart/empathy.desktop
99 %{_datadir}/mission-control/profiles/*.profile
100 %{_datadir}/telepathy/managers/empathy-chat.chandler
This page took 0.077007 seconds and 4 git commands to generate.