]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- updated to 2.30.0.1
[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.1
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:  d3b1d2772fe4d506a7f797d2e0cf8ab2
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:  farsight2-devel
22 BuildRequires:  geoclue-devel >= 0.11
23 BuildRequires:  gettext-devel
24 BuildRequires:  gnome-common >= 2.24.0
25 BuildRequires:  gnome-doc-utils >= 0.18.0
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.18.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:  libgnome-keyring-devel
37 BuildRequires:  libnotify-devel >= 0.4.4
38 BuildRequires:  libtool
39 BuildRequires:  libunique-devel
40 BuildRequires:  libxml2-devel >= 1:2.6.28
41 BuildRequires:  nautilus-sendto-devel >= 2.28.1
42 BuildRequires:  pkgconfig
43 BuildRequires:  python-pygtk-devel
44 BuildRequires:  rpm-pythonprov
45 BuildRequires:  rpmbuild(find_lang) >= 1.23
46 BuildRequires:  rpmbuild(macros) >= 1.311
47 BuildRequires:  sed >= 4.0
48 BuildRequires:  telepathy-farsight-devel
49 BuildRequires:  telepathy-glib-devel >= 0.9.2
50 BuildRequires:  telepathy-mission-control-devel >= 5.0
51 Requires(post,postun):  gtk+2 >= 2:2.12.0
52 Requires(post,postun):  hicolor-icon-theme
53 Requires(post,preun):   GConf2
54 Suggests:       telepathy-butterfly
55 Suggests:       telepathy-gabble
56 Suggests:       telepathy-haze
57 Suggests:       telepathy-idle
58 Suggests:       telepathy-salut
59 Suggests:       telepathy-sofiasip
60 Obsoletes:      empathy-apidocs < 2.29.1
61 Obsoletes:      empathy-devel < 2.29.1
62 Obsoletes:      empathy-libs < 2.29.1
63 Obsoletes:      gnome-jabber
64 Obsoletes:      python-empathy < 2.29.1
65 # sr@Latn vs. sr@latin
66 Conflicts:      glibc-misc < 6:2.7
67 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
68
69 %description
70 Empathy aims at making Instant Messaging with Jabber as easy as
71 possible.
72
73 %description -l pl.UTF-8
74 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
75 jak to tylko możliwe.
76
77 %package -n nautilus-sendto-empathy
78 Summary:        Empathy support for sending files in Nautilus
79 Summary(pl.UTF-8):      Wsparcie Empathy przy wysyłaniu plików z Nautilusa
80 Group:          X11/Applications
81 Requires:       %{name} = %{version}-%{release}
82 Requires:       nautilus-sendto >= 2.28.1
83
84 %description -n nautilus-sendto-empathy
85 Enables sending files from Nautilus to your Empathy contacts.
86
87 %description -n nautilus-sendto-empathy -l pl.UTF-8
88 Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
89
90 %prep
91 %setup -q
92 rm po/en@shaw.po
93 sed -i 's/^en@shaw//' po/LINGUAS
94
95 %build
96 %{__intltoolize}
97 %{__libtoolize}
98 %{__aclocal} -I m4
99 %{__autoconf}
100 %{__autoheader}
101 %{__automake}
102 %configure \
103         --with-connectivity=nm \
104         --disable-schemas-install \
105         --disable-silent-rules \
106         --disable-static \
107         --enable-location \
108         --enable-nautilus-sendto
109
110 %{__make} -j 1
111
112 %install
113 rm -rf $RPM_BUILD_ROOT
114
115 %{__make} install \
116         DESTDIR=$RPM_BUILD_ROOT \
117         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
118
119 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
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 0.040978 seconds and 4 git commands to generate.