Name: servbce Version: 2.6.1 Release: 5%{?dist} Summary: A relational database server daemon for multiuser access to tables Group: System Environment/Daemons License: GPLv3 URL: http://bce.no-ip.org/wiki/index.php/Servidor_BCE Source: http://bce.no-ip.org/bce/servbce-2.6.1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bce-devel gcc-c++ Requires(post): /sbin/chkconfig #Requires: %description ServBCE is a RDBMS tables server daemon for multiuser access. It coordinates the access to database tables for multiple users. It supports cursor concepts for record-based access. Uses TCP connections through port 6000. %prep %setup -q %post /sbin/chkconfig --add %{name} /sbin/chkconfig --level 345 %{name} on %build make release -f ServBCEcb.cbp.mak make release -f pararservbce.cbp.mak %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr/sbin mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d install -m 0755 bin/Release/ServBCEcb $RPM_BUILD_ROOT/usr/sbin install -m 0755 pararservbce $RPM_BUILD_ROOT/usr/sbin install -m 0755 servbce $RPM_BUILD_ROOT%{_initrddir} #chkconfig --level 345 servbce on %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_sbindir}/ServBCEcb %{_sbindir}/pararservbce %{_initrddir}/servbce %doc gpl-3.0.txt %changelog * Fri Apr 08 2011 Constructor de RPM 1 - 2.6.1-5 - rebuilt against bce-1.9.1-1. * Wed Apr 06 2011 Domingo Becker - 2.6.1-4 - rebuilt against bce-1.9.0-1. - Makefile replaced with a more appropriate one. * Tue Mar 22 2011 Domingo Becker - 2.6.1-3 - rebuilt against bce-1.8.2-1. * Fri Jan 28 2011 Domingo Becker - 2.6.1-2 - added gcc-c++ as build requirement. * Tue Nov 09 2010 Domingo Becker - 2.6.1-1 - Now it uses logabd.txt for logging. - Compiled against bce-1.8.1-2. - New tarball with license information. - Fixes some rpmlint issues. * Tue Aug 24 2010 Domingo Becker - 2.6-2 - add better Makefile * Sun Aug 01 2010 Domingo Becker - 2.6-1 - initial package