]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
- add fevourite contacts
[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.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:  62a048b41421e24eef4fea8193f5d9af
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-logger-devel
51 BuildRequires:  telepathy-mission-control-devel >= 5.0
52 Requires(post,postun):  gtk+2 >= 2:2.12.0
53 Requires(post,postun):  hicolor-icon-theme
54 Requires(post,preun):   GConf2
55 Requires:       telepathy-mission-control
56 Suggests:       telepathy-butterfly
57 Suggests:       telepathy-gabble
58 Suggests:       telepathy-haze
59 Suggests:       telepathy-idle
60 Suggests:       telepathy-salut
61 Suggests:       telepathy-sofiasip
62 Obsoletes:      empathy-apidocs < 2.29.1
63 Obsoletes:      empathy-devel < 2.29.1
64 Obsoletes:      empathy-libs < 2.29.1
65 Obsoletes:      gnome-jabber
66 Obsoletes:      python-empathy < 2.29.1
67 # sr@Latn vs. sr@latin
68 Conflicts:      glibc-misc < 6:2.7
69 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
70
71 %description
72 Empathy aims at making Instant Messaging with Jabber as easy as
73 possible.
74
75 %description -l pl.UTF-8
76 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
77 jak to tylko możliwe.
78
79 %package -n nautilus-sendto-empathy
80 Summary:        Empathy support for sending files in Nautilus
81 Summary(pl.UTF-8):      Wsparcie Empathy przy wysyłaniu plików z Nautilusa
82 Group:          X11/Applications
83 Requires:       %{name} = %{version}-%{release}
84 Requires:       nautilus-sendto >= 2.28.1
85
86 %description -n nautilus-sendto-empathy
87 Enables sending files from Nautilus to your Empathy contacts.
88
89 %description -n nautilus-sendto-empathy -l pl.UTF-8
90 Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
91
92 %prep
93 %setup -q
94 rm po/en@shaw.po
95 sed -i 's/^en@shaw//' po/LINGUAS
96
97 %build
98 %{__intltoolize}
99 %{__libtoolize}
100 %{__aclocal} -I m4
101 %{__autoconf}
102 %{__autoheader}
103 %{__automake}
104 %configure \
105         --with-connectivity=nm \
106         --disable-schemas-install \
107         --disable-silent-rules \
108         --disable-static \
109         --enable-favourite-contacts \
110         --enable-location \
111         --enable-nautilus-sendto
112
113 %{__make} -j 1
114
115 %install
116 rm -rf $RPM_BUILD_ROOT
117
118 %{__make} install \
119         DESTDIR=$RPM_BUILD_ROOT \
120         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
121
122 rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
123 rm -f $RPM_BUILD_ROOT%{py_sitedir}/*.{la,a}
124
125 %find_lang %{name} --with-gnome --with-omf
126
127 %clean
128 rm -rf $RPM_BUILD_ROOT
129
130 %post
131 %gconf_schema_install empathy.schemas
132 %update_icon_cache hicolor
133
134 %preun
135 %gconf_schema_uninstall empathy.schemas
136
137 %postun
138 %update_icon_cache hicolor
139
140 %files -f %{name}.lang
141 %defattr(644,root,root,755)
142 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
143 %attr(755,root,root) %{_bindir}/empathy
144 %attr(755,root,root) %{_bindir}/empathy-accounts
145 %attr(755,root,root) %{_bindir}/empathy-debugger
146 %{_datadir}/%{name}
147 %{_datadir}/telepathy/clients/Empathy.client
148 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
149 %{_iconsdir}/hicolor/*/apps/*
150 %{_sysconfdir}/gconf/schemas/empathy.schemas
151 %{_mandir}/man1/empathy*.1*
152 %{_desktopdir}/*.desktop
153
154 %files -n nautilus-sendto-empathy
155 %defattr(644,root,root,755)
156 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.066104 seconds and 4 git commands to generate.