]> git.pld-linux.org Git - packages/empathy.git/blob - empathy.spec
37b732282b6a04b866acb42fefc9ce658c54c71b
[packages/empathy.git] / empathy.spec
1 Summary:        High-level library and user-interface for Telepathy
2 Summary(pl.UTF-8):      Bardzo łatwy w użyciu klient Telepathy dla GNOME
3 Name:           empathy
4 Version:        3.0.2
5 Release:        2
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 Instant messaging program supporting text, voice, video, file
75 transfers and inter-application communication over many different
76 protocols, including: AIM, MSN, Google Talk (Jabber/XMPP), Facebook,
77 Yahoo!, Salut, Gadu-Gadu, Groupwise, ICQ and QQ. (Supported protocols
78 depend on installed components.)
79
80 %description -l pl.UTF-8
81 Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
82 jak to tylko możliwe.
83
84 %package -n nautilus-sendto-empathy
85 Summary:        Empathy support for sending files in Nautilus
86 Summary(pl.UTF-8):      Obsługa Empathy przy wysyłaniu plików z Nautilusa
87 Group:          X11/Applications
88 Requires:       %{name} = %{version}-%{release}
89 Requires:       nautilus-sendto >= 2.91.6
90
91 %description -n nautilus-sendto-empathy
92 This plugin enables sending files from Nautilus to your Empathy
93 contacts.
94
95 %description -n nautilus-sendto-empathy -l pl.UTF-8
96 Ta wtyczka pozwala na przesyłanie z poziomu Nautilusa plików do
97 kontaktów Empathy.
98
99 %prep
100 %setup -q
101 %patch0 -p1
102
103 %build
104 %{__intltoolize}
105 %{__libtoolize}
106 %{__aclocal} -I m4
107 %{__autoconf}
108 %{__autoheader}
109 %{__automake}
110 %configure \
111         --with-connectivity=nm \
112         --disable-silent-rules \
113         --disable-static \
114         --enable-location \
115         --enable-nautilus-sendto
116
117 %{__make}
118
119 %install
120 rm -rf $RPM_BUILD_ROOT
121
122 %{__make} install \
123         DESTDIR=$RPM_BUILD_ROOT
124
125 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la \
126         $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la
127
128 %find_lang %{name} --with-gnome --with-omf
129
130 %clean
131 rm -rf $RPM_BUILD_ROOT
132
133 %post
134 %glib_compile_schemas
135 %update_icon_cache hicolor
136
137 %postun
138 %glib_compile_schemas
139 %update_icon_cache hicolor
140
141 %files -f %{name}.lang
142 %defattr(644,root,root,755)
143 %doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
144 %attr(755,root,root) %{_bindir}/empathy
145 %attr(755,root,root) %{_bindir}/empathy-accounts
146 %attr(755,root,root) %{_bindir}/empathy-debugger
147 %attr(755,root,root) %{_libexecdir}/empathy-auth-client
148 %attr(755,root,root) %{_libexecdir}/empathy-av
149 %attr(755,root,root) %{_libexecdir}/empathy-chat
150 %{_libdir}/control-center-1/panels/libempathy-accounts-panel.so
151 %{_datadir}/%{name}
152 %{_datadir}/GConf/gsettings/empathy.convert
153 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
154 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
155 %{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service
156 %{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
157 %{_datadir}/telepathy/clients/Empathy.Auth.client
158 %{_datadir}/telepathy/clients/Empathy.Chat.client
159 %{_datadir}/telepathy/clients/Empathy.AudioVideo.client
160 %{_iconsdir}/hicolor/*/apps/*
161 %{_mandir}/man1/empathy*.1*
162 %{_desktopdir}/*.desktop
163
164 %files -n nautilus-sendto-empathy
165 %defattr(644,root,root,755)
166 %attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.037876 seconds and 2 git commands to generate.