Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 5c4c61dd3fceeb8bf3a0ef354b308a01 > files > 3

libflaim-4.9.989-alt1.src.rpm

# TODO
# - cflags & g++

Name: libflaim
Version: 4.9.989
Release: alt1

Summary: Embeddable cross-platform database engine

License: LGPL
Group: System/Libraries
Url: http://forge.novell.com/modules/xfmod/project/?flaim

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: http://forge.novell.com/modules/xfcontent/private.php/flaim/development/flaim/downloads/source/%name-%version.tar.bz2
Patch: %name.patch

# Automatically added by buildreq on Fri May 25 2007
BuildRequires: gcc-c++ libncurses-devel

%description
FLAIM is an embeddable cross-platform database engine that provides a
rich, powerful, easy-to-use feature set. It is the database engine
used by Novell eDirectory. It has proven to be highly scalable,
reliable, and robust. It is available on a wide variety of 32 bit and
64 bit platforms.

%package devel
Summary: Header files for libflaim library
Group: Development/Other
Requires: %name = %version-%release

%description devel
This is the package containing the header files for libflaim library.

# during buildreq _arch is athlon :(
#{?base_arch:%define base_arch %_arch}

%prep
%setup -q
%patch

%build
%make_build libs \
	OSTYPE=%_os \
	HOSTTYPE=%_arch

%install
%make_install install \
	OSTYPE=%_os \
	HOSTTYPE=%_arch \
	DESTDIR=%buildroot

rm -f %buildroot%_libdir/libflaim.a

%post -p %post_ldconfig
%postun -p %post_ldconfig

%files
%doc VERSION
%_libdir/libflaim.so.*

%files devel
%_libdir/libflaim.so
%_includedir/flaim.h
%_includedir/flaimtk.h
%_pkgconfigdir/libflaim.pc

%changelog
* Fri May 25 2007 Vitaly Lipatov <lav@altlinux.ru> 4.9.989-alt1
- new version (4.9.989)

* Fri May 25 2007 Vitaly Lipatov <lav@altlinux.ru> 4.8.143-alt1
- initial build for ALT Linux Sisyphus (spec from PLD)