fastdb.spec
来自「一个功能强大的内存数据库源代码,c++编写,有详细的注释」· SPEC 代码 · 共 65 行
SPEC
65 行
%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 + =
减小字号Ctrl + -
显示快捷键?