⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fastdb.spec

📁 fastdb-2.92的源码
💻 SPEC
字号:
%define name fastdb%define version 2.41%define release 1Summary: Main Memory Object-Relational Database Management SystemName: %{name}Version: %{version}Release: %{release}Source: %{name}-%{version}.tar.gzPatch: %{name}.patchLicense: distributableURL: http://www.ispras.ru/~knizhnik/fastdb.htmlGroup: Applications/DatabasesBuildroot: %{_tmppath}/%{name}-%{version}-buildrootVendor: none%descriptionFastDB is highly efficient main memory database system with realtimecapabilities and convenient C++ interface written by Knizhnik. Highspeed of query execution is provided by elimination of data transferoverhead and very effective locking implementation. Database file ismapped to virtual memory space of each application working withdatabase. So query is executed in the context of application,requiring no context switching and data transfer.Examples are in the /usr/share/doc/fastdb-%{version} directory.%preprm -rf $RPM_BUILD_ROOT%setup -n fastdb%patch -p1%buildPREFIX=$RPM_BUILD_ROOT/usr make%installPREFIX=$RPM_BUILD_ROOT/usr make installEXAMPLES_DIR=examplesmkdir -p ${EXAMPLES_DIR}mv bugdb.cpp bugdb.h buglogin.htm ${EXAMPLES_DIR}mv clidb.cpp clidb.h clilogin.htm clitest.c clitest.sql ${EXAMPLES_DIR}mv guess.cpp guess2.cpp guess_std.cpp testdb.cpp ${EXAMPLES_DIR}mv testddl.cpp testddl.sql testidx.cpp testiref.cpp ${EXAMPLES_DIR}mv testjoin.cpp testleak.cpp testperf.cpp ${EXAMPLES_DIR}mv testraw.cpp testsync.cpp ${EXAMPLES_DIR}#cp testtrav.cpp ${EXAMPLES_DIR}%files%defattr(-,root,root)%doc CHANGES FastDB.htm examples %{_bindir}/*%{_includedir}/fastdb/*%{_libdir}/*%changelog* Sun Nov 10 2002 Giovanni Ferro <gferro@sdf-eu.org>  2.41-1- first rpm build

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -