Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37369935
en ru br
Репозитории ALT
S:0.32-alt4.git20090422.1
5.1: 0.32-alt1.git20090422
4.1: 0.28-alt2
4.0: 0.17-alt1.1
3.0: 0.8-alt3
www.altlinux.org/Changes

Другие репозитории
Upstream:0.28

Группа :: Сети/Мгновенные сообщения
Пакет: gossip

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: gossip
Version: 0.17
Release: alt1.1

%def_enable dbus
%def_enable libnotify
%def_enable galago

Summary: Jabber client for GNOME
Group: Networking/Instant messaging
License: GPL
URL: http://www.imendio.com/projects/gossip/

%define loudmouth_version 1.0
%define libxml2_version 2.6.16
%define glib_version 2.10.0
%define gtk_version 2.10.0
%define gconf_version 1.2.0
%define panel_version 2.10.0
%define dbus_version 0.34
%define galago_version 0.5.0
%define libnotify_version 0.4.1

Requires(post,postun): scrollkeeper

Requires: libloudmouth >= %loudmouth_version
Requires: libxml2 >= %libxml2_version
Requires: glib2 >= %glib_version
Requires: libgtk+2 >= %gtk_version
Requires: libGConf2 >= %gconf_version

%if_enabled dbus
Requires: libdbus >= %dbus_version
Requires: libdbus-glib >= %dbus_version
%endif

%if_enabled libnotify
Requires: libnotify >= %libnotify_version
%endif

%if_enabled galago
Requires: libgalago >= %galago_version
%endif

Source: %name-%version.tar.bz2

# For macros

BuildPreReq: GConf

# Automatically added by buildreq on Tue Sep 26 2006

BuildRequires: common-licenses docbook-dtds fontconfig GConf gnome-doc-utils
BuildRequires: imake libaspell-devel libavahi-glib libXScrnSaver-devel
BuildRequires: perl-XML-Parser xorg-cf-files

BuildRequires: libloudmouth-devel >= %loudmouth_version
BuildRequires: libxml2-devel >= %libxml2_version
BuildRequires: glib2-devel >= %glib_version
BuildRequires: libgtk+2-devel >= %gtk_version
BuildRequires: libGConf-devel >= %gconf_version
BuildRequires: libgnome-panel-devel >= %panel_version
BuildRequires: desktop-file-utils >= 0.2.90

%if_enabled dbus
BuildRequires: libdbus-devel >= %dbus_version
BuildRequires: libdbus-glib-devel >= %dbus_version
%endif

%if_enabled libnotify
BuildRequires: libnotify-devel >= %libnotify_version
%endif

%if_enabled galago
BuildRequires: libgalago-devel >= %galago_version
%endif

%description
Gossip is an instant messaging program for GNOME.
Gossip aims at making Instant Messaging with Jabber as easy as possible,
while giving users of the GNOME Desktop a user friendly way of keeping
in touch with their friends.

%package peekaboo
Summary: Peekaboo applet for Gossip
Group: Networking/Instant messaging
Requires: %name = %version-%release
Requires: libgnome-panel >= %panel_version

%description peekaboo
An applet to quickly show Gossip chat windows and some of the
more popular functions of Instant Messaging.

%prep
%setup -q
rm -f COPYING
ln -s %_licensedir/GPL-2 COPYING
bzip2 -9k ChangeLog

%build
gnome-doc-prepare --copy --force
autoreconf -isfv
%configure \
   %{subst_enable dbus} \
   %{subst_enable libnotify} \
   %{subst_enable galago} \
   --disable-schemas-install \
   --disable-scrollkeeper
%make_build

%install
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%make_install DESTDIR=%buildroot install
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL

%find_lang --with-gnome %name

%post
%gconf2_install %name
%update_scrollkeeper

%preun
if [ $1 = 0 ]; then
   %gconf2_uninstall %name
fi

%postun
%clean_scrollkeeper

%files -f %name.lang
%doc AUTHORS ChangeLog.bz2 NEWS README
%doc --no-dereference COPYING
%_bindir/*
%_datadir/%name
%_datadir/applications/*
%_datadir/icons/hicolor/*/apps/*
%_datadir/sounds/*
%config(noreplace) %_sysconfdir/sound/events/gossip.soundlist
%_sysconfdir/gconf/schemas/*

%if_enabled dbus
%if_enabled galago
%files peekaboo
%_libexecdir/peekaboo-applet
%_libdir/bonobo/servers/*
%endif
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin