Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042248
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.8
Release: alt3

%def_with dbus

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

%define loudmouth_version 0.17
%define libxml2_version 2.4.7
%define libxslt_version 1.0.0
%define glib_version 2.4.0
%define gtk_version 2.4.0
%define gconf_version 1.2.0
%define dbus_version 0.34

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

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

Source: %name-%version.tar.bz2

Patch0: %name-dbus.patch

BuildRequires: menu-devel

BuildRequires: GConf2 ORBit2-devel XFree86-devel common-licenses esound
BuildRequires: fontconfig freetype2 gnome-vfs2-devel libart_lgpl-devel
BuildRequires: libatk-devel libbonobo2-devel libbonoboui-devel libglade2-devel
BuildRequires: libgnome-devel libgnomeui-devel libgnomecanvas-devel
BuildRequires: libpango-devel libpopt-devel perl-XML-Parser pkgconfig
BuildRequires: zlib-devel

BuildRequires: libloudmouth-devel >= %loudmouth_version
BuildRequires: libxml2-devel >= %libxml2_version
BuildRequires: libxslt-devel >= %libxslt_version
BuildRequires: glib2-devel >= %glib_version
BuildRequires: libgtk+2-devel >= %gtk_version
BuildRequires: libGConf2-devel >= %gconf_version
BuildRequires: desktop-file-utils >= 0.2.90

%if_with dbus
BuildRequires: libdbus-devel >= %dbus_version
BuildRequires: libdbus-glib-devel >= %dbus_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.

%prep
%setup -q
%patch0 -p1
%__rm -f COPYING
%__ln_s %_licensedir/GPL-2 COPYING

# sr at Latn translation is labeled with a wrong charset. Just dump it.

#__perl -pi -e 's/^(ALL_LINGUAS.*)sr\ at Latn\s*/$1/' configure.in
#__rm -f po/sr at Latn.*

%build
#autoreconf -isfv
%configure \
%if_with dbus
   --enable-dbus=yes \
%else
   --enable-dbus=no \
%endif
   --disable-schemas-install
%make_build

%install
%makeinstall

%find_lang %name

# menu

%__mkdir_p %buildroot%_menudir
freedesktop2menu.pl %name "Networking/Instant messaging"  \
   %buildroot%_datadir/applications/%name.desktop \
   %buildroot%_menudir/%name

%post
%gconf2_install %name
%update_menus

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

%files -f %name.lang
%doc AUTHORS ChangeLog NEWS README
%doc --no-dereference COPYING
%_bindir/*
%_datadir/%name
%_datadir/applications/*
%_datadir/pixmaps/*
%_sysconfdir/gconf/schemas/*
%_menudir/*

%changelog

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

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