Author: wiget Date: Mon Sep 5 17:00:46 2011 GMT Module: packages Tag: DEVEL ---- Log message: - switch to .xz - BR telepathy-logger with call log support - build with cheese, evolution-data-server, control-center embedding, call log, gudev, map and spell support - explicitly disable geocode (no geocode-glib in PLD)
---- Files affected: packages/empathy: empathy.spec (1.81.2.3 -> 1.81.2.4) ---- Diffs: ================================================================ Index: packages/empathy/empathy.spec diff -u packages/empathy/empathy.spec:1.81.2.3 packages/empathy/empathy.spec:1.81.2.4 --- packages/empathy/empathy.spec:1.81.2.3 Fri Sep 2 02:03:46 2011 +++ packages/empathy/empathy.spec Mon Sep 5 19:00:41 2011 @@ -6,8 +6,8 @@ Release: 1 License: GPL v2+ Group: Applications/Communications -Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/3.1/%{name}-%{version}.tar.bz2 -# Source0-md5: 052a4b5b384306b95bb794f23c8a36f6 +Source0: http://ftp.gnome.org/pub/GNOME/sources/empathy/3.1/%{name}-%{version}.tar.xz +# Source0-md5: 7a63591b04feb41c0569d20b1426c151 URL: http://live.gnome.org/Empathy BuildRequires: NetworkManager-devel >= 0.7.0 BuildRequires: autoconf >= 2.59 @@ -49,7 +49,7 @@ BuildRequires: rpmbuild(macros) >= 1.592 BuildRequires: telepathy-farstream-devel BuildRequires: telepathy-glib-devel >= 0.15.3 -BuildRequires: telepathy-logger-devel >= 0.2.0 +BuildRequires: telepathy-logger-devel >= 0.2.10-2 Requires(post,postun): glib2 >= 1:2.26.0 Requires(post,postun): gtk-update-icon-cache Requires(post,postun): hicolor-icon-theme @@ -103,14 +103,22 @@ %{__autoconf} %{__autoheader} %{__automake} +# missing geocode-glib in pld %configure \ --with-connectivity=nm \ - --disable-control-center-embedding \ + --with-cheese \ + --with-eds \ --disable-silent-rules \ --disable-static \ + --disable-geocode \ --enable-call \ + --enable-call-logs \ + --enable-control-center-embedding \ + --enable-gudev \ --enable-location \ - --enable-nautilus-sendto + --enable-map \ + --enable-nautilus-sendto \ + --enable-spell %{__make} @@ -121,6 +129,7 @@ DESTDIR=$RPM_BUILD_ROOT %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus-sendto/plugins/*.la +%{__rm} $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la %find_lang %{name} --with-gnome --with-omf @@ -141,6 +150,7 @@ %attr(755,root,root) %{_bindir}/empathy %attr(755,root,root) %{_bindir}/empathy-accounts %attr(755,root,root) %{_bindir}/empathy-debugger +%attr(755,root,root) %{_libdir}/control-center-1/panels/libempathy-accounts-panel.so %attr(755,root,root) %{_libexecdir}/empathy-auth-client %attr(755,root,root) %{_libexecdir}/empathy-av %attr(755,root,root) %{_libexecdir}/empathy-call @@ -172,6 +182,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.81.2.4 2011/09/05 17:00:41 wiget +- switch to .xz +- BR telepathy-logger with call log support +- build with cheese, evolution-data-server, control-center embedding, call log, gudev, map and spell support +- explicitly disable geocode (no geocode-glib in PLD) + Revision 1.81.2.3 2011/09/02 00:03:46 patrys - 3.1.90 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/empathy/empathy.spec?r1=1.81.2.3&r2=1.81.2.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
