Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37578563
en ru br
ALT Linux repos
S:0.5.2-alt1_20
5.0: 0.5.2-alt1
4.1: 0.5.1-alt1.1
4.0: 0.5.1-alt1.1

Group :: System/Libraries
RPM: libgalago

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: libgalago
Version: 0.5.1
Release: alt1.1

%def_enable check
%def_disable static

Summary: The Galago presence library
Group: System/Libraries
License: LGPL
URL: http://www.galago-project.org/

Packager: Vital Khilko <vk at altlinux.ru>

Source: http://www.galago-project.org/files/releases/source/%name/%name-%version.tar.bz2

%define glib2_version 2.4.0
%define dbus_version 0.50

Requires: glib2     >= %glib2_version
Requires: dbus      >= %dbus_version
Requires: libdbus-glib >= %dbus_version

# Automatically added by buildreq on Tue Jun 06 2006

BuildRequires: pkg-config

BuildRequires: glib2-devel >= %glib2_version
BuildRequires: libdbus-devel  >= %dbus_version
BuildRequires: libdbus-glib-devel  >= %dbus_version

%if_enabled check
BuildRequires: check >= 0.8.2
%endif

%description
Galago is a D-BUS-based desktop presence framework used to provide account,
person, and presence information for users on IM services and other
communication networks for use in other desktop applications, such as e-mail
clients or address books.

%package devel
Summary: Development libraries and headers for libgalago
Group: Development/C
Requires: %name = %version-%release

%description devel
Libraries and header files for developing against libgalago, a desktop
presence library.

%package devel-doc
Summary: Development documentation for libgalago
Group: Development/C

%description devel-doc
API documentation for libgalago, a desktop presence library.

%package devel-static
Summary: Static libgalago library
Group: Development/C
Requires: %name-devel = %version-%release

%description devel-static
Static libgalago library

%prep
%setup -q

%build
glib-gettextize --copy --force
%configure %{subst_enable static}
%make_build

%if_enabled check
%make check
%endif

%install
%make_install DESTDIR=%buildroot install

%find_lang %name

%files -f %name.lang
%doc AUTHORS COPYING ChangeLog NEWS README
%_libdir/libgalago.so.*

%files devel
%_libdir/libgalago.so
%_libdir/pkgconfig/*
%_includedir/*

%files devel-doc
%_datadir/gtk-doc/html/*

%if_enabled static
%files devel-static
%_libdir/libgalago.a
%endif

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin