]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
9cda48a613e30e1f962afbdd2f513dcd4edfe856
[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:        3.0.2
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/Communications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/empathy/3.0/%{name}-%{version}.tar.bz2
9 # Source0-md5:  4c3c3bd7c7dab59dfa6a49f79077b8ab
10 Patch0:         configure.patch
11 URL:            http://live.gnome.org/Empathy
12 BuildRequires:  NetworkManager-devel >= 0.7.0
13 BuildRequires:  autoconf >= 2.59
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  clutter-gtk-devel >= 0.90.3
16 BuildRequires:  dbus-glib-devel >= 0.74
17 BuildRequires:  docbook-dtd412-xml
18 BuildRequires:  enchant-devel >= 1.2.0
19 BuildRequires:  evolution-data-server-devel >= 2.91.90
20 BuildRequires:  farsight2-devel
21 BuildRequires:  folks-devel >= 0.4.0
22 BuildRequires:  geoclue-devel >= 0.11
23 BuildRequires:  gettext-devel
24 BuildRequires:  glib2-devel >= 1:2.28.0
25 BuildRequires:  gnome-common >= 2.24.0
26 BuildRequires:  gnome-control-center-devel >= 2.91.90
27 BuildRequires:  gnome-doc-utils >= 0.18.0
28 BuildRequires:  gnome-keyring-devel >= 2.91.4
29 BuildRequires:  gnutls-devel >= 2.8.5
30 BuildRequires:  gsettings-desktop-schemas-devel
31 BuildRequires:  gstreamer-devel
32 BuildRequires:  gstreamer-plugins-base-devel
33 BuildRequires:  gtk+3-devel >= 3.0.2
34 BuildRequires:  gtk-webkit3-devel >= 1.3.2
35 BuildRequires:  intltool >= 0.40.0
36 BuildRequires:  iso-codes >= 0.35
37 BuildRequires:  libcanberra-gtk3-devel >= 0.25
38 BuildRequires:  libchamplain-devel >= 0.9.0
39 BuildRequires:  libgnome-keyring-devel >= 2.26.0
40 BuildRequires:  libnotify-devel >= 0.7.0
41 BuildRequires:  libtool
42 BuildRequires:  libxml2-devel >= 1:2.6.28
43 BuildRequires:  libxslt-progs
44 BuildRequires:  nautilus-sendto-devel >= 2.91.6
45 BuildRequires:  pkgconfig
46 BuildRequires:  python >= 2.3
47 BuildRequires:  python-modules >= 2.3
48 BuildRequires:  rpmbuild(find_lang) >= 1.23
49 BuildRequires:  rpmbuild(macros) >= 1.592
50 BuildRequires:  telepathy-farsight-devel >= 0.0.14
51 BuildRequires:  telepathy-glib-devel >= 0.14.1
52 BuildRequires:  telepathy-logger-devel >= 0.2.0
53 Requires(post,postun):  glib2 >= 1:2.26.0
54 Requires(post,postun):  gtk-update-icon-cache
55 Requires(post,postun):  hicolor-icon-theme
56 Requires:       telepathy-logger >= 0.1.5
57 Requires:       telepathy-mission-control
58 Suggests:       telepathy-butterfly
59 Suggests:       telepathy-gabble
60 Suggests:       telepathy-haze
61 Suggests:       telepathy-idle
62 Suggests:       telepathy-salut
63 Suggests:       telepathy-sofiasip
64 Obsoletes:      empathy-apidocs < 2.29.1
65 Obsoletes:      empathy-devel < 2.29.1
66 Obsoletes:      empathy-libs < 2.29.1
67 Obsoletes:      gnome-jabber
68 Obsoletes:      python-empathy < 2.29.1
69 # sr@Latn vs. sr@latin
70 Conflicts:      glibc-misc < 6:2.7
71 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
73 %description
74 Empathy aims at making Instant Messaging with Jabber as easy as
75 possible.
76
77 %description -l pl.UTF-8
78 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
79 jak to tylko możliwe.
80
81 %package -n nautilus-sendto-empathy
82 Summary:        Empathy support for sending files in Nautilus
83 Summary(pl.UTF-8):      Obsługa Empathy przy wysyłaniu plików z Nautilusa
84 Group:          X11/Applications
85 Requires:       %{name} = %{version}-%{release}
86 Requires:       nautilus-sendto >= 2.91.6
87
88 %description -n nautilus-sendto-empathy
89 This plugin enables sending files from Nautilus to your Empathy
90 contacts.
91
92 %description -n nautilus-sendto-empathy -l pl.UTF-8
93 Ta wtyczka pozwala na przesyłanie z poziomu Nautilusa plików do
94 kontaktów Empathy.
95
96 %prep
97 %setup -q
98 %patch0 -p1
99
100 %build
101 %{__intltoolize}
102 %{__libtoolize}
103 %{__aclocal} -I m4
104 %{__autoconf}
105 %{__autoheader}
106 %{__automake}
107 %configure \
108         --with-connectivity=nm \
109         --disable-silent-rules \
110         --disable-static \
111         --enable-location \
112         --enable-nautilus-sendto
113
114 %{__make}
115
116 %install
117 rm -rf $RPM_BUILD_ROOT
118
119 %{__make} install \
120         DESTDIR=$RPM_BUILD_ROOT
121
122 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la \
123         $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la
124
125 %find_lang %{name} --with-gnome --with-omf
126
127 %clean
128 rm -rf $RPM_BUILD_ROOT
129
130 %post
131 %glib_compile_schemas
132 %update_icon_cache hicolor
133
134 %postun
135 %glib_compile_schemas
136 %update_icon_cache hicolor
137
138 %files -f %{name}.lang
139 %defattr(644,root,root,755)
140 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
141 %attr(755,root,root) %{_bindir}/empathy
142 %attr(755,root,root) %{_bindir}/empathy-accounts
143 %attr(755,root,root) %{_bindir}/empathy-debugger
144 %attr(755,root,root) %{_libexecdir}/empathy-auth-client
145 %attr(755,root,root) %{_libexecdir}/empathy-av
146 %attr(755,root,root) %{_libexecdir}/empathy-chat
147 %{_libdir}/control-center-1/panels/libempathy-accounts-panel.so
148 %{_datadir}/%{name}
149 %{_datadir}/GConf/gsettings/empathy.convert
150 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
151 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
152 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
153 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
154 %{_datadir}/telepathy/clients/Empathy.Auth.client
155 %{_datadir}/telepathy/clients/Empathy.Chat.client
156 %{_datadir}/telepathy/clients/Empathy.AudioVideo.client
157 %{_iconsdir}/hicolor/*/apps/*
158 %{_mandir}/man1/empathy*.1*
159 %{_desktopdir}/*.desktop
160
161 %files -n nautilus-sendto-empathy
162 %defattr(644,root,root,755)
163 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.088728 seconds and 3 git commands to generate.