Author: aredridel Date: Mon May 14 22:43:08 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - add bconded telepathy support
---- Files affected: SPECS: gossip.spec (1.77 -> 1.78) ---- Diffs: ================================================================ Index: SPECS/gossip.spec diff -u SPECS/gossip.spec:1.77 SPECS/gossip.spec:1.78 --- SPECS/gossip.spec:1.77 Tue Mar 13 23:23:57 2007 +++ SPECS/gossip.spec Tue May 15 00:42:59 2007 @@ -1,13 +1,16 @@ # $Revision$, $Date$ +# +%bcond_with telepathy # Build with libtelepathy +# Summary: Very easy to use GNOME Jabber client Summary(pl.UTF-8): Bardzo prosty w użyciu klient Jabbera dla GNOME Name: gossip -Version: 0.22 -Release: 2 +Version: 0.24 +Release: 1 License: GPL Group: Applications/Communications Source0: http://ftp.gnome.org/pub/GNOME/sources/gossip/%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: 1238fcf0f68bb26d1f7c5fb1a40880f1 +# Source0-md5: 79a91572906bdcbfe96208e8e06aacf7 Patch0: %{name}-desktop.patch URL: http://gossip.imendio.org/ BuildRequires: aspell-devel @@ -21,13 +24,14 @@ BuildRequires: gtk+2-devel >= 2:2.10.7 BuildRequires: intltool >= 0.35.0 BuildRequires: iso-codes -BuildRequires: libgalago-devel >= 0.5.1 +%{!?with_telepathy:BuildRequires: libgalago-devel >= 0.5.1} BuildRequires: libglade2-devel >= 1:2.6.0 BuildRequires: libgnomeui-devel >= 2.16.1 BuildRequires: libnotify-devel >= 0.4.2 BuildRequires: libtool BuildRequires: libxml2-devel >= 1:2.6.27 -BuildRequires: loudmouth-devel >= 1.0.4 +%{?!with_telepathy:BuildRequires: loudmouth-devel >= 1.0.4} +%{?with_telepathy:BuildRequires: telepathy-glib-devel} BuildRequires: rpmbuild(macros) >= 1.311 BuildRequires: xorg-lib-libXScrnSaver-devel Requires(post,preun): GConf2 >= 2.16.0 @@ -64,7 +68,8 @@ --disable-scrollkeeper \ --enable-aspell \ --enable-dbus \ - --enable-galago \ + %{!?with_telepathy:--enable-galago} \ + %{?with_telepathy:--enable-telepathy} \ --enable-libnotify %{__make} @@ -112,6 +117,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.78 2007/05/14 22:42:59 aredridel +- add bconded telepathy support + Revision 1.77 2007/03/13 22:23:57 blues - R: iso-codes - without that it catches sig11 and spellchecking is not possible. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gossip.spec?r1=1.77&r2=1.78&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
