]> git.pld-linux.org Git - packages/empathy.git/blame - empathy.spec
- package more files
[packages/empathy.git] / empathy.spec
CommitLineData
8f5d8743 1Summary: Very easy to use GNOME Telepathy client
ff309d39 2Summary(pl.UTF-8): Bardzo łatwy w użyciu klient Telepathy dla GNOME
8f5d8743 3Name: empathy
4e3fe453 4Version: 2.34.0
5Release: 1
9d8d0097 6License: GPL v2
8f5d8743 7Group: Applications/Communications
4e3fe453 8Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/2.34/%{name}-%{version}.tar.bz2
9# Source0-md5: f96c7b7a51ae2049d35c9db0282a62c5
fa1ed95c 10Patch0: configure.patch
4e3fe453 11Patch1: %{name}-missing-include.patch
9d8d0097
MB
12URL: http://live.gnome.org/Empathy
13BuildRequires: GConf2-devel >= 2.26.0
f450521a 14BuildRequires: NetworkManager-devel >= 0.7.0
4e3fe453 15BuildRequires: OpenGL-devel
7bc86367
MB
16BuildRequires: autoconf >= 2.59
17BuildRequires: automake >= 1:1.9
f450521a 18BuildRequires: clutter-gtk-devel >= 0.10.0
9d8d0097 19BuildRequires: dbus-glib-devel >= 0.74
f450521a 20BuildRequires: docbook-dtd412-xml
9d8d0097
MB
21BuildRequires: enchant-devel >= 1.2.0
22BuildRequires: evolution-data-server-devel >= 2.24.0
67fd8e35 23BuildRequires: farsight2-devel
41aab8cf 24BuildRequires: folks-devel >= 0.4.0
0f3796d3 25BuildRequires: geoclue-devel >= 0.11
9d8d0097 26BuildRequires: gettext-devel
f450521a 27BuildRequires: glib2-devel >= 1:2.26.0
9d8d0097 28BuildRequires: gnome-common >= 2.24.0
0f3796d3 29BuildRequires: gnome-doc-utils >= 0.18.0
f450521a
MB
30BuildRequires: gnome-keyring-devel >= 2.26.0
31BuildRequires: gnutls-devel >= 2.8.5
9d8d0097
MB
32BuildRequires: gstreamer-devel
33BuildRequires: gstreamer-plugins-base-devel
f450521a
MB
34BuildRequires: gtk+2-devel >= 2:2.22.0
35BuildRequires: gtk-webkit-devel >= 1.1.15
9d8d0097
MB
36BuildRequires: intltool >= 0.40.0
37BuildRequires: iso-codes >= 0.35
38BuildRequires: libcanberra-gtk-devel >= 0.4
f450521a
MB
39BuildRequires: libchamplain-devel >= 0.8.0
40BuildRequires: libgnome-keyring-devel >= 2.26.0
4e3fe453 41BuildRequires: libnotify-devel >= 0.7.0
8f5d8743 42BuildRequires: libtool
f450521a 43BuildRequires: libunique-devel >= 1.1.2
7bc86367 44BuildRequires: libxml2-devel >= 1:2.6.28
f450521a 45BuildRequires: nautilus-sendto-devel >= 2.32.0
7bc86367 46BuildRequires: pkgconfig
9d8d0097 47BuildRequires: rpmbuild(find_lang) >= 1.23
3f6f7539 48BuildRequires: rpmbuild(macros) >= 1.592
c94b2508 49BuildRequires: sed >= 4.0
f450521a 50BuildRequires: telepathy-farsight-devel >= 0.0.14
4e3fe453 51BuildRequires: telepathy-glib-devel >= 0.14.1
52BuildRequires: telepathy-logger-devel >= 0.2.0
f450521a 53Requires(post,postun): glib2 >= 1:2.26.0
a4a87cd7 54Requires(post,postun): gtk+2 >= 2:2.12.0
8f5d8743 55Requires(post,postun): hicolor-icon-theme
41aab8cf 56Requires: telepathy-logger >= 0.2.0
4a2dae01 57Requires: telepathy-mission-control
e7f1dfbf
MB
58Suggests: telepathy-butterfly
59Suggests: telepathy-gabble
9d8d0097 60Suggests: telepathy-haze
e7f1dfbf
MB
61Suggests: telepathy-idle
62Suggests: telepathy-salut
9d8d0097 63Suggests: telepathy-sofiasip
6ce0d76b
PZ
64Obsoletes: empathy-apidocs < 2.29.1
65Obsoletes: empathy-devel < 2.29.1
66Obsoletes: empathy-libs < 2.29.1
8f5d8743 67Obsoletes: gnome-jabber
6ce0d76b 68Obsoletes: python-empathy < 2.29.1
b351ecf9 69# sr@Latn vs. sr@latin
70Conflicts: glibc-misc < 6:2.7
8f5d8743 71BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
72
73%description
74Empathy aims at making Instant Messaging with Jabber as easy as
75possible.
76
ff309d39 77%description -l pl.UTF-8
7bc86367
MB
78Celem Empathy jest uczynienie komunikowania poprzez Jabbera tak łatwym
79jak to tylko możliwe.
ff309d39 80
6ce0d76b
PZ
81%package -n nautilus-sendto-empathy
82Summary: Empathy support for sending files in Nautilus
83Summary(pl.UTF-8): Wsparcie Empathy przy wysyłaniu plików z Nautilusa
84Group: X11/Applications
85Requires: %{name} = %{version}-%{release}
f450521a 86Requires: nautilus-sendto >= 2.32.0
3b871c30 87
6ce0d76b
PZ
88%description -n nautilus-sendto-empathy
89Enables sending files from Nautilus to your Empathy contacts.
3b871c30 90
6ce0d76b
PZ
91%description -n nautilus-sendto-empathy -l pl.UTF-8
92Pozwala na przesyłanie z Nautilusa plików do kontaktów Empathy.
92291b9a 93
8f5d8743 94%prep
95%setup -q
fa1ed95c 96%patch0 -p1
4e3fe453 97%patch1 -p0
fa1ed95c 98
4e3fe453 99%{__rm} po/en@shaw.po
100%{__sed} -i 's/^en@shaw//' po/LINGUAS
8f5d8743 101
102%build
9d8d0097
MB
103%{__intltoolize}
104%{__libtoolize}
105%{__aclocal} -I m4
106%{__autoconf}
107%{__autoheader}
108%{__automake}
8f5d8743 109%configure \
c94b2508 110 --with-connectivity=nm \
d8157f12 111 --disable-schemas-install \
67fd8e35 112 --disable-silent-rules \
e03dc004 113 --disable-static \
6d54043f 114 --enable-favourite-contacts \
e03dc004 115 --enable-location \
4e3fe453 116 --enable-nautilus-sendto \
117 --without-ca-file
67fd8e35 118
e03dc004 119%{__make} -j 1
8f5d8743 120
121%install
122rm -rf $RPM_BUILD_ROOT
123
124%{__make} install \
125 DESTDIR=$RPM_BUILD_ROOT \
126 GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
127
4e3fe453 128%{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la
a4a87cd7 129
9d8d0097 130%find_lang %{name} --with-gnome --with-omf
8f5d8743 131
132%clean
133rm -rf $RPM_BUILD_ROOT
134
135%post
3f6f7539 136%glib_compile_schemas
8f5d8743 137%update_icon_cache hicolor
138
8f5d8743 139%postun
3f6f7539 140%glib_compile_schemas
8f5d8743 141%update_icon_cache hicolor
142
143%files -f %{name}.lang
144%defattr(644,root,root,755)
145%doc AUTHORS CONTRIBUTORS ChangeLog NEWS README
9d8d0097 146%attr(755,root,root) %{_bindir}/empathy
6ce0d76b
PZ
147%attr(755,root,root) %{_bindir}/empathy-accounts
148%attr(755,root,root) %{_bindir}/empathy-debugger
6d54043f
PZ
149%attr(755,root,root) %{_libexecdir}/empathy-auth-client
150%attr(755,root,root) %{_libexecdir}/empathy-av
8f5d8743 151%{_datadir}/%{name}
6d54043f 152%{_datadir}/GConf/gsettings/empathy.convert
e03dc004 153%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.service
6d54043f
PZ
154%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.AudioVideo.service
155%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service
8c8be39a 156%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service
6d54043f
PZ
157%{_datadir}/glib-2.0/schemas/org.gnome.Empathy.gschema.xml
158%{_datadir}/telepathy/clients/Empathy.client
159%{_datadir}/telepathy/clients/Empathy.AudioVideo.client
160%{_datadir}/telepathy/clients/Empathy.Auth.client
8c8be39a 161%{_datadir}/telepathy/clients/Empathy.Call.client
8f5d8743 162%{_iconsdir}/hicolor/*/apps/*
30bde267 163%{_mandir}/man1/empathy*.1*
408975c4 164%{_desktopdir}/*.desktop
d8157f12 165
6ce0d76b 166%files -n nautilus-sendto-empathy
ca30ba9e 167%defattr(644,root,root,755)
6ce0d76b 168%attr(755,root,root) %{_libdir}/nautilus-sendto/plugins/libnstempathy.so
This page took 0.080115 seconds and 4 git commands to generate.