]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- BR: telepathy-glib-devel >= 0.9.2
[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:        2.30.0
5 Release:        1
6 License:        GPL v2
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/2.30/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d7525475d5d3a0274212637852dc0d7d
10 URL:            http://live.gnome.org/Empathy
11 BuildRequires:  GConf2-devel >= 2.26.0
12 BuildRequires:  NetworkManager-devel >= 0.7
13 BuildRequires:  autoconf >= 2.59
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  check >= 0.9.4
16 BuildRequires:  clutter-gtk-devel >= 0.10.0
17 BuildRequires:  dbus-glib-devel >= 0.74
18 BuildRequires:  docbook-dtd412-xml
19 BuildRequires:  enchant-devel >= 1.2.0
20 BuildRequires:  evolution-data-server-devel >= 2.24.0
21 BuildRequires:  geoclue-devel >= 0.11
22 BuildRequires:  gettext-devel
23 BuildRequires:  gnome-common >= 2.24.0
24 BuildRequires:  gnome-doc-utils >= 0.18.0
25 BuildRequires:  gnome-keyring-devel
26 BuildRequires:  gnome-panel-devel >= 2.24.0
27 BuildRequires:  gstreamer-devel
28 BuildRequires:  gstreamer-plugins-base-devel
29 BuildRequires:  gtk+2-devel >= 2:2.16.0
30 BuildRequires:  gtk-doc >= 1.3
31 BuildRequires:  gtk-webkit-devel >= 1.1.7
32 BuildRequires:  intltool >= 0.40.0
33 BuildRequires:  iso-codes >= 0.35
34 BuildRequires:  libcanberra-gtk-devel >= 0.4
35 BuildRequires:  libchamplain-devel >= 0.4
36 BuildRequires:  libnotify-devel >= 0.4.4
37 BuildRequires:  libtool
38 BuildRequires:  libunique-devel
39 BuildRequires:  libxml2-devel >= 1:2.6.28
40 BuildRequires:  nautilus-sendto-devel >= 2.28.0.1
41 BuildRequires:  pkgconfig
42 BuildRequires:  python-pygtk-devel
43 BuildRequires:  rpm-pythonprov
44 BuildRequires:  rpmbuild(find_lang) >= 1.23
45 BuildRequires:  rpmbuild(macros) >= 1.311
46 BuildRequires:  sed >= 4.0
47 BuildRequires:  telepathy-farsight-devel
48 BuildRequires:  telepathy-glib-devel >= 0.9.2
49 BuildRequires:  telepathy-mission-control-devel >= 5.0
50 Requires(post,postun):  gtk+2 >= 2:2.12.0
51 Requires(post,postun):  hicolor-icon-theme
52 Requires(post,preun):   GConf2
53 Suggests:       telepathy-butterfly
54 Suggests:       telepathy-gabble
55 Suggests:       telepathy-haze
56 Suggests:       telepathy-idle
57 Suggests:       telepathy-salut
58 Suggests:       telepathy-sofiasip
59 Obsoletes:      empathy-apidocs < 2.29.1
60 Obsoletes:      empathy-devel < 2.29.1
61 Obsoletes:      empathy-libs < 2.29.1
62 Obsoletes:      gnome-jabber
63 Obsoletes:      python-empathy < 2.29.1
64 # sr@Latn vs. sr@latin
65 Conflicts:      glibc-misc < 6:2.7
66 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
67
68 %description
69 Empathy aims at making Instant Messaging with Jabber as easy as
70 possible.
71
72 %description -l pl.UTF-8
73 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
74 jak to tylko możliwe.
75
76 %package -n nautilus-sendto-empathy
77 Summary:        Empathy support for sending files in Nautilus
78 Summary(pl.UTF-8):      Wsparcie Empathy przy wysyłaniu plików z Nautilusa
79 Group:          X11/Applications
80 Requires:       %{name} = %{version}-%{release}
81 Requires:       nautilus-sendto >= 2.28.0.1
82
83 %description -n nautilus-sendto-empathy
84 Enables sending files from Nautilus to your Empathy contacts.
85
86 %description -n nautilus-sendto-empathy -l pl.UTF-8
87 Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
88
89 %prep
90 %setup -q
91 rm po/en@shaw.po
92 sed -i 's/^en@shaw//' po/LINGUAS
93
94 %build
95 %{__intltoolize}
96 %{__libtoolize}
97 %{__aclocal} -I m4
98 %{__autoconf}
99 %{__autoheader}
100 %{__automake}
101 %configure \
102         --with-connectivity=nm \
103         --with-compile-warnings=no \
104         --disable-schemas-install \
105         --disable-static \
106         --enable-location \
107         --enable-nautilus-sendto \
108         --enable-gtk-doc \
109         --enable-shave \
110         --with-html-dir=%{_gtkdocdir}
111 %{__make} -j 1
112
113 %install
114 rm -rf $RPM_BUILD_ROOT
115
116 %{__make} install \
117         DESTDIR=$RPM_BUILD_ROOT \
118         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
119
120 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
121
122 %find_lang %{name} --with-gnome --with-omf
123
124 %clean
125 rm -rf $RPM_BUILD_ROOT
126
127 %post
128 %gconf_schema_install empathy.schemas
129 %update_icon_cache hicolor
130
131 %preun
132 %gconf_schema_uninstall empathy.schemas
133
134 %postun
135 %update_icon_cache hicolor
136
137 %files -f %{name}.lang
138 %defattr(644,root,root,755)
139 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
140 %attr(755,root,root) %{_bindir}/empathy
141 %attr(755,root,root) %{_bindir}/empathy-accounts
142 %attr(755,root,root) %{_bindir}/empathy-debugger
143 %{_datadir}/%{name}
144 %{_datadir}/telepathy/clients/Empathy.client
145 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
146 %{_iconsdir}/hicolor/*/apps/*
147 %{_sysconfdir}/gconf/schemas/empathy.schemas
148 %{_mandir}/man1/empathy*.1*
149 %{_desktopdir}/*.desktop
150
151 %files -n nautilus-sendto-empathy
152 %defattr(644,root,root,755)
153 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 1.773678 seconds and 3 git commands to generate.