Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
cego
>
cego
> cego.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File cego.spec of Package cego (Revision 50)
Currently displaying revision
50
,
show latest
Name: cego Version: 2.16.1 Release: 1 Group: Productivity/Databases Summary: Cego relational database License: GPLv2 Url: http://www.lemke-it.com Source0: http://www.lemke-it.com/%{name}-%{version}.tar.bz2 Patch0: %{name}-libdir.patch Patch1: %{name}-destdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gcc-c++ BuildRequires: openssl-devel BuildRequires: ncurses-devel BuildRequires: readline-devel BuildRequires: lfcxml-devel BuildRequires: -post-build-checks %description Cego is the open source implementation of a relational database using a modern state of the art software design ( object oriented ) Basically, Cego supports transactional SQL query requests using all common programming interfaces ( C, C++, DBD, Java ) in a multithreaded architecture. For high availablility requirements, Cego supports a distributed database shadowing feature as known from some commercial products. In general, cego provides high end database features as just known from some high end database products. %package devel Group: Productivity/Databases Summary: Development files for cego Requires: cego %description devel This package contains development files for cego %prep %setup %patch0 %patch1 %build %configure %__make %install %__make DESTDIR=%{buildroot} install %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/cgbackup %{_bindir}/cgmkdb %{_bindir}/cgrecover %{_bindir}/cego %{_bindir}/cgadm %{_bindir}/cgblow %{_bindir}/cgclt %{_bindir}/cglog %{_libdir}/libcego.so.1 %{_libdir}/libcgwrap.so.1 %files devel %defattr(-,root,root) %dir %{_includedir}/cego %{_includedir}/cego/CegoAdminHandler.h %{_includedir}/cego/CegoAdmNet.h %{_includedir}/cego/CegoBlob.h %{_includedir}/cego/CegoCheckObject.h %{_includedir}/cego/CegoContentObject.h %{_includedir}/cego/CegoDataPointer.h %{_includedir}/cego/CegoDataType.h %{_includedir}/cego/CegoDbHandler.h %{_includedir}/cego/CegoDecodableObject.h %{_includedir}/cego/CegoField.h %{_includedir}/cego/CegoFieldValue.h %{_includedir}/cego/CegoJoinObject.h %{_includedir}/cego/CegoKeyObject.h %{_includedir}/cego/CegoModule.h %{_includedir}/cego/CegoNet.h %{_includedir}/cego/CegoObject.h %{_includedir}/cego/CegoOutput.h %{_includedir}/cego/CegoProcObject.h %{_includedir}/cego/CegoProcVar.h %{_includedir}/cego/CegoSerial.h %{_includedir}/cego/CegoTableObject.h %{_includedir}/cego/CegoViewObject.h %{_includedir}/cego/cgwrap.h %{_libdir}/libcego.a %{_libdir}/libcgwrap.a %changelog